MySQL trouble
Lammendam opened this issue ยท 3 comments
I've configured my MySQL backend for PEX, but when I try to change backend file using
pex backend sql
plugin returns this errors: http://pastebin.com/YMjnVQt4
Using PEX 1.23.4, plugin configuration here: http://pastebin.com/EAn2fzdN
I suppose that i should use another prefix for
uri: mysql://31.28.170.123/cs_perms
but i'm not sure..
Hi, your format is correct for the URL, (although I personally wouldn't post username/IP :) )
Do you currently have any other plugin db's running with these settings? I may be wrong, but it looks like the db server is just rejecting the connection attempt?
Hi, your format is correct for the URL, (although I personally wouldn't post username/IP :) )
This is just an example. I just try to connect PEX to sql database.
Do you currently have any other plugin db's running with these settings? I may be wrong, but it looks like the db server is just rejecting the connection attempt?
Yeah, i use this settings for authme database.
You suggest to change username/db name? Unfortunately, i've tried this, but result is same.