June 23rd, 2009 by Leons Petrazickis
The DB2 data movement tool sounds like an excellent way to move stuff from, say, MySQL to DB2. I should see if I can use it to move a MediaWiki database.
Speaking of MediaWiki, I swear I’ll have a patched zip of 1.15 ready any day now.:-)
Posted in db2, mysql, mediawiki | No Comments »
June 5th, 2009 by Leons Petrazickis
Posted in db2, mysql | No Comments »
May 14th, 2009 by Leons Petrazickis
Looks like the original cofounder of MySQL Inc, Monty Widenius, is forking MySQL. He’s going to try to merge with all the other forks, but I suspect that Oracle will not be interested in merging something they just bought with this particular fork. Especially since it will not support InnoDB, an alternate MySQL engine bought by Oracle some time before they bought regular MySQL.
Posted in links, mysql | No Comments »
March 2nd, 2008 by Leons Petrazickis
One of the tables of my MediaWiki installation crashed. When I tried to repair it, I got this less-than-helpful error message. So did the mysqlcheck utility when I SSHed to the server. However, the command has extra options that can be used to repair high levels of corruptions, such as when the MYI is missing.
REPAIR TABLE tablename USE_FRM;
Posted in mysql | No Comments »