MySQL database and user for CPG 1.6 MySQL database and user for CPG 1.6
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

MySQL database and user for CPG 1.6

Started by netboy, January 24, 2023, 11:19:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

netboy

I'm looking to deploy CPG v1.6 in a self-hosted environment.  I am the systems administrator.

With regards to creating the database and user:

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.

In advance, thank you for your help.