Can any one tell me how to transfer my drupal site databas from the localhost to the hosting company.

Comments

davidhernandez’s picture

You export the database and then import it into your host. The instructions for doing so depend on what tools you have access to. You can use the mysqldump command to export a database on command line. You would then use the mysql command to import it. If you only have web browser access to your host, you will need to use something like phpmyadmin to import the database, or whatever web tool your host has for doing this.