Forum Moderators: coopster
Just login and type
mysql -u username -ppassword
(note the lack of space after the -p)
Then once you get the mysql prompt you just choose your DB
use DB;
and then do whatever you want.
You *may* be able to get some GUI clients to run on your local computer and access MySQL using http tunneling, but I've never tried that.
Tom
[mysql.com...]
Also, if you get SQL for one row of table, you can duplicate/modify SQL for further rows ( using Find/Replace of say, [U]Notepad[/U]. I do this! )
Different tools have come and gone over the past couple years alone and these two options seem to be the latest fad. Call me crazy, but this is one reason I still like the command line interface -- it hasn't changed ;)
Or See Apache forum here.