Unable to connect to MySQL remotely

I'm newish to running a database on a server, but have worked with MySQL before. I created a node and installed LAMP following a tutorial, and I created a MySQL database on my node server.

I am able to access this from the Linode console but I cannot access it remotely.

I created a specific user for connecting remotely, 'admin'@'%' (also tried using my direct IP) and set all permissions as granted, set the passwords for the users, then flushed privileges and reboot the server. I dug through all my mysql files in /etc/ and found a single file with a bound ip, and commented this out (I also tried to set it to 0.0.0.0, neither worked).

From what I gather, MySQL does appear to be up and running and the user stuff shows up when I query the database.

I'm not sure what I need to do, I cannot connect remotely. I'm using Azure Studio.

Pics for reference:
(https://i.imgur.com/3HZAl7X.png)
(https://i.imgur.com/JolQVP7.png)
(https://i.imgur.com/TwNdjTQ.png)
(https://i.imgur.com/CXKNQUT.png)

2 Replies

I'm not familiar with Azure Studios, but I'd like to try to offer some guidance that I hope can help.

First, we have some documentation on connecting remotely to a MySQL database that may have some clues about what could be missing or offer an alternative.

From that first guide, the section on configuring the database server to allow remote connections specifically could help, though it looks like you've already done some of those steps based on your images.

You can also look into Azure Studio's Troubleshooting guide for additional help for issues that could be on their end.

An obvious question, so apologies, but do you have a Cloud Firewall configured for your Linode?

What OS is your Linode running? Maybe it has a default software firewall configured which is blocking connections to MySQL?

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