This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:server:db_restore [2009/03/07 15:58] jonyo |
tutorials:server:db_restore [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 17: | Line 17: | ||
<tip c w> | <tip c w> | ||
- | droptable | + | {{ : |
< | < | ||
- Log in to phpMyAdmin. | - Log in to phpMyAdmin. | ||
Line 25: | Line 25: | ||
- Select the database name you want to restore from the dropdown. | - Select the database name you want to restore from the dropdown. | ||
- | myadmin_7 | + | {{ : |
< | < | ||
- When the screen refreshes you will see a list of tables that are currently present within the database you just selected. The same set of table names will display on both sides of the screen. (If this is a new database, or if you have previously ' | - When the screen refreshes you will see a list of tables that are currently present within the database you just selected. The same set of table names will display on both sides of the screen. (If this is a new database, or if you have previously ' | ||
Line 31: | Line 31: | ||
<tip c n> | <tip c n> | ||
- | myadmin_8 | + | {{ : |
< | < | ||
- | - You should now see a screen that looks similar to the image below. Click on the " | + | - You should now see a screen that looks similar to the image below. Click on the " |
- | myadmin_9 | + | {{ : |
< | < | ||
- You should now be able to log in to the software' | - You should now be able to log in to the software' | ||
Line 42: | Line 42: | ||
< | < | ||
+ | ===== Working Through Problems When Running Queries ===== | ||
+ | |||
+ | We have had a bit of experience importing databases and can provide a few pointers. | ||
+ | |||
+ | Break your export into several "bite size" pieces so that each file doesn' | ||
+ | |||
+ | The geodesic_classifieds table is the the hardest to import. | ||
+ | |||
+ | You can remove this query from this import file and place it within a specific place to be run later individually. | ||
+ | |||
+ | You can also choose to deal with the query error at this point before going further into the import. | ||
+ | |||
+ | If you stopped the import process to deal with a specific sql query make sure to remove all " | ||
+ | |||
+ | You may not decide to run the query at all. You have to do a little investigation and possibly a question or two to support. | ||