当前位置:网站首页>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;
边栏推荐
猜你喜欢
Flink源码解读(二):JobGraph源码解读
Akamai 反混淆篇
05 personal R & D products and promotion - data synchronization tool
Wu Jun's trilogy experience (VII) the essence of Commerce
Flink 解析(七):时间窗口
pip install pyodbc : ERROR: Command errored out with exit status 1
吴军三部曲见识(七) 商业的本质
[reverse intermediate] eager to try
JVM garbage collector part 2
【逆向】脱壳后修复IAT并关闭ASLR
随机推荐
Selenium test of automatic answer runs directly in the browser, just like real users.
CTF reverse entry question - dice
February database ranking: how long can Oracle remain the first?
On the clever use of stream and map
全网最全tcpdump和Wireshark抓包实践
Interview collection library
【逆向初级】独树一帜
Flink 解析(三):内存管理
Flink parsing (V): state and state backend
JVM garbage collection overview
JVM之垃圾回收器上篇
应用服务配置器(定时,数据库备份,文件备份,异地备份)
Redis quick start
03个人研发的产品及推广-计划服务配置器V3.0
ByteDance overseas technical team won the championship again: HD video coding has won the first place in 17 items
Flink parsing (VI): savepoints
mysql高級(索引,視圖,存儲過程,函數,修改密碼)
C# WinForm系列-Button简单使用
SQL tuning notes
Start job: operation returned an invalid status code 'badrequst' or 'forbidden‘