Keilbritschn Posted September 3, 2013 Share Posted September 3, 2013 Hey guys, i tryed to connect to many Mysql-Server's wich are for free. But the Console says: ERROR: [gameplay]\mysqlloginpanel\login_server.lua:9: dbConnect failed; Can't connect to MySQL Server on 'mysql17.000webhost.com' (10060) Link to comment
Castillo Posted September 3, 2013 Share Posted September 3, 2013 Could be that they don't allow remote connections. Link to comment
Keilbritschn Posted September 3, 2013 Author Share Posted September 3, 2013 hmm could be, but do you know where i get a free mysql server? Cause i dont wanna buy one for just some scripting things. Link to comment
Castillo Posted September 3, 2013 Share Posted September 3, 2013 You can setup one on the same server where you host the MTA server. Link to comment
Keilbritschn Posted September 3, 2013 Author Share Posted September 3, 2013 hmm i could try XAMPP ... on my own PC. Ok thanks Solidsnake14 Link to comment
Keilbritschn Posted September 4, 2013 Author Share Posted September 4, 2013 Have again a Problem ... I created now via XAMPP a MySQL Server. The Server is running and i uploaded the user.sql and i entered in the script: dbConnect("mysql", "dbname=user;host=localhost", "username=Elias", "password=passwort") but it says now: ERROR: [gameplay]\mysqlloginpanel\login_serverlua:9: dbConnect failed; Can't connect to MySQL server on 'localhost' (10061) I asked google already but didn't found something Link to comment
Castillo Posted September 4, 2013 Share Posted September 4, 2013 Try using: "127.0.0.1" instead of "localhost". Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now