MySQL Group Concat
What is MySQL’s GROUP_CONCAT function for? How often have you wanted a comma separated list of values in a table of results. Say you had a list of trainers in makes, and sizes? And you want to display this list as a grid: Make | Size ———————- Adidas | 6 Adidas | 7 Adidas | [...]
MySQL Replication Guide
I have had to install a few instances of MySQL replication, and its never as simple as you expect it to be. However, I have written a simple HOWTO to help you along if you need it. Chapter 1 – Setting up the servers. The Master The master server is the main server you [...]
« go back