Tuesday, October 26, 2010

command to read mysql database table

For reading the database table
mysql> select * from wp_users \G;

No comments:

Post a Comment