• MySQL

    MySQL Replication Setup

    by  • June 25, 2012 • Linux, MySQL • 0 Comments

    The target uses for replication in MySQL include: Scale-out solutions – spreading the load among multiple slaves to improve performance. In this environment, all writes and updates must take place on the master server. Reads, however, may take place on one or more slaves. This model can improve the performance of writes (since the...

    Read more →

    Basic PHP & MySQL Part 1

    by  • February 3, 2012 • Linux, MySQL, PHP • 0 Comments

    PHP and MySQL are two unique open source projects. While PHP is an excellent programming language, MySQL is the Database choice of millions of softwares, websites and companies out there. In this series, we will look at how to use PHP to connect and manipulate data stored inside MySQL. In the first part, I...

    Read more →