Plugin 'FEDERATED' is disabled
在mysql数据库的err文件中看到如下信息:
Plugin 'FEDERATED' is disabled
InnoDB: The InnoDB memory heap is disabled
解决方法:vi /etc/my.cnf
tmpdir = /tmp
innodb_use_sys_malloc =0
---------------------
待验证!! 2014-9-26 11:06
在mysql数据库的err文件中看到如下信息:
Plugin 'FEDERATED' is disabled
InnoDB: The InnoDB memory heap is disabled
解决方法:vi /etc/my.cnf
tmpdir = /tmp
innodb_use_sys_malloc =0
---------------------
待验证!! 2014-9-26 11:06