MyBB Community Forums

Full Version: database configuration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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-instal...untu-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