mysql
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mysql [2009/08/05 05:15] – suapapa | mysql [2013/08/03 05:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 33: | Line 33: | ||
| 모든 테이블 지우기 | 모든 테이블 지우기 | ||
| <code mysql> | <code mysql> | ||
| - | mysqldump --single-transaction -usuapapa | + | mysqldump --single-transaction -uID -pPASS --add-drop-table --no-data |
| + | | grep ^DROP \ | ||
| + | | mysql -uID -pPASS DB_NAME | ||
| </ | </ | ||
| Line 50: | Line 52: | ||
| Rows matched: 1 Changed: 1 Warnings: 0 | Rows matched: 1 Changed: 1 Warnings: 0 | ||
| - | mysql> select option_name, | + | mysql> select option_name, |
| + | +-------------+---------------------------------------+ | ||
| | option_name | option_value | | option_name | option_value | ||
| +-------------+---------------------------------------+ | +-------------+---------------------------------------+ | ||
mysql.1249449328.txt.gz · Last modified: 2013/08/03 05:04 (external edit)