Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
Hi,
I just updated my board to the newest version 5.5.7, and I get this error. However, the user and password is correct.
MySQL: Access denied for user 'dmbh'@'localhost' to database 'dmbh'
MySQL: Access denied for user 'dmbh'@'localhost' to database 'dmbh'
STOP: Cannot add avatar field to database. Check the database connection and run the updater again
What is going on. I know my db works, as I have 3 boards running on the server.
Offline
In the section of your web site where you set up the MySQL database, there should be a tool to assign permissions to a database user. Make sure the user "dmbh" has the following permissions:
SHOW_VIEW
ALTER
These are required to add fields to the database.
If it still isn't working, let me know what permissions you do have. Almost all default database users have these permissions, but I might have to change the updater so it can cope if "SHOW_VIEW" isn't available.
Offline