Chinaunix首页 | 论坛 | 博客
  • 博客访问: 76681
  • 博文数量: 27
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 246
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-26 10:22
个人简介

做个辛勤的搬运工

文章分类

全部博文(27)

文章存档

2015年(27)

我的朋友

发布时间:2015-10-20 09:58:02

之前碰到 一个奇怪问题,删除了mysql.user里面的某个用户后,flush privileges后,在建同样的用户后,发现权限不对...后来才发现.是mysql.db在作怪;
大致讲下,在删除某个用户对某个库的的insert权限后,删除该用户,flush privileges后,在建同样名字和host的用户,给予相同库或其他库的update权限,结果发现,之前删除的i.........【阅读全文】

阅读(1050) | 评论(0) | 转发(0)

发布时间:2015-07-10 09:58:08

mysqldump 的一个参数 --compact<br />官网给出的说法是这样:<br /><span style="font-family:;font-size:10pt;color:#026789;font-style:normal;font-variant:normal;">--compact<br /><span style="font-family:;font-size:10pt;color:#000000;font-style:normal;font-variant:normal;">Produce more compact output. .........【阅读全文】

阅读(1355) | 评论(0) | 转发(0)

发布时间:2015-07-09 11:01:33

mysqldump 的一个参数 --compact
官网给出的说法是这样:
--compact
Produce more compact output. .........【阅读全文】

阅读(4592) | 评论(0) | 转发(0)

发布时间:2015-05-27 16:36:15

select...lock in share mode和select...for update一直模模糊糊的.. 这次刚好碰到..就测了一把... 首先看官方的说明: SELECT ... LOCK IN SHARE MODE sets a shared mode lock on the rows read. A shared mode lock enables other sessions to read the rows but not to modify them. The rows read.........【阅读全文】

阅读(3770) | 评论(0) | 转发(0)

发布时间:2015-05-13 18:16:06

错误:mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'born_CRM'': Cannot load from mysql.proc. The table is probably corrupted (1728)Warning: Using a password on the command line interface can be insecure.mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'mysql'': Cannot .........【阅读全文】

阅读(1730) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

yangjustins2015-01-14 14:55

从今天开始做个辛勤的搬运工,

回复  |  举报
留言热议
请登录后留言。

登录 注册