Articles
How to work with MySQL from PHP scripts
To work with MySQL, you can use the tools built into the PHP language, which are already...
How to work with MySQL from Perl scripts
To work with MySQL from Perl scripts, the DBI module is usually used. This allows you to...
Import and export MySQL data via unix Shell
Exporting and importing data into MySQL is usually required when moving information from one...
Parameters and methods of connecting to MySQL
Parameters and methods of connecting to MySQL Host name (server) where MySQL is hosted:...
phpMyAdmin - access MySQL via a web browser
To access MySQL from a regular web browser, clients can use the phpMyAdmin tool. PhpMyAdmin is a...