Click to See Complete Forum and Search --> : how can i get my mysql database online?
Heavy Metal
11-21-2005, 09:15 PM
i am trying to create my own forum and i have a mysql database on my computer and i need to know how to get it online so that the forums can connect to it if u can help me then please do or another forum that might help me is also apreciated
yngexec
11-21-2005, 10:35 PM
if you're using phpAdmin, (which, i dont know, you could be.. *shrug*) you should create a new database on the server, then select the database you want to upload.
Export (highlighting all data and tables) and go.
the rest is copying and pasting into the database and running it...
Good answer? :)
Sheldon
11-22-2005, 09:15 PM
Or with the dump from PHPmyAdmin you can add a few php tags and running it like a normal file OR just using the import settings from PHPmyADmin to import the dump from your other databse.