how do I change the database information for JEM?
To change the database info in JEM, you must follow these steps:
- Open up /system/application/config/database.php
- In that file, it will list the database information.
- You must make sure that the database information you add is correct, including giving the databaser user all the permissions to access the JEM database.
- Save and reupload back to /system/application/config/ folder.
- You need to make sure that the new upload overwrites the old file, as JEM tries to mark that file as read-only for security purposes. You may have to manually delete the old database.php file first before reuploading the new one.
- Always make backups of your files first.
