MySQL启动错误:Please read “Security” section of the manual to find out how to run mysqld as root!
加入启动参数–user=[username]
配置my.cnf,加入user=mysql意思是使用用户名mysql运行mysqld服务器
[root@centos_10 ~]# vim /etc/my.cnf
#在每个实例中都添加user=[username]选项
[root@centos_10 ~]# /usr/local/mysql/bin/mysqld_multi start
[root@centos_10 ~]# mysqld_multi report
Reporting MySQL servers
MySQL server from group: mysqld3307 is running
MySQL server from group: mysqld3308 is running
MySQL server from group: mysqld3309 is running
MySQL server from group: mysqld3310 is running