This topic is locked

Upload database from local box to linux hosting on webserver

7/10/2008 10:02:50 PM
PHPRunner General questions
B
bochaka author

Hi

I created a project locally and want to upload my database and files to a linux web server.Do i need to manually recreate all my tables again on the webserver or is there an easy way to do this.I have no problem uploading the html/php files with ftp etc, but I am wondering which is the best way to re-create the database tables on the web server

The webserver has msql and phpmy admin and i am ok with them.My local database uses mysql.

J
Jane 7/11/2008

Hi,
yes. You need to recreate database tables on your webserver.

You can create database creation script locally and then import it in the phpMyAddmin on the webserver.