Jump to content

MySql database?


lauraccc

Recommended Posts

Yes. You just need to export it to a .sql file (I'm not sure how you do this on workbench, the docs should explain this though).

 

After that, create an empty database here, then go into phpmyadmin, select the database, then import tab, and upload the file. The structure and data will all import.

Link to comment
Share on other sites

When you dump a whole database one of the first commands in the .sql file is a "CREATE DATABASE dbname;" which will not work through phpmyadmin so you may need to comment that line out. You have to create the database through the cpanel mysql button first. Also keep in mind that all database names have to start with your username and an underscore. So on your laptop your database may be named dbname, but on HelioHost you would have to change it to lauraccc_dbname. Let us know if you have any issues.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...