Failed to execute operation: Too many levels of symbolic links
7 年 ago jony Failed to execute operation: Too many levels of symbolic links已关闭评论
在centos 7 64bit上,设置mariadb开机启动出现:
[root@391-144 ~]# systemctl enable mysqld.service
Failed to execute operation: Too many levels of symbolic links
因为centos默认是mariadb,把mysql换成mariadb就可以了
[root@391144 ~]# systemctl enable mariadb.service