Hallo!
I installed a mod and as I understand it changed mySQL tables. Do I have to restore the old tables if I wanrt to reinstall the Mod?
Before installationg I created a phpBB2 forum database dump (stupidly enough I didn't included the drop old tables command). How can I restore my original forum database using the dump without the drop old tables command.
Thank you
How to reinstall a mod?
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
- sergefa
- Posts: 39
- Joined: Fri Jul 14, 2006 8:22 pm
- Location: Krymsk, Krasnodarsky Kray, Russia
- Contact:
How to reinstall a mod?
Beauty is in the eye of the beer holder
My site:http://www.russianhunting.narod.ru
My phpBB 2 forum: http://krymsk.net/forum/index.php
My site:http://www.russianhunting.narod.ru
My phpBB 2 forum: http://krymsk.net/forum/index.php
-
- Registered User
- Posts: 7219
- Joined: Tue Nov 16, 2004 8:54 pm
- Location: Florida, US
- Contact:
Re: How to reinstall a mod?
No, you can leave the tables as is if you plan to reinstall the MOD. When it gets to the point where EM lists the SQL queries that it is supposed to apply to your database, just uncheck all of them and continue. Even if you forget to uncheck the queries, EM won't be able to create duplicate tables or fields (columns) so no harm done. You will see error messages for the failed queries, which you can ignore...
You only need the Drop Tables commands if the tables currently exist. If you plan to restore the structure of the tables and don't have the Drop Table commands in your SQL backup, you can simply delete all the tables in your database, then Import your backup...

You only need the Drop Tables commands if the tables currently exist. If you plan to restore the structure of the tables and don't have the Drop Table commands in your SQL backup, you can simply delete all the tables in your database, then Import your backup...
- sergefa
- Posts: 39
- Joined: Fri Jul 14, 2006 8:22 pm
- Location: Krymsk, Krasnodarsky Kray, Russia
- Contact:
Re: How to reinstall a mod?
Thank you for your reply!
Beauty is in the eye of the beer holder
My site:http://www.russianhunting.narod.ru
My phpBB 2 forum: http://krymsk.net/forum/index.php
My site:http://www.russianhunting.narod.ru
My phpBB 2 forum: http://krymsk.net/forum/index.php
-
- Registered User
- Posts: 7219
- Joined: Tue Nov 16, 2004 8:54 pm
- Location: Florida, US
- Contact:
Re: How to reinstall a mod?
Did it resolve your problems? Let me know if you have any other questions, comments, or concerns. I would be happy to help you if I can...
