离线安装MariaDB
环境
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;
相关推荐