Mysql安装配置,修改初试密码。
Jun 01, 2016 pm 01:15 PM绿色版本,解压缩
D:/Software/mysql-advanced-5.6.18-winx64
my-default.ini 改名my.ini
my.ini内容如下
1 |
|
打开 Windows 环境变量设置, 新建变量名 MYSQL_HOME , 变量值为 MySQL 安装目录路径, 这里为 D:/Software/mysql-advanced-5.6.18-winx64
在 环境变量 的 Path 变量中添加 ;%MYSQL_HOME%/bin;
安装 MySQL 服务, 打开Windows命令提示符, 执行命令: mysqld --install MySQL --defaults-file="D:/Software/mysql-advanced-5.6.18-winx64/my.ini"
启动: net start MySQL
停止: net stop MySQL
卸载: sc delete MySQL
修改密码:
mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or /g.
Your MySQL connection id is 1
Server version: 5.1.32-community MySQL Community Edition (GPL)
Type 'help;' or '/h' for help. Type '/c' to clear the buffer.
mysql>use mysql
mysql> UPDATE user SET password=PASSWORD(’新密码’) WHERE User=’root’;
mysql> FLUSH PRIVILEGES;
mysql>quit;

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

How to solve the problem that Windows 11 prompts you to enter the administrator username and password to continue?

How to set router WiFi password using mobile phone (using mobile phone as tool)

Tutorial on changing wifi password on mobile phone (simple operation)

Incorrect password, beware BitLocker warning

How to switch between dual systems and reset password on Huawei mobile phone

How to Remove Windows 10 Lock Screen Password Now

What is the name of the software that can unlock all wifi passwords (recommended mobile software to get connected wifi passwords with one click)

How to use Passkey for your Microsoft account
