0
How to use mysql in my commend line
3 Answers
+ 1
I presume you want to access your database from the command line, to do so , you want to open your command line, type "mysql -u root(for username) -p(for password ), this will show your databases, type "use (db name)" , then type "show (table name)"
0
hope this helps
0
Google is a great friend.