首页 > 数据库 > MySQL > 正文

mysql “The InnoDB memory heap is disabled ”报错解决办法

2024-07-24 12:39:26
字体:
来源:转载
供稿:网友

今天在启动myql时候突然报了一个这个错误,感觉非常的奇怪,想起我唯一做了的改变就是把系统临时文件夹改了到了我用内存虚拟出来的硬盘分区里面,估计和这个是有关系的.

  1. 121113 10:52:30 [Note] Plugin ‘FEDERATED’ is disabled. 
  2. 121113 10:52:30 InnoDB: The InnoDB memory heap is disabled 
  3. 121113 10:52:30 InnoDB: Mutexes and rw_locks use Windows interlocked functions  //Vevb.com 
  4. 121113 10:52:30 InnoDB: Compressed tables use zlib 1.2.3 

处理办法:

1:打开my.ini文件

2:添加一句 tmpdir = e:/mysqltem 你的临时文件夹,重启mysql,搞定了.

No tags for this post.

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表