Jump to content

How to upload using MySQL Workbench...?


HappyGuyEpicure

Recommended Posts

I have a small MySQL database which I manage through MySQL Workbench. Last week I created a heliohost account in order to upload the database and be able to access it via www.

 

I tried to use Workbench to upload the database to my heliohost account. Is that possible at all?

My settings were:

connection method: standard tcp/ip

host: wein.heliohost.org

port: 3306

user: happyguy_1 (database user name I created on cpanel)

password:******** (database password I created on cpanel)

default schema: happyguy_wein

 

It never works. What am I doing wrong?

 

 

Link to comment
Share on other sites

I have a small MySQL database which I manage through MySQL Workbench. Last week I created a heliohost account in order to upload the database and be able to access it via www.

 

I tried to use Workbench to upload the database to my heliohost account. Is that possible at all?

My settings were:

connection method: standard tcp/ip

host: wein.heliohost.org

port: 3306

user: happyguy_1 (database user name I created on cpanel)

password:******** (database password I created on cpanel)

default schema: happyguy_wein

 

It never works. What am I doing wrong?

 

 

I'm not sure that I understood what you said.

host:localhost ????

 

Link to comment
Share on other sites

I am slightly confused over your question. Would you like to connect to the database from your computer, or from wein.heliohost.org?

 

If you wish to connect from your own computer, then go into 'Remote SQL' in cPanel and put a * or % in the box. Then use one of the below hosts, depending on which server you are on:

host: stevie.heliohost.org

host: johnny.heliohost.org

 

If you wish to connect from our server, then enter:

host: localhost

This is because that you will be connecting from the server, and from the the servers point of view, the MySQL engine is on the same server, so localhost will do fine.

Link to comment
Share on other sites

Localhost is relative to whatever computer the files are hosted on. Since your files are hosted on HelioHost's servers, localhost refers to whatever server you are using (Stevie or Johnny).

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...