CA: Change MySQL database login

Step-by-Step descriptions of how to do things.
Post Reply
User avatar
peter_b
Chatterbox
Posts: 371
Joined: Tue Nov 12, 2013 2:05 am

CA: Change MySQL database login

Post by peter_b »

The following steps describe how you can change your MySQL database login in CollectiveAccess Providence (v1.4):

1) Edit the file "setup.php" in your CA installation root folder.
2) Update the following constants,
by editing their define-statements in there accordingly:
  • __CA_DB_HOST__
  • __CA_DB_USER__
  • __CA_DB_PASSWORD__
  • __CA_DB_DATABASE__
That's it.
Post Reply