When attempting to upgrade I get the following error:
<!--
Database error in vBulletin :
Invalid SQL: SELECT script, action, optionname FROM adminhelp
mysql error: Table 'vb114.adminhelp' doesn't exist
...
I have a feeling I know what lead up to this...
I was all ready to go to 3, I tried to run the script but didn't have ALTER privileges, so I set the privileges and tried again, more bad errors, so then I reverted to the old database
mysql --user=user --password=password vb114 < olddb.sql
and went back to the old files. Then I tried the upgrade again but still get the same error.
<!--
Database error in vBulletin :
Invalid SQL: SELECT script, action, optionname FROM adminhelp
mysql error: Table 'vb114.adminhelp' doesn't exist
...
I have a feeling I know what lead up to this...
I was all ready to go to 3, I tried to run the script but didn't have ALTER privileges, so I set the privileges and tried again, more bad errors, so then I reverted to the old database
mysql --user=user --password=password vb114 < olddb.sql
and went back to the old files. Then I tried the upgrade again but still get the same error.
Comment