- Ubuntu 18.04 LTS
- MyWebSQL 3.7
- docker
- docker-compose
-
Docker version:
- Run
cd Docker\ version/ && docker-compose up
- Access http://SERVER_IP:8000/mywebsql
- Fill the form with the following data:
- User ID: root
- Password: root
- Server: Custom Server
- Server Address: db (MySQL)
- Run
-
Script version:
- Run
cd Script\ version/ && docker-compose up -d && sudo bash installation.sh
- Access http://SERVER_IP:80/mywebsql
- Fill the form with the following data:
- User ID: root
- Password: root
- Server: Localhost MySQL
- Run
-
Follow the guide here