This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
exporting_importing_database_tips [2008/08/08 14:56] juckins |
exporting_importing_database_tips [2008/08/09 18:10] (current) juckins |
||
---|---|---|---|
Line 13: | Line 13: | ||
/ | / | ||
</ | </ | ||
+ | |||
+ | SQL statement to show all users on the system: \\ | ||
+ | < | ||
+ | mysql> SELECT * from mysql.user; | ||
+ | </ | ||
+ | |||