出现问题:
[root@web01 ~]# mysql_install_db --user=mysql --defaults-file=/etc/my3307.cnf --force-bash: mysql_install_db: command not found
解决办法:
[root@web01 ~]# yum install -y mariadb-server
出现问题:
[root@web01 ~]# mysql_install_db --user=mysql --defaults-file=/etc/my3307.cnf --force-bash: mysql_install_db: command not found
解决办法:
[root@web01 ~]# yum install -y mariadb-server