当前位置:网站首页>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;
边栏推荐
猜你喜欢
High performance mysql (Third Edition) notes
Introduction to spring trick of ByteDance: senior students, senior students, senior students, and the author "brocade bag"
JVM类加载子系统
02个人研发的产品及推广-短信平台
Notes on how the network is connected
MySQL string function
吴军三部曲见识(五) 拒绝伪工作者
肖申克的救赎有感
Activiti目录(三)部署流程、发起流程
IDEA断点调试技巧,多张动图包教包会。
随机推荐
CTF reverse entry question - dice
Junit单元测试
Flink 解析(六):Savepoints
程序员定位解决问题方法论
JVM之垃圾回收器下篇
Ce n'est qu'en apprenant que c est à la hauteur des attentes Top5 s1e8 | s1e9: caractères et chaînes & opérateurs arithmétiques
DOS function call
Mongodb learning notes
Yum install XXX reports an error
JVM garbage collector part 1
mysql高级(索引,视图,存储过程,函数,修改密码)
Activit fragmented deadly pit
05个人研发的产品及推广-数据同步工具
Logical operation instruction
Final review of information and network security (based on the key points given by the teacher)
Set up the flutter environment pit collection
Activiti directory (I) highlights
Flink源码解读(二):JobGraph源码解读
MySQL数字函数
自动答题 之 Selenium测试直接运行在浏览器中,就像真正的用户在操作一样。