PDA

View Full Version : Which MySQL files to import


creay
8-16-06, 04:07 PM
:confused:
OK I posted on the wrong page but hopefully this is the correct page.
A brief description of my setup - Apache2 + PHP5 + MySQL4.1(downgraded from MySQL5 for compatability).
I am developing my website database using the above software. My problem is I do not know which files to IMPORT to the Powweb database server. There appears to be a host of files in my database directory, none of which seem appropriate.
Any help appreciated.

creay

mitchind
8-16-06, 04:45 PM
You'll need to either get an understanding of the mysqldump command line utility (see mysql website for easy instructions) or use phpMyAdmin to export your files into one or more SQL output files.

These can be imported directly into Powweb - after you create your database on their MySQL server.

creay
8-18-06, 03:55 AM
You'll need to either get an understanding of the mysqldump command line utility (see mysql website for easy instructions) or use phpMyAdmin to export your files into one or more SQL output files.

These can be imported directly into Powweb - after you create your database on their MySQL server.
Thanks mitchind

Problem solved. I guess a little knowledge is useless.

creay