Install DB locally
Remember: NEVER change tables/ columns directly in the DB. Look at Make DB changes (We use migrations)
Last updated
Remember: NEVER change tables/ columns directly in the DB. Look at Make DB changes (We use migrations)
Last updated
dbForge Studio Express Or equivalent software depending on developer OS.
mySQL server (Xampp, Mampp or equivalent)
Connect using dbForge Studio Express
Start by downloading dbForge Studio Express
After installation you can start to connect to AWS RDS
in the host column write: happenn-api-instance-1.ctsu9t8qho1q.ap-southeast-1.rds.amazonaws.com
Username, Password: Ask a developer for credentials.
Right click the successfully connected DB happenn-api and choose Backup and Restore Database
You can either choose the sql file that has followed the git clone located in \import database\happenn_api.sql or use your downloaded production sql file.
Start your Xampp SQL server and go back to dbForge & connect to localhost, create a new database named: happenn-api (Collation: UTF-8)
Right click the newly created database and choose Backup and restore Database. Choose your downloaded sql file from production and restore.