Ubunt 安装mysql

it2022-05-07  2

apt-get install mysql-client-core-5.6apt-get install mysql-client-5.6apt-get install mysql-server-5.6create database test default charset=utf8;grant all on test.* to 'test'@'192.168.137.%' identified by 'test';flush privileges;连接报错ERROR 2003 (HY000): Can't connect to MySQL server on

vim /etc/mysql/my.cnf# Instead of skip-networking the default is now to listen only on# localhost which is more compatible and is not less secure.#bind-address           = 127.0.0.1  <---注释掉这一行就可以远程登录了/etc/init.d/mysql reload

转载于:https://www.cnblogs.com/icemonkey/p/10479902.html

相关资源:Ubuntu18.04安装mysql

最新回复(0)