码迷,mamicode.com
首页 >  
搜索关键字:MySQL报错    ( 350个结果
mysql报错 1142 - SELECT command denied to user 'root_ssm'@'localhost' for table 'user'(用户没有授权)
使用客户端授权(Navicat Premium 12) 1、使用root用户登陆mysql 2、新建查询,输入指令: use mysql; select * from user where user='root_ssm'; SQL语句where后面的条件写要授权的那个用户名 3、执行语句,查看用户的 ...
分类:数据库   时间:2020-04-05 11:14:39    阅读次数:101
安装mysql报错,无法启动此程序 由于找不到VCRUNTIME140_1.dll
今天要搭建一个新的开发环境,于是卸载了已有的mysql5.5,重新下载了mysql8.0.19(最新版本),然后安装的时候报错:无法启动此程序由于找不到VCRUNTIME140_1注意这里是VCRUNTIME140_1,不是VCRUNTIME140由于这里没注意,浪费了好多时间解决方法:https://blog.csdn.net/JackerCSDN/article/details/1044255
分类:数据库   时间:2020-03-21 23:31:14    阅读次数:2137
数据库连接错误08001
pycharm连接mysql报错 错误信息 [08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up. 可能的原因解决方法 IDEA连接数据库的驱动不对,之前IDEA使 ...
分类:数据库   时间:2020-03-20 21:57:19    阅读次数:191
Docker 常见问题
1、Docker search mysql 报错 Error response from daemon: Get https://index.docker.io/v1/search?q=mysql&n=25: net/http: TLS handshake timeout 解决方案: vim修改/e ...
分类:其他好文   时间:2020-03-18 23:38:43    阅读次数:94
django 连接mysql报错
1.django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3. 修改/usr/local/lib/python3.5/dist-packages/djang ...
分类:数据库   时间:2020-03-17 19:22:59    阅读次数:77
DBeaver 连接MySql报错
DBeaver 连接MySql 报错 Unable to load authentication plugin 'caching_sha2_password'. 网上查资料说的是mysql5.x 版本和 8.x版本的区别; 5.7版本是:default_authentication_plugin=m ...
分类:数据库   时间:2020-03-09 13:35:41    阅读次数:260
kettle使用jdbc连接mysql之时区问题
kettle连接mysql报错 网上查询后才知道这是时区的问题,解决方法: 从cmd进入mysql进行操作: 之后成功: ...
分类:数据库   时间:2020-03-02 18:59:31    阅读次数:275
qt连接mysql报错:QSqlDatabase: QMYSQL driver not loaded QSqlDatabase: available drivers: QSQLITE QODBC QODBC3 QPSQL QPSQL7
之前使用Qt连接mysql数据库,遇到过这样的报错,后来解决了,但没有记录下来,这次又遇到了,花了好多的精力,这次吸取上次的教训,做一下记录和总结。 报错截图: 编辑背景: Qt5.13.0,编译器是mingw73_64,是64位的。 mysql-5.7.27-winx64,也是64位的。 有人说, ...
分类:数据库   时间:2020-02-29 15:00:48    阅读次数:281
mysql 报错:Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column. To disable safe mode, toggle the option in Preferences
[toc] 事故现场 mysql执行update操作报错: sql如下: 报错如下: Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses ...
分类:数据库   时间:2020-02-26 21:14:05    阅读次数:84
dbeaver链接mysql报错之The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.
The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver ( ...
分类:数据库   时间:2020-02-23 23:58:26    阅读次数:126
350条   上一页 1 2 3 4 5 6 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!