MySQL User Interface MySQL / General Guides
Read how to define the function Interface, Create function syntax , Drop function Syntax. You can add function with the help of UDF (user defined function) interface. These are complied as object files. After that they can be added to and removed from the server dynamically by using create and Drop function statements.
MySQL Configuration MySQL / General Guides
In this lesson you will read about the configuration of MySQL. The MySQL server configuration normally started during installation process.
Examining MySQL Certification MySQL / General Guides
To overlook MySQL in the world of certification would be a grave injustice. Not only does the topic of the "world's most popular open source database" crop up here and there on miscellaneous Linux/LAMP exams, but there will also be four certifications specific to it...
MySQL System Architecture MySQL / General Guides
In this article, we're going to take a look at MySQL internals. It will be a fun, informative examination of how all the different pieces and parts of the MySQL server operate together.
Select Record MySQL / General Guides
This tutorial will show you how to get records in your table in database to show on your PHP files. This SQL statement has many options.
Improve The Performance Of Your MySQL Server MySQL / General Guides
MySQL is a rock solid, lighting fast database server which has been designed for two factors speed and performance. It is the Ferrari of databases: Light weight, fast and Built for the high speed tracks! Learn how to get the best performance from you MySQL database server.
How To Set Up Database Replication In MySQL MySQL / Replication and Backup
This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync.