我正在制作一个脚本,它应该安装MariaDB/MySQL服务器,然后创建用户等等。为此,我需要运行mysqld_safe,因为它没有守护进程模式,所以脚本不会继续。做mysqld_safe &可以接缝。/usr/bin/mysqld_safe > /dev/null 2>&1 &
while [[ RET -ne 0 ]]; do mysql -uroot问题
在b
Mysql服务只是停止工作。一旦我输入:service mysql start,linux系统显示了以下内容:Try `tail --help' for more information.Try `tail --help' for more information.知道我没有编辑mysql文件,它总是这样,我的服务器列表不满,因为我用df命
但问题是,每当我发出命令sudo mysqld_safe --skip-grant-tables &时,我的脚本就会永远挂起。由于这个原因,我无法遵循上述给定链接中提到的下一步步骤。mysqld_safe Can't log to error log and syslog at the same time.Remove all --log-error configuration options for --syslog to take effect.
151130 18:17:51 mysqld_safe