Changes between Initial Version and Version 1 of PanTasks
- Timestamp:
- Feb 24, 2009, 4:23:57 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PanTasks
v1 v1 1 * make a backup of a mysql database with: 2 mysqldump --opt DBNAME > DBNAME.mysql 3 4 * create a new database with: 5 mysql> create database DBNAME; 6 7 (user 'ipp' has CREATE permissions) 8 9 * unpack a backed-up copy into your new database with: 10 11 mysql -u ipp -h alala -p DBNAME < DBNAME.mysql 12 (will wipe out the exising DB)
