How to use mysql in my commend line | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to use mysql in my commend line

5th Aug 2016, 9:21 PM
Mohamed Ibrahem
Mohamed Ibrahem - avatar
3 Respuestas
+ 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)"
6th Aug 2016, 12:30 AM
Mlu
Mlu - avatar
0
hope this helps
6th Aug 2016, 12:30 AM
Mlu
Mlu - avatar
0
Google is a great friend.
7th Aug 2016, 8:02 PM
XiaoYan94
XiaoYan94 - avatar