Tag Archives: MySQL
MySQLi Tutorial
Posted on 09. Jul, 2006 by Will Fitch.
Moving from a procedural system to object-oriented can be a daunting task. One feature to assist you is the MySQLi class, which allows for an object-oriented approach to database manipulation. This tutorial gives insight into the structure and basic usage of the MySQLi class. If PDO isn’t an option for you, then try MySQLi!
Close Bookmark and [...]
Continue Reading
Navicat MySQL: A Tool for Developers and DBAs
Posted on 05. Jul, 2006 by Will Fitch.
Navicat MySQL is a tool produced by PremiumSoft CyberTech Ltd that allows both developers and DBAs to access, design, manipulate, report and manage data and the MySQL server. Although it’s not free, it is certainly worth taking the time to play around with.
Navicate MySQL is certainly the tool of choice for my DBA needs. As [...]
Continue Reading
Using the mysqldump tool
Posted on 28. Mar, 2006 by Will Fitch.
This tutorial will cover using the mysqldump executable for backing up databases. If you are an average user of MySQL, and are not interested in administering a MySQL server, then this tutorial might be useless to you.
The mysqldump tool is a backup program that is distributed with every MySQL download. If you aren’t familiar [...]



