码迷,mamicode.com
首页 > 数据库 > 详细

还原mysql数据库时报错

时间:2014-09-24 17:34:57      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:mysql

昨天测试服务器重启,mysql不能正常启动,后来由于业务的需要将内网的数据库迁移到测试服务器上,在还原数据库时报错如下:

aaa@ubuntu:~/sql$ mysql -uroot -p‘1qaz2wsx3edc‘ < csip_business.sql

ERROR 1418 (HY000) at line 2945731: This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)

报错原因:开启bin-log

解决方法:编辑主配置文件/etc/my.cnf,将如下3行注释掉

#log-bin=mysql-bin

#binlog_format=mixed

#server-id      = 1



本文出自 “nagios故障” 博客,请务必保留此出处http://5250070.blog.51cto.com/5240070/1557687

还原mysql数据库时报错

标签:mysql

原文地址:http://5250070.blog.51cto.com/5240070/1557687

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!