Need help with setup, stuck on a mysql_login/mysql_password error #6642
-
This isn't an issue with the software itself so much as the setup, but when I attempted to run the dbtool file in Python, it gave me the error: Incorrect mysql_login or mysql_password, update settings/network.lua. I have been stuck on this since yesterday morning, any help would be massively appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I would suggest checking settings/network.lua in your server install, and ensure it matches whatever you're connecting to. I know this sounds a bit obvious, but the connection is being refused because the credentials supplied in that file aren't valid. If you have not copied the default settings up one level, do so and modify as necessary. Also, please see the Quick Start guide if this is the case. |
Beta Was this translation helpful? Give feedback.
-
That one's completely on you for your database setup, and unfortunately can't help you there. If you're using root, most likely you were prompted to create a password on install, and that is what should be used. If you've set no password set it blank, and if you've created another account (the right way honestly), then that's wholly dependent on what you set. |
Beta Was this translation helpful? Give feedback.
That one's completely on you for your database setup, and unfortunately can't help you there. If you're using root, most likely you were prompted to create a password on install, and that is what should be used. If you've set no password set it blank, and if you've created another account (the right way honestly), then that's wholly dependent on what you set.