1 cooper Sep 21, 2008 10:16
3 yabba Sep 21, 2008 10:40
Assuming you still have your database backup, drop all the tables in your new database, restore your backup and then hit your blogs home page.
¥
4 cooper Sep 25, 2008 16:36
I have now restored the databse but I am geting this prblem:
Additional information about this error:
MySQL error!
Table 'xxxxxxxx.evo_basedomains' doesn't exist(Errno=1146)
Your query:
SELECT dom_ID
FROM evo_basedomains
WHERE dom_name = 'exetel.com.au'
___________________________
Any suggestions on what I do now would be appreciated. It seems to me I have to either add the database table or something wrong with a config file?
5 yabba Sep 25, 2008 19:36
Ok, the bit I'm *tripping* over is this :
Now...when it came to installing I chose NEW installation. It reported that the installation was successfull but it also says that the new database would be wiped clean in the "docs" section.
why did you feel you needed to install?
¥
6 cooper Sep 26, 2008 02:39
What has happened is this...
The blog is set up on my ISP's free webspace.
They wanted to move to a new server which required me to re apply for free webspace again (thereby creating a new mysql db). The webspce in the interim was moved to a temporary URL then at a given date would move to the same old URL.
So I had to install to the new URL, which got moved back to the old URL (requiring changing basic config php files at each step along the way).
The upshot now is the most recent brick wall has been resolved witht the help of the sysadmin at the ISP and everything is now back to normal.
7 cooper Sep 26, 2008 03:11
The sysadmin told me that what he did was back-up my old db to the new one...it seems I have done something wrong in the restore of the mysqldb
I found this on the basic_config php file:
Do I need to change that setting for the install to not change the updated mysql db?