HelioHost Posted July 25, 2018 Posted July 25, 2018 Username: ja1r, Server: Tommy, Main domain: lifetimecrush.com Hello, please... I trying connect my python script with mysql database but seems my connection string is not configured correctly... using sqlalchemy on tommy: 'mysql://user:pass@localhost:3306/db/table' with mysql+pymysql still not work... i already added a user in database with all privileges included... localhost is correct or what is the url for mysql? thank u
Krydos Posted July 25, 2018 Posted July 25, 2018 Yes, localhost is correct. Is there any error message?
HelioHost Posted July 25, 2018 Author Posted July 25, 2018 500 internal server error :/ but when i commented this line works fine but without data. > On 25 Jul 2018, at 18:12, Heliohost Support wrote:>> Yes, localhost is correct. Is there any error message?>> You may view the status of your ticket by visiting:>> https://www.helionet.org/index/index.php?showtopic3606>> Thank you,> Heliohost support> https://www.heliohost.org/> https://www.helionet.org/>
Krydos Posted July 25, 2018 Posted July 25, 2018 It looks like the error is _mysql_exceptions.OperationalError: (1044, "Access denied for user 'ja1r_user'@'localhost' to database 'ja1r_ltc$posts'")
Recommended Posts