Dear all, I want to know how to upload a Database from my PC to hosting site like bluehost.com thank you in advance. Yours, Shaimaa
Does blue host of phpMyAdmin, do they give you shell access? Some versions of phpmyadmin allow you to import a mysql dump file. If they give mysql shell access you can ftp up the mysql dump file, login to the mysql shell, and then run the sql file after selecting the proper database: source <path-to-your-file.sql> Code (markup):
What you would need to do is save the database as a dump file (.sql) and then upload it to the Server, you then need would have to restore that .sql file on that database. If you do not wish to do that what you can do is ask for them to make a sql server and give you admin rights, login to it with sqlyog or navicat and then restore the .sql file from earlier from your work area.