exporting_importing_database_tips
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
exporting_importing_database_tips [2008/08/08 14:55] – juckins | exporting_importing_database_tips [2025/03/20 18:30] (current) – juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== Database Import-Export Tips ==== | ||
+ | |||
Use phpMyAdmin to export databases. \\ | Use phpMyAdmin to export databases. \\ | ||
Line 10: | Line 12: | ||
4. You might need to restart the mysql database server with this command (note max_allowed_packet setting): | 4. You might need to restart the mysql database server with this command (note max_allowed_packet setting): | ||
< | < | ||
- | mysql 7297 7227 0 18:40 pts/1 00: | + | su - mysql |
+ | / | ||
</ | </ | ||
+ | |||
+ | SQL statement to show all users on the system: \\ | ||
+ | < | ||
+ | mysql> SELECT * from mysql.user; | ||
+ | </ | ||
+ | |||
exporting_importing_database_tips.1218221755.txt.gz · Last modified: 2008/08/08 14:55 by juckins