摘要:
1.报错内容: django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3. 原因:django2.2和pymysql版本不匹配。mysqldb不支持pyth 阅读全文
摘要:
load data infile '/app/mysql.txt' into table tablename; 执行以上mysql语句后报错:1290 (HY000): The MySQL server is running with the --secure-file-priv option so 阅读全文
摘要:
什么是MySQL? MySQL 是一种关系型数据库,在Java企业级开发中非常常用,因为 MySQL 是开源免费的,并且方便扩展。阿里巴巴数据库系统也大量用到了 MySQL,因此它的稳定性是有保障的。MySQL是开放源代码的,因此任何人都可以在 GPL(General Public License) 阅读全文