- Packages for macOS Big Sur (macOS 11) on x86 are compatible with macOS Catalina (macOS 10.15)
- MySQL Community Server Version
8.0.26must be downloaded!
- Install MySQL Using MySQL Community Server Setup
rootuser password must berootpasswhen setup MySQL Community Server- Visible in System Preferences when installed MySQL
- Can be Start and Stop MySQL from this screen
Connect to database with the following information:
User: root
Password: rootpass
URL: jdbc:mysql://localhost:3306Then, open a new query console from system and execute setup_scripts/setup_sis.sql file.
If you need to run another databases then you need to execute their setup.sql file.
Commands must be run under mysql directory:
cd mysqlRun the following command to merge database changes:
./sis migrateShould you need to clean everything and start from starch, issue the following command:
./sis clean migrateIf you are using Windows OS then you need to use these commands with syntax giving below:
sis migratesis clean migrate- Connection Type:
URL Only - JDBC URL:
jdbc:mysql://yvu4xahse0smimsc.chr7pe7iynqr.eu-west-1.rds.amazonaws.com:3306/njeyua2hj634kcnf
| Username | Password |
|---|---|
| g31ax340gn7k3vy9 | p4f2nkus8dhnpyfc |
- Click
ApplyandOK, if visible Succeeded information message when clickedTest Connectionbutton.
- Connection Type:
URL Only - JDBC URL:
jdbc:mysql://r6ze0q02l4me77k3.chr7pe7iynqr.eu-west-1.rds.amazonaws.com:3306/lvmp8pcqa129kizx
| Username | Password |
|---|---|
| e2ikxn8dldp8frup | x6fvgr8gj62ba8b9 |
- Click
ApplyandOK, if visible Succeeded information message when clickedTest Connectionbutton.
Error Message;
You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
Run this script in MySQL Console -> SET GLOBAL log_bin_trust_function_creators = 1;