Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Recreate a MySql Database

Author  Topic 

maccapug
Starting Member

1 Post

Posted - 2005-11-17 : 23:20:55
Hello

I am trying to recreate a MySQL database on a new domain. The original database was exported into about 40 .SQL text files. I am importing these .SQL text files into a new database using phpmyadmin. When I attempt to import the first of these files, I get a "fatal error". It says the upload time has exceeded the 300 second limit. How do I set up the server so there is no upload time limit? Or how would you approach a solution to this problem? There are about 40 of these text files and each file varies in size between 5 and 15mb. Is it possible to split individual files in half or 3 parts and import that way? Any help would be greatly appreciated. Thanks!!

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-11-18 : 00:33:01
You will get a better response on a mySQL forum, SQL Team is for Microsoft SQL Server. Try here:

http://dbforums.com/
Go to Top of Page
   

- Advertisement -