当前位置:网站首页>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;
边栏推荐
猜你喜欢
随机推荐
JVM garbage collector part 1
Compile homework after class
Introduction to spring trick of ByteDance: senior students, senior students, senior students, and the author "brocade bag"
MySQL字符串函数
Login to verify the simple use of KOA passport Middleware
À propos de l'utilisation intelligente du flux et de la carte
Control transfer instruction
JVM类加载子系统
SQL tuning notes
February database ranking: how long can Oracle remain the first?
【MMdetection】一文解决安装问题
Interpretation of Flink source code (III): Interpretation of executiongraph source code
Data transfer instruction
Flink 解析(五):State与State Backend
Akamai 反混淆篇
集成开发管理平台
暑假刷题嗷嗷嗷嗷
PostgreSQL 14.2, 13.6, 12.10, 11.15 and 10.20 releases
Mongodb learning notes
灵活报表v1.0(简单版)