A PHP Error was encountered
Severity: Notice
Message: Only variable references should be returned by reference
Filename: core/Common.php
Line Number: 257
原代码:
return $_config[0] =& $config;
修改后:
$_config[0] =& $config;
return $_config[0];...
/usr/libexec/mysqld: Can’t find file: ‘./mysql/plugin.frm’ (errno: 13)
Centos6.5 直接复制mysql数据文件,对数据进行异地恢复,报如下错误:
/usr/libexec/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)
160604 21:51:08 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
160604 21:51:08 InnoDB: Initializing buffer pool, size = 8.0M
160604 21:51:08 InnoDB: Completed initialization of buffer pool
160604 21:51:08 InnoDB: Started; log...