Dabase cannot upload on MyPHP
-
Hi there,
So, my wordpress was backedup and saved, database included, before I moved hosting services within the same GoDaddy account, to consolidate under a delux service. I have no problems migrating a general .html site and for the most part I was able to move my wordpress blog and all of its files over. My problem now is restoring MySQL datbase with MyPhP on Go Daddy.
The first problem is that it won’t accept a .gz zip or a general .zip file. I keep seeing references to being able to change this somehow but while I am fairly well versed in being able to Google myself out of situations in coding, this seems a bit beyond my expertise. I have no idea where to find some of these php.ini files to modify so it can accept a .zip file.
The second problem is if I try to upload the db backup unzipped I am running into an error message after it tries the first upload. I realize that these things can time out and was reloading and letting it upload from the last place it left off but after the second upload I am getting this error:
SQL query: /’140103 SET TIME_ZONE=@OLD_TIME_ZONE’/ :
MySQL said:
#1231 – Variable ‘time_zone’ can’t be set to the value of ‘NULL’In my Googling I found this error and various people had some workarounds, (a) one being that this is a common error because of the broken up uploads and I could separate out the tables and upload separately and (b) changing the code in the text of the db to fix the error.
for b: I tried changing the code but the upload threw another error and didn’t like that I changed anything. For a: I tried cutting and pasting segments of the code into next .txt files but again, doesn’t like this.
I also found an option for a .php code for a DUMP proram, which started working but then it threw an error at me stating I needed to Drop tables. I see the use of Drop witin my DB txt in some areas but have no idea how to really go about dropping tables to get this Dump program to work.
So, what I’m saying, this is kind of beyond my website and coding abilities and I need some help.
How the heck do I change the database uploading program so that it will accept a .zip file or .gz file so that I can upload and restore my database or b: what other program can I use.
Or am I just going to have to cave and get my programmer BIL to help?
Thanks and I hope this makes sense!
- The topic ‘Dabase cannot upload on MyPHP’ is closed to new replies.