MySQL Dump
This is how to dump my SQL table:
/opt/lampp/bin/mysqldump –opt -ucadmin -password archive chargereport_200707 > chargereport_200707.sql
One of the fastest SQL (Structured Query Language) database servers currently on the market is the MySQL server, developed by T.c.X. DataKonsultAB. MySQL, available for download at http://www.mysql.com, offers the data base programmer with an array of options and capabilities rarely seen in other database servers. What’s more, MySQL is free of charge for those wishing to use it for private and commercial use.



