Forums

Resolved
0 votes
I can't get any of my website databases to connect to MariaDB.

The first thing I noticed is that it was binding to 0.0.0.0 so I added

port = 3306
bind-address = 127.0.0.1


Restarted the database and attempted to connect a website and it still won't connect
Looking through the logs yield no real information other than it is running and listening

Any thoughts?
Friday, June 10 2016, 03:49 AM
Share this post:
Responses (4)
  • Accepted Answer

    Saturday, June 11 2016, 07:30 AM - #Permalink
    Resolved
    0 votes
    Thomas Maleshafske wrote:

    No the system-mysql uses 3308
    My bad. I should make sure to always use my glasses!
    The reply is currently minimized Show
  • Accepted Answer

    Friday, June 10 2016, 09:24 PM - #Permalink
    Resolved
    0 votes
    No the system-mysql uses 3308 and what do you mean by what language?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, June 10 2016, 04:04 PM - #Permalink
    Resolved
    0 votes
    Are you aware port 3306 is for system-mysql and not the "generally accessible" mysql/MariaDB?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, June 10 2016, 01:56 PM - #Permalink
    Resolved
    0 votes
    Connect how? You haven't told us what language you're using.

    B.
    The reply is currently minimized Show
Your Reply