当前位置:网站首页>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;
边栏推荐
- MySQL报错解决
- [VNCTF 2022]ezmath wp
- 05 personal R & D products and promotion - data synchronization tool
- Flexible report v1.0 (simple version)
- JVM class loading subsystem
- 自动化运维利器ansible基础
- Flink parsing (III): memory management
- 吴军三部曲见识(七) 商业的本质
- Set up the flutter environment pit collection
- 自动答题 之 Selenium测试直接运行在浏览器中,就像真正的用户在操作一样。
猜你喜欢

02 personal developed products and promotion - SMS platform

Jetpack compose 1.1 release, based on kotlin's Android UI Toolkit

List set data removal (list.sublist.clear)

Flink源码解读(三):ExecutionGraph源码解读

ByteDance overseas technical team won the championship again: HD video coding has won the first place in 17 items

Junit单元测试

Flink 解析(三):内存管理
![Case: check the empty field [annotation + reflection + custom exception]](/img/50/47cb40e6236a0ba34362cdbf883205.png)
Case: check the empty field [annotation + reflection + custom exception]

Wu Jun's trilogy experience (VII) the essence of Commerce

pip install pyodbc : ERROR: Command errored out with exit status 1
随机推荐
CTF reverse entry question - dice
List集合数据移除(List.subList.clear)
Wu Jun's trilogy experience (VII) the essence of Commerce
JVM garbage collector part 2
Selenium test of automatic answer runs directly in the browser, just like real users.
Based on infragistics Document. Excel export table class
The solution to the left-right sliding conflict caused by nesting Baidu MapView in the fragment of viewpager
EasyRE WriteUp
[CISCN 2021 华南赛区]rsa Writeup
微信防撤回是怎么实现的?
Some feelings of brushing leetcode 300+ questions
Interpretation of Flink source code (I): Interpretation of streamgraph source code
How does wechat prevent withdrawal come true?
JVM垃圾回收概述
Solr appears write Lock, solrexception: could not get leader props in the log
基于LNMP部署flask项目
[reverse intermediate] eager to try
JVM 垃圾回收器之Garbage First
Connect to LAN MySQL
CentOS7上Redis安装