Guest arkosh Posted April 16, 2003 Posted April 16, 2003 Can I upload a mysql database that I created on my local machine to the server, via ftp, or do I have to create a new one with cpanel? Thank You Quote
chuckmalani Posted April 18, 2003 Posted April 18, 2003 you can use the mySQL dump function to create a SQL which will re-create and populate the DB the way it is. then FTP that SQL to your TCH server, and run the SQL in phpMyAdmin. here is mySQL documentation on dump() http://www.mysql.com/doc/en/mysqldump.html hope this helps, chuck Quote
Guest arkosh Posted April 18, 2003 Posted April 18, 2003 Thanks for reply FSU Im just eaching myself mysql, and wanted to know before I started to build database. When Im done I will try this method, hopefully it all works out Thanks again Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.