My SQL



This is a list of handy MySQL commands that I use time and time again. At the bottom are statements, clauses, and functions you can use in MySQL. Below that are PHP and Perl API functions you can use to interface with MySQL. To use those you will need to build PHP with MySQL functionality. To use MySQL with Perl you will need to use the Perl modules DBI and DBD::mysql.

  1. Install of Apache, PHP, SSL, MySQL in linux
  2. MySQL Commands
  3. SQLite Commands and General Usage
  4. Recover MySQL root password - Linux
  5. Fixing Sqlite Error "Unable to Open Database file"
  6. Fixing MySQL Crashed Tables
  7. Connecting Openoffice.org's Writer and MySQL on Debian GNU/Linux