
mysql错误
lzq123_1
这个作者很懒,什么都没留下…
展开
-
Mysql添加用户时的错误问题
例如:添加用户insert into mysql.user(Host,User,Password) values("localhost","test",password("1234"));报出:以下的错误ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value错误mysql5.1以上版本,原创 2014-11-06 14:37:03 · 1229 阅读 · 0 评论 -
mysql配置目录错误:在安装mysql 5.6.19 时执行cmake命令是出现CMake Error: The source directory does not appear to contai
在安装mysql 5.5.xx 时执行cmake命令是出现CMake Error: The source directory does not appear to contain CMakeLists.txt.的错误,刚开始以为是cmake版本有问题,到最后才发现是当前目录错了。在执行cmake时没有切换到mysql的源码目录导致了这个错误,切换到mysql的源码目录重新执行cmake命令原创 2015-06-02 16:52:58 · 24551 阅读 · 0 评论 -
This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary log
mysql创建函数时遇到的错误: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_creato转载 2015-12-15 09:44:59 · 901 阅读 · 0 评论