当前位置:网站首页>MySQL error reporting solution
MySQL error reporting solution
2022-07-06 17:33:00 【Tang Monk riding white horse】
1、ERROR 1045 (28000): Access denied for user ‘zabbix’@‘192.168.75.129’ (using password: YES)
terms of settlement :
Reset password
[[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.
resolvent :
MariaDB [(none)]> set global innodb_strict_mode = 0;
MariaDB [(none)]> flush privileges;
边栏推荐
- 04 products and promotion developed by individuals - data push tool
- Final review of information and network security (based on the key points given by the teacher)
- 06个人研发的产品及推广-代码统计工具
- mysql高級(索引,視圖,存儲過程,函數,修改密碼)
- How does wechat prevent withdrawal come true?
- MySQL Advanced (index, view, stored procedures, functions, Change password)
- JVM garbage collection overview
- Display picture of DataGridView cell in C WinForm
- Flink parsing (V): state and state backend
- Flink parsing (III): memory management
猜你喜欢

02 personal developed products and promotion - SMS platform

Final review of information and network security (based on the key points given by the teacher)

Flink 解析(四):恢复机制

自动化运维利器ansible基础

Idea breakpoint debugging skills, multiple dynamic diagram package teaching package meeting.

Solr appears write Lock, solrexception: could not get leader props in the log

07 personal R & D products and promotion - human resources information management system

JVM garbage collector part 2

Interpretation of Flink source code (III): Interpretation of executiongraph source code

05 personal R & D products and promotion - data synchronization tool
随机推荐
【逆向中级】跃跃欲试
应用服务配置器(定时,数据库备份,文件备份,异地备份)
Start job: operation returned an invalid status code 'badrequst' or 'forbidden‘
基于LNMP部署flask项目
DataGridView scroll bar positioning in C WinForm
SQL tuning notes
华为认证云计算HICA
Learn the wisdom of investment Masters
Flink 解析(七):时间窗口
Flink 解析(五):State与State Backend
Akamai 反混淆篇
06个人研发的产品及推广-代码统计工具
Precipitated database operation class - version C (SQL Server)
JVM 垃圾回收器之Serial SerialOld ParNew
Flink源码解读(三):ExecutionGraph源码解读
List set data removal (list.sublist.clear)
Flink 解析(四):恢复机制
Integrated development management platform
Introduction to spring trick of ByteDance: senior students, senior students, senior students, and the author "brocade bag"
沉淀下来的数据库操作类-C#版(SQL Server)