择镮
Pages
(Move to ...)
Home
快熟面
▼
Friday, December 5, 2014
Temporary way to show all tables if it not displayed in phpmyadmin
Go to "SQL"
SELECT
table_name
FROM
information_schema
.
tables
where
table_schema
=
'database_name'
;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment