How to Enable MySQL Remote Connection
Entering MySQL
mysql -u root -p
password:123456
mysql> USE mysql; — Switch to the mysql DB Database changed mysql> — There is only one default root user, with an empty password, only allowing localhost connections mysql> — Next we will add another …