发布时间:2015-10-20 09:58:02
之前碰到 一个奇怪问题,删除了mysql.user里面的某个用户后,flush privileges后,在建同样的用户后,发现权限不对...后来才发现.是mysql.db在作怪;
大致讲下,在删除某个用户对某个库的的insert权限后,删除该用户,flush privileges后,在建同样名字和host的用户,给予相同库或其他库的update权限,结果发现,之前删除的i.........【阅读全文】
发布时间: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. .........【阅读全文】
发布时间:2015-07-09 11:01:33
mysqldump 的一个参数 --compact
官网给出的说法是这样:
--compact
Produce more compact output. .........【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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 .........【阅读全文】