环境
centos7
参考链接
MariaDB Installation (Version 10.1.21) via RPMs on CentOS 7
测试连接
赋予远程连接权限
mysql -u root -p
grant all privileges on *.* to 'root'@'%' identified by 'imooc';
flush privileges;
centos7
MariaDB Installation (Version 10.1.21) via RPMs on CentOS 7
赋予远程连接权限
mysql -u root -p
grant all privileges on *.* to 'root'@'%' identified by 'imooc';
flush privileges;