PDA

View Full Version : Command Line MySQL


dsm
10-29-2002, 04:22 PM
Can I interact with MySQL via command line ? (a firewall is preventing me from accessing the admin page)

eugene
01-23-2003, 01:10 PM
I hope you've already received a response, but, if not, you should be able to use phpMyAdmin.
Either upload it to your site or use a url like: http://216.12.208.216/MyAdmin/index.php
(depending on the IP address of the box your domain is on).

dbmasters
01-23-2003, 01:24 PM
mysql.org also has a few cool little GUI apps to work with MySQL remotely.

eugene
01-23-2003, 01:33 PM
Quite true, Dan. dsm, check out either source. The phpMyAdmin will probably be the easiest to use. Dan's suggestion of the mysql tools would be the most flexible/powerful.