Archive for the ‘MySQL’ Category

User Information from MySQL

Monday, February 25th, 2008

This example returns user information from MySQL:
(more…)

Using Multiple MySQL Ports in the Same Application

Monday, February 25th, 2008

This is a code example of this command:

SET_DATABASE_PORT OF MYSQL TO PORT
(more…)

Installing MySQL in Linux CentOS/Red Hat

Sunday, February 24th, 2008

Installing MySQL in Linux, is not difficult to do. This article is a step by step guide on how to do it:

(more…)

Using INNODB in MySQL

Sunday, February 24th, 2008

While configuring MySQL for using innodb table handler, the following settings (in the my.ini file) have impact on performance:
(more…)