MySQL learning (1): Installation

MySQL learning (1)

Because the project will need MySQLto begin to relearn previously learned some, but basically forgotten.

1. MySQLInstallation Package


Links:  https://share.weiyun.com/58u9jmh  (password: 1u3)

2. Visualization Tools sqlyog


Links:  https://share.weiyun.com/536mZKm  (password: IDlF)

3. Install


  • MySQLInstall all the way next, remember to fill out the password.
  • Add variable in the system environment, such as: pathaddC:\Program Files\MySQL\MySQL Server 8.0\bin\
  • In terminal testing, has been installed successfully, enter mysql -u root -p
    As shown success .png

4. visualization


  • Installation, open sqlyogTools
  • New, enter a password
    New Connection enter .png
  • Possible problems encountered
An error solve
SQLyog Error 2058: ............ 1. Enter the terminal mysql -u root -pto enter MySQL; 2 inputs ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';, passwordfor their passwords, pay attention to a statement character less.

sqlyog.png

5. End


MySQLAt this point the installation is successful, it can sqlyogdata in the table to operate.

Point a praise chant!

Guess you like

Origin www.cnblogs.com/jry199506/p/11239192.html
Recommended