当前位置:网站首页>MySQL报错解决
MySQL报错解决
2022-07-06 09:34:00 【唐僧骑白马】
1、ERROR 1045 (28000): Access denied for user ‘zabbix’@‘192.168.75.129’ (using password: YES)
解决办法:
重设密码
[[email protected] ~]# mysql
MariaDB [(none)]> grant all on *.* to [email protected] identified by '123456';
MariaDB [(none)]> flush privileges;
2、ERROR 1118 (42000) at line 1284: Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.
解决方法:
MariaDB [(none)]> set global innodb_strict_mode = 0;
MariaDB [(none)]> flush privileges;
边栏推荐
- Serial serialold parnew of JVM garbage collector
- MySQL字符串函数
- CentOS7上Redis安装
- 唯有學C不負眾望 TOP5 S1E8|S1E9:字符和字符串&&算術運算符
- Activiti目录(三)部署流程、发起流程
- Activiti directory (IV) inquiry agency / done, approved
- Set up the flutter environment pit collection
- 8086 CPU internal structure
- JVM garbage collection overview
- MySQL optimization notes
猜你喜欢
随机推荐
Activiti directory (III) deployment process and initiation process
List集合数据移除(List.subList.clear)
Akamai talking about risk control principles and Solutions
肖申克的救赎有感
Wu Jun's trilogy experience (VII) the essence of Commerce
程序员定位解决问题方法论
MySQL日期函数
Ruoyi-Cloud 踩坑的BUG
连接局域网MySql
华为认证云计算HICA
Take you hand-in-hand to do intensive learning experiments -- knock the level in detail
MySQL optimization notes
Coursera cannot play video
8086 memory
Flink源码解读(二):JobGraph源码解读
Assembly language addressing mode
C#WinForm中的dataGridView滚动条定位
MySQL字符串函数
信息与网络安全期末复习(基于老师给的重点)
Flink 解析(一):基础概念解析