244
edits
mNo edit summary |
|||
| Line 33: | Line 33: | ||
* cp mozilla-update.sql . | * cp mozilla-update.sql . | ||
* mysql -u username -p --database username < mozilla-update.sql | * mysql -u username -p --database username < mozilla-update.sql | ||
::I always get permisison errors for the LOCK and UNLOCK statements, so a search and replace before running the script gets me past that. -alanjstr | |||
You can edit your database via phpmyadmin if you go to https://update-staging.mozilla.org/db/ using your sandbox username/password. You will be asked to enter your password twice as the first one is an htaccess password to protect the phpmyadmin tool behind it. | You can edit your database via phpmyadmin if you go to https://update-staging.mozilla.org/db/ using your sandbox username/password. You will be asked to enter your password twice as the first one is an htaccess password to protect the phpmyadmin tool behind it. | ||
edits