Tag Archives: mysql

Script to backup your MySQL tables and send them to your email

Written by Mel Kham on . Posted in Linux tutorials

This is a nice script  to automatically backup your MySQL tables and send them to your email. 

Quick tip : How to back up all MySQL databases

Written by Mel Kham on . Posted in Linux tutorials

To backup all or some of your MySQL databases, you’ll need mysqldump which comes bundled with mysql. If you have MySQL installed, you probably have mysqldump installed already.

How to install Lamp and Phpmyadmin in Fedora 13

Written by Mel Kham on . Posted in Linux tutorials

LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. In this … Continue reading

Zabbix – Another monitoring tool for Linux

Written by Mel Kham on . Posted in Linux tutorials

Zabbix is a network management system application created by Alexei Vladishev. It is designed to monitor and track the status of various network services, servers, and other network hardware. It uses MySQL, PostgreSQL, SQLite or Oracle to store data. Its … Continue reading

Cannot load mysql extension. Please check your PHP configuration Solved

Written by Mel Kham on . Posted in Frequently Asked Questions

Question : How  to  resolve t his  issue :  on Fedora/Centos/Opensuse <<Cannot load mysql extension. Please check your PHP configuration>> ?

Digg says yes to NoSQL, bye to MySQL

Written by Mel Kham on . Posted in News

After twitter, now is Digg who decided to replace MySQL and most of their infrastructure components and move away from LAMP to another architecture called NoSQL that is based in Casandra, an opensource project that develops a highly scalable second-generation … Continue reading

manage access to the database remotely

Written by Mel Kham on . Posted in Linux tutorials

In this short Howto, want to show you how to grant remote access to a DB on your server local or remote server .

Install LAMP in slackware 13

Written by Mel Kham on . Posted in Linux tutorials

LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. In this … Continue reading

How to install LAMP and PhpMyadmin on LinuxMint 7 Gloria

Written by M. Zinoune on . Posted in Linux Mint

LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. In this … Continue reading

MySQL Forks

Written by Mel Kham on . Posted in News

Sun may have the MySQL name, but every one has its open-source code and MySQL co-founder Monty Widenius is taking the popular open-source DBMS (database management system) and forking it in a new directions.