Tweets
(2023-04-06 15:48:59)
(2022-11-27 12:55:38)
(2018-07-05 11:47:12)
(2018-06-06 10:05:48)
(2017-08-20 14:27:45)
(2017-07-02 22:40:00)
(2017-06-25 20:47:31)
(2017-06-25 20:38:53)
(2017-06-20 22:17:45)
(2017-06-17 15:45:26)
Things you probably don't need to do: FLUSH PRIVILEGES
Posted on 2018-07-05 @ 10:00:00
As I come across various tutorials and installation instruction manuals across the Web, there's one thing I see quite often: the unnecessary use of the "FLUSH PRIVILEGES" statement.
MySQL access control is based on grant tables, which are loaded... (read more...)
Question from Twitter: why isn't MySQL using the index I expect?
Posted on 2018-06-06 @ 10:00:00
I recently received this question from someone on Twitter:
Hi Richard I couldn't find answer to my doubt..I searched all over the internet..does MySQL always use clustered index(primary key) for select * from table?
I had a... (read more...)
Seems to be an interesting gotcha with binlogs when setting up new nodes in a Percona XtraDB cluster
Posted on 2015-06-16 @ 10:52:00
When the new server starts for the first time, it creates the binlog index file and an initial binlog file. It then connects to the clusters, finds it's not initialised and starts an SST operation. So far, so good...
The issue I've been hitting ... (read more...)
Yet another style update!
Posted on 2011-12-16 @ 15:33:01
Yes, I know it's been a long, long time, but I've finally got round to dragging this site out of the 90s and look not quite so eye-wateringly bad.
Now all I need to do is spend more time working on content! If you have any suggestions for artic... (read more...)