I have created a MySQL database on my desktop computer (which I run Apache 2.2 and PHP 5.2.13 on as well, in addition to the MySQL 5.1.30).
Anyway, how can I transfer the database I 've craeted on my work machine to the web server of my web host? They use the same version of PHP, Apache and MySQL as I have on my development machine.
I've heard of MYSQLDUMP but can't get it to work properly. I either need a CSV file that I can import into the server (the server has phpMyAdmin on it as well), or a series of sql statements saved in a file that I can feed the web server to re-create the database on the server.
Suggestions? I'm developing on a Windows-based computer, and the web server is based on the CentOS operating system (which I think is one of the many flavors of Linux out there).
Anyway, how can I transfer the database I 've craeted on my work machine to the web server of my web host? They use the same version of PHP, Apache and MySQL as I have on my development machine.
I've heard of MYSQLDUMP but can't get it to work properly. I either need a CSV file that I can import into the server (the server has phpMyAdmin on it as well), or a series of sql statements saved in a file that I can feed the web server to re-create the database on the server.
Suggestions? I'm developing on a Windows-based computer, and the web server is based on the CentOS operating system (which I think is one of the many flavors of Linux out there).