PDA

View Full Version : remote database connection



balados85
05-31-2011, 09:36 AM
I want to read data from my local database on my local host into my database on bluehost. any ideas/steps on how to do that.

felgall
05-31-2011, 12:16 PM
The simplest way is to use phpmyadmin in both places - the export tab on one to extract all the data from the database and the import tab on the other to read in that data into the other database.