PHP and MySQL
|
|
Files as mentioned in this month's Workshop PHP and MySQL article.
|
phpMyAdmin is intended to handle the administration of MySQL over the Web. Currently it can: create and drop databases; create, copy, drop and alter tables; delete, edit and add fields. It can also: execute any SQL-statement, even batch-queries; manage keys on fields; load text files into tables; create and read dumps of tables; export data to CSV values; and administer multiple servers and single databases.
|