91
edits
(fix cvs checkout command) |
(→Sandbox Environment: fix mozilla-update.sql vs .sql.gz) |
||
| Line 101: | Line 101: | ||
The latest dump of the UMO database is in /data/db on chameleon. To use it just grab it and put it in your home directory and run: | The latest dump of the UMO database is in /data/db on chameleon. To use it just grab it and put it in your home directory and run: | ||
* | * cp mozilla-update.sql . | ||
* mysql -u username -p --database username < mozilla-update.sql | * mysql -u username -p --database username < mozilla-update.sql | ||
edits