How to search table name with MySQL
Published on| December 3rd, 2009 | No Comment.
You may want to know table name in DataBase with MySQL.
If you want to do it, you should input the following command (SHOW TABLES command).
|
|
Line 1 is the login command. -h = xxx-u = username-p =**** dbname
xxx: mysql host name
username: username to login
****: password to login
dbname: database name to use
username: username to login
****: password to login
dbname: database name to use
On Line 9, the table name with the character string of 'wp_' at the head is searched, and displayed.
You might also like:
Comments
Leave a Reply