I'm looking to deploy phpBB v3.3.9 with MySQL as the database backend.
Do I need to specify anything, such as collation or anything else, when issuing the CREATE DATABASE statement?
Please provide the complete mysql CREATE DATABASE statement.
What privileges to the database do I need to GRANT to the db user? I would like to grant only the minimum required privileges.
Please provide the necessary GRANT statement(s) to give required access to the database.
And yes, I did search the installation documentation for this information without finding answers.
"The good news is hell is just the product of a morbid human imagination.
The bad news is, whatever humans can imagine, they can usually create." - Harmony Cobel
Just create a database (not a phpBB function) and connect to it with phpBB via installation, you shouldn’t have to do any more than that.
Diggy69 wrote: ↑Tue Jan 24, 2023 12:19 amDo I need to specify anything
Noxwizard wrote: ↑Mon Sep 07, 2020 4:39 pm
The database collation reported by phpMyAdmin isn't too important. phpBB will set the connection properties as needed when it connects. As long as the tables show the correct collations and character sets, it's fine.
"The good news is hell is just the product of a morbid human imagination.
The bad news is, whatever humans can imagine, they can usually create." - Harmony Cobel