MySQL 我们在创建用户的时候,可能会遇到以下报错: ERROR 1054 (42S22): Unknown column 'plugin' in 'mysql.user' 说明mysq.user这个表里面没有plugin这个字段 把表修复一下,从新登陆MySQL就可以了 mysql_upgrad ...
分类:
数据库 时间:
2018-04-28 19:27:51
阅读次数:
225
启动数据库报错
Starting MySQL
... * The server quit without updating PID file (/data/mysql_data/ubuntu.pid).
分类:
其他好文 时间:
2018-04-19 20:27:49
阅读次数:
151
5.7.4版本后就有了这么一个东西Password Expiration Policy mysql> show databases;ERROR 1820 (HY000): You must reset your password using ALTER USER statement before e ...
分类:
数据库 时间:
2018-04-09 11:14:31
阅读次数:
195
启动mysql报错:ERROR!TheserverquitwithoutupdatingPIDfile(/data/mysql/localhost.localdomain.pid),查看mysql.log发现报错信息:[ERROR]Fatalerror:Can‘topenandlockprivilegetables:Table‘mysql.host‘doesn‘te
分类:
数据库 时间:
2018-04-09 11:14:24
阅读次数:
160
源码安装并且成功启动mysql后输入mysql报错:-bash:mysql:commandnotfound解决方案:方案1、需要做软连接:ln-s/usr/local/mysql/bin/*/usr/bin/方案2、加入环境变量:vim/etc/profile.d/mysql.sh输入内容:exportPATH=$PATH:/usr/local/mysql/bin
分类:
数据库 时间:
2018-04-09 11:11:37
阅读次数:
167
ERROR 2002 (HY000): Can‘t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock‘ (2)
分类:
数据库 时间:
2018-04-04 16:12:59
阅读次数:
171
ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repositoryMySQL 5.6修复从库复制时报错mysql> start slave;ERROR 1872 (HY000): Slave failed to initialize relay log info structu
分类:
数据库 时间:
2018-04-04 10:32:11
阅读次数:
227
ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository 在一台主机上增加一个slave,启动的时候报 [ERROR] Slave SQL: Slave failed to ...
分类:
数据库 时间:
2018-03-31 15:55:06
阅读次数:
190
客户端通过navicat登录mysql服务器报错:1045-Accessdeniedbyuser‘zabbix‘@192.168.0.107usingpasswod:YES解决方案:服务器端登录mysql:usemysql;先查询一下selectuser,hostfromuser;发现客户端的IP没在表中执行赋权操作语句:grantallon.tozabbix@192.168.0.
分类:
数据库 时间:
2018-03-12 01:10:11
阅读次数:
206
以下均摘自《代码审计:企业级Web代码安全架构》一书 1.floor() select * from test where id=1 and (select 1 from (select count(*),concat(user(),floor(rand(0)*2))x from informati ...
分类:
数据库 时间:
2018-03-11 19:16:10
阅读次数:
174