https://github.com/drsnowbird/mysql-workbench
mysql-workbench
https://github.com/drsnowbird/mysql-workbench
mysql sql-workbench
Last synced: 11 months ago
JSON representation
mysql-workbench
- Host: GitHub
- URL: https://github.com/drsnowbird/mysql-workbench
- Owner: DrSnowbird
- License: apache-2.0
- Created: 2017-08-23T20:44:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T00:49:47.000Z (over 7 years ago)
- Last Synced: 2025-03-24T06:02:36.759Z (11 months ago)
- Topics: mysql, sql-workbench
- Language: Shell
- Size: 34.2 KB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL-Workbench
[](https://microbadger.com/images/openkbs/mysql-workbench "Get your own image badge on microbadger.com") [](https://microbadger.com/images/openkbs/mysql-workbench "Get your own version badge on microbadger.com")
* MySQL-Workbench 6.3 + Java 8 (1.8.0_181) JDK + Maven 3.5.0 + Python 2.7.2/3.5.2 + X11 (display GUI)
# NOTICE:
* Due to unresolved errors in running mysql-workbench v8.0.12 caused by key cache issue, we now back track to previous build version 6.3.10
# Clone the github of MYSQL-workbench
```
git clone git@github.com:DrSnowbird/mysql-workbench.git
cd mysql-workbench.git
```
or
```
git clone https://github.com/DrSnowbird/mysql-workbench.git
cd mysql-workbench.git
```
# Run (Recommeded for easy start-up)
```
./run.sh
```
# Build (optional)
If you want build your local docker image instead of pulling from openkb, then do this.
```
./build.sh
```
# Configuration (optional)
The docker container will assume there is a default /workspace folder. So, it is suggested to mount host /workspace to map to the container's internal workspace folder.
The default, './run.sh', will use/create the local folder, "$HOME/data-docker/mysql-workbench/workspace" to map into the docker's internal "/workspace" folder.
The above approach will ensure all your projects created in the container's "/workspace" folder is "persistent" in your local folder, i.e., "$HOME/data-docker/mysql-workbench/workspace"
# See also similar docker-based SQL IDE
* [Sqlectron SQL GUI at openkbs/sqlectron-docker](https://hub.docker.com/r/openkbs/sqlectron-docker/)
* [Mysql-Workbench at openkbs/mysql-workbench](https://hub.docker.com/r/openkbs/mysql-workbench/)
* [PgAdmin4 for PostgreSQL at openkbs/pgadmin-docker](https://hub.docker.com/r/openkbs/pgadmin-docker/)