Today I started to develop a website using a pre-existing database (with the extension .sql). I am trying to figure out how to use this database on my website.
I have MySQL on my server, but I don't know if that's what I need.
The version of phpMyAdmin that I'm currently using (2.11.6) has an option to kill the upload right before it times out.
It also gives you the number of queries to skip.
I have never used this, but I'm assuming you could upload the file with this option ("Partial Import"). When it reaches the limit, it would tell you it executed XXX queries.
Do another partial import, this time starting by skipping the XXX queries.
Obviously, repeat until the file has been completely uploaded.
I am not sure... I'm fairly new to this side of web development, so I'm not sure what "SSH" is.
I have 2.11.0, and it does have a section that says
"Partial import
Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions."
Is this where I do that? I don't, however, see a place to kill the import when it's going...
You just edit the file with your database details and then upload the database file to your host. Then navigate to the script and hit import beside the database file.
__________________ █ AC/DC Talk - Talk about one of the greatest bands today. █ ChickenSMS - Let your visitors send free text messages. █ Blow Up Your Video - Read all about AC/DC and its members. █ No Cry Server - For gaming server admins.
man, you can upload the .sql file to your server and run the import command from phpmyadmin from there, so there will not be an error about timeout of the upload from phpmyadmin, because the file will be local to your server.