MySQL MySQL is a Relational Database Management System (RDBMS) that runs as a server providing multi-user access to a number of databases. Installation: [root@server ~]# yum install mysql-server mysql php-mysql [root@server ~]# rpm -qa|grep mysql php-mysql-5.1.6-40.el5_9 mysql-5.0.95-5.el5_9 mysql-server-5.0.95-5.el5_9 Steps to…
Database
How to allow mysql client to access remote mysql databases
Little details first. What is a database and mysql ? Databases are collections of data. Mysql is one of the available programs which lets you store and retrieve data efficiently. Mysql servers can be accessed by programming languages like php,perl,python,java…