User:Huck/move to manticore

From WolfTech
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Step 1:

Login to chronos and transfer databases from Joe to Manticore using the following command line:

mysqldump --quote-names --skip-opt --add-locks --create-options --add-drop-table --disable-keys --extended-insert --quick --set-charset --host=joe.ece.ncsu.edu -u <username> -p<password> <dbname> | mysql --host=manticore.ece.ncsu.edu -u <username> -p<password> -C <dbname> -f

Step 2:

Create new user/password combos on Manticore.

Step 3:

Change code in all relevant scripts to correct database_pass/ includes files.

Step 4:

Test, test, test!