MyBB Community Forums
database configuration - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: database configuration (/thread-229734.html)



database configuration - metulburr - 2020-10-08

I am having trouble figuring out the database configuration section on the install of mybb
I am using this tutorial
https://www.howtoforge.com/how-to-install-mybb-on-ubuntu-1804/
but when i run the command GRANT ALL PRIVILEGES etc. it says there is a syntax error?
instead of maradb i am using mysql

GRANT ALL PRIVILEGES ON mybbdb.* TO 'mybbuser'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION;

i fixed this. I mixed up the usernames between two servers