Install the decompressed version of mysql

Install the decompressed version of mysql

1. mysql decompression package https://pan.baidu.com/s/1gGCvU2R27VhIqLAyuNPh3w
2. Decompress msyql to your corresponding directory
3. Set environment side variables, find path and add (note the comma in front): ;D:\tool\mysql-5.6.34\bin
set environment variables
4. Modify mysql5 .6.34 Change the basedir in the directory to the directory you set, remember to remove the "#"
insert image description here
5. Go to the bin directory to execute the commandmysqld install

6. Start datanet start mysql

7. Log in to the databasemysql -u root -p

8. Stop the databasenet stop mysql

Guess you like

Origin blog.csdn.net/qq_24796239/article/details/102302499