We need to produce documentation on the basics of administering mysql. This will likely be a series of blog posts followed up with extensive documentation in the documentation section of the website.
Likely topics include:
- What is MySQL and how to install and configure
- The different storage engines you can use such as InnoDB, MyISAM, XtraDB etc. including benefits and drawbacks of them
- MySQL networking
- How to best backup MySQL databases
- Clustering MySQL, including read-only instances.
- Sharding
- Recovering from backups
- Running multiple instances of MySQL on a single server.
We need to produce documentation on the basics of administering mysql. This will likely be a series of blog posts followed up with extensive documentation in the documentation section of the website.
Likely topics include: