我重新启动服务器之前所做的是:运行OpenEMM.sh启动以安装OpenEMM。
这应该没有做任何事情,这个MySQL安装….我试图修复权限,validationplugin.frm是inface那里…..
那里的任何专家有任何想法会对我有帮助吗?
110416 00:00:25 mysqld_safe Starting mysqld.bin daemon with databases from /opt/bitnami/mysql/data ^G/opt/bitnami/mysql/bin/mysqld.bin: Can't find file: './mysql/plugin.frm' (errno: 13) 110416 0:00:25 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it. 110416 0:00:25 InnoDB: Operating system error number 13 in a file operation. InnoDB: The error means mysqld does not have the access rights to InnoDB: the directory. InnoDB: File name ./ibdata1 InnoDB: File operation call: 'create'. InnoDB: Cannot continue operation. 110416 00:00:25 mysqld_safe mysqld from pid file /opt/bitnami/mysql/data/domU-12-31-38-04-61-21.pid ended
看起来像运行mysql的用户没有对正在启动mysql的目录的写入权限。
确保使用mysql拥有“mysql”文件夹。 从错误日志中清楚地知道,mysql无法在“iblog”文件夹中创build一个文件。 这个文件夹通常在mysql文件夹里面。
停止mysql服务器并运行以下命令,然后重新启动它。
chown -R mysql /path_to/mysql