Connecting to HeidiSQL

Hello everyone,

I'm attempting to connect to MySQL database on my Linode using HeidiSQL but am receiving a connection error.

Here are the details I'm using:

* Network type = MySQL(TCP/IP)

Hostname = [My IP Address]

User = [My database user]

Password = [My database password]

Port = 3306</list> 

I'd be grateful if anyone could point me in the right direction.

Many thanks

1 Reply

MySQL is most likely bound to localhost (which is good). You shouldn't allow public access to MySQL, you should connect via a SSH tunnel.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct