Raised This Month: $ Target: $400
 0% 

Solved CSGO Plugin can't connect to mysql database


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
PelegPLT
New Member
Join Date: Apr 2018
Old 04-04-2018 , 13:33   CSGO Plugin can't connect to mysql database
Reply With Quote #1

Hey there!

So I've tried doing it with a proper hosting mysql database and the one that I just finished setting up.

I'm trying to make a plugin connect to a mysql database (which I ofc configured in the databases.cfg file and it indeed reads it properly) but I always get Could not connect: [2003]: Can't connect to MySQL server on '' (10061).

I have setup the database info like I did with my previous experience (with the proper hosting) and still can't manage to connect. I have a small linux machine on 10.0.0.75 and this is it's configuration:
Code:
 "notimportant"
{
"driver" "mysql"
"host" "10.0.0.75"
"database" "csgo_server"
"user" "csgoserver"
"pass" "xxx"
"timeout" "2"
"port" "3306"
}
I have setup a user called csgoserver and gave it perms and made a database called csgo_server but yet it still gives the same error. any idea why?

Last edited by DarkDeviL; 04-06-2018 at 09:06. Reason: Restored post + solved tag
PelegPLT is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:45.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode