
How to Install Adminer on CentOS 6.2 Server
Adminer is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, Adminer consist of a single file ready to deploy to the target server. Adminer is available for…
How to Install Adminer on CentOS 6.2 Server
Adminer is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, Adminer consist of a single file ready to deploy to the target server. Adminer is available for…
How to Install phpMyAdmin on CentOS 5.8 using EPEL Repository
In this post, i will show on how to install phpMyAdmin on CentOS 5.8 using EPEL repository. phpMyAdmin is a opensource tool written in PHP intended to handle the MySQL…
How to Securing MySQL Database Server on CentOS 5.8
In this post, i will show the quick steps to securing MySQL database server on linux CentOS 5.8. On fresh MySQL server installation, MySQL root password does not set and…
How to Install MySQL Server on CentOS 5.8
In this post, i will show on how to install MySQL database server on linux CentOS 5.8 server. MySQL server is a database server that can stores and retrieves data…
How to Configure MySQL Database Server on Fedora 16
On previous post (Install MySQL) i already shows how to install MySQL server on Fedora 16. MySQL server is a popular choice of database server that can stores and retrieves…
How to Install MySQL Database Server on Fedora 16
MySQL server is a popular choice of database server that can stores and retrieves data for the blog, websites and applications. MySQL is a Relational Database Management System (RDBMS) that…
How to Install phpMyAdmin on CentOS 5.7 using RPMforge Repository
phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. It can manage a whole MySQL server (needs a…
How to Backup and Restore MySQL Database on CentOS/RHEL
In this post, i will share on how to backup and restore MySQL database on Linux server. I have tested this on my CentOS and RHEL servers. MySQLDump — A…
How to Install MySQL Server on RHEL 6
In this post i will show you on how to install MySQL server on Redhat Enterprise Linux 6 (RHEL 6). MySQL server is a popular choice of database server that…
How to Install MySQL Database Server on CentOS 5.7
In this post, i will show you on how to install MySQL server on CentOS 5.7. MySQL is a popular choice of database server that can stores and retrieves data…
How to Set MySQL root Password on CentOS 6.2
MySQL installation has a default “root” user with a blank password and an “anonymous” user, also with a blank password. This is very unsecured and not recommended. In order to…
How to Delete Anonymous Users From MySQL on CentOS 6.2
MySQL installation has a default “root” user with a blank password and an “anonymous” user, also with a blank password. This is very unsecured and not recommended. In order to…