Showing entries 1 to 2
Displaying posts with tag: Trivia (reset)
Trivia: identify this replication failure

We got good responses to the “identify this query profile” question. Indeed it indicates an SQL injection attack. Obviously a code problem, but you must also think about “what can we do right now to stop this”. See the responses and my last note on it below the original post.

Got a new one for you!

You find a system with broken replication, could be a slave or one in a dual master setup. the IO thread is still running. but the SQL thread is not and the last error is (yes the error string is exactly this, very long – sorry I did not paste this string into the original post – updated later):

“Could not parse relay log event entry. The possible reasons are: the master’s binary log is corrupted (you can check this by running ‘mysqlbinlog’ on the binary log), the slave’s relay log is corrupted (you …

[Read more]
DB Designer becomes MySQL Workbench

Schema design can be a bitch, when you do not have proper tools.

So MySQL now has the tools: What formerly was DB Designer from fabforce.net is now becoming MySQL Workbench. The Alpha has just been released and is available for Download. MySQL provides a Support Forum, if you run into questions.

(via …

[Read more]
Showing entries 1 to 2