-
Migrating from one RDBMS to another
-
Character set and collation for simplified Chinese — MySQL
I am curious about character sets and collations, especially how they are used in databases. I got some time to play with them recently. I did some testing today on MySQL. I will do the same test on Sql Server, Oracle, and PostgreSql, time permitting. I am only dealing with simplified Chinese at this point.…
-
MySQL replication notes 2:replicating only certain databases
Here is my notes on setting up replication on MySQL. In a lot of cases, that is not good enough, because it replicates EVERYTHING from the master to slave(s), whereas you may just want one or two databases replicated. At first I thought I could just add this to /etc/my.cnf on the slave: [mysqld] replicate-do-db=MyDb…
-
MySQL replication notes 1: replicating all databases
-
MySQL and Daylight Savings Time change