VenomOG Posted April 8, 2018 Share Posted April 8, 2018 Hi I have an problem when I start my sql or db it outputs in console Acess denied user '****'@local host using password (YES) Any help with this in mta or something Link to comment
WorthlessCynomys Posted April 8, 2018 Share Posted April 8, 2018 Probably the password is wrong. How do you make a local db? Link to comment
WorthlessCynomys Posted April 8, 2018 Share Posted April 8, 2018 Can you show me your dbConnect line? Link to comment
WorthlessCynomys Posted April 8, 2018 Share Posted April 8, 2018 Well... Me too okay so xampp local mysql db doesn't need a password. Just leave the password part like "" Link to comment
Dimos7 Posted April 8, 2018 Share Posted April 8, 2018 You change the password and you need put it there also try connext with browser localhost/phpmyadmin also post the line here Link to comment
VenomOG Posted April 9, 2018 Author Share Posted April 9, 2018 I didnt change password its blank Link to comment
WorthlessCynomys Posted April 9, 2018 Share Posted April 9, 2018 Just now, Venon1 said: I didnt change password its blank Show me the DbConnect line Link to comment
VenomOG Posted April 9, 2018 Author Share Posted April 9, 2018 conn = dbConnect( "mysql", "dbname="..tostring(exports["mysql"]:getMySQLData()[3])..";host=46.105.63.90", tostring(exports["mysql"]:getMySQLData()[1]), tostring(exports["mysql"]:getMySQLData()[2]), "share=1" ) 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