In the last episode (Aug 08), Anand Kapoor said:
> i have a MySQL Database (3.22.25-log) in Linux Red Hat 6.0 (Hedwig)
> environment. The db is contantly under .tremeondous load ..
> frequently crashes. Am new to mysql administration .. and am given to
> understand that there are no replication tools avalible for this
> version. Is there anyway i could replicate this database in a similar
> environment ( the OS - RH cud upgrade though) .. in REAL TIME ( the
> database is that crucial and poorly designed .:-( .. )
You could try upgrading to 3.22.32, but even that version is over 2
years old. Consider upgrading to 3.23.51 and moving your tables to
MyISAM or InnoDB. Both are faster than the ISAM format 3.22 used.
http://www.mysql.com/doc/en/Upgrading-from-3.22.html
http://www.mysql.com/doc/en/MyISAM.html
http://www.mysql.com/doc/en/InnoDB_overview.html
--
Dan Nelson
dnelson@stripped