Page 1 of 1

connecting to mysql from cmd

Posted: Thu Sep 14, 2006 9:45 am
by Obadiah
i had some notes on this and i cant seem to find them can anyone show me how its done?

Posted: Thu Sep 14, 2006 9:56 am
by pickle
Call 'mysql'. The -u flag lets you specify the user, the -p specifies whether to prompt for a password or not.

If you in linux, just call 'man mysql' & read the man pages - it should all be there.