MySQL Workbench is a complete database modeling, administration and development program for MySQL.
This tree contains the source files for the MySQL Workbench 6.3.
MySQL Workbench is an extensible visual database design tool.
MySQL Workbench is a complete database modeling, administration and development program for MySQL.
This tree contains the source files for the MySQL Workbench 6.3.
MySQL Workbench is an extensible visual database design tool.
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | None | T243 MySQL Workbench | ||
Invalid | None | T80 MariaDB | ||
Duplicate | ikey | T1689 Mariadb 10.1.19 | ||
Resolved | JoshStrobl | T244 Paramiko: Python SSH module | ||
Invalid | None | T624 paramiko-2.0.2-1-1 | ||
Resolved | JoshStrobl | T1379 python-paramiko | ||
Resolved | DataDrake | T3056 vsqlite++ | ||
Resolved | DataDrake | T3217 libvsqlite++ | ||
Resolved | herbmillerjr | T4281 mysql-connector-c++ |
Full info:
Name: MySQL Workbench
Homepage: http://wb.mysql.com/
Open source: Yes, https://github.com/mysql/mysql-workbench
Download page: http://dev.mysql.com/downloads/workbench/
Tarball: http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community-6.3.7-src.tar.gz
Also intesterest in this package, new release at http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community-6.3.8-src.tar.gz
Hi
Can I know if anyone successfully use mysql-workbench on Solus?
Interested in getting it into repo.
6.3.8 depends on gtk2, there is a new version which uses gtk3. I've tried to compile it but it seems to want mysql installed and available before i can go further.
https://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community-6.3.9-src.tar.gz
Until a Solus native package is available, if you are willing to use docker, the following works:
sudo docker run -ti -v /tmp/.X11-unix:/tmp/X11-unix -v $HOME/.mysql-workbench:/root/.mysql/workbench -e DISPLAY -v $HOME/.Xauthority:/root/.Xauthority --net=host jdecool/mysql-workbench:latest mysql-workbench
Managed to get it built but can't connect to any databases yet and throwing errors all over the place. There is hope, nonetheless.
Is there anything I can help with to get this in the repo? It's all I need to switch my work desktop to Solus ;)
Patches have been submitted but some changes were asked... so I guess we're waiting for @herbmillerjr to update them.
Folks, please forgive my negligence. I know people are counting on this getting in, so I'm going to do what I can to get this wrapped up.
That would be fantastic. I get around the issue by running a VM just for workbench atm :) -- works but yeah ...
Just installed MySQL Workbench from Software Center. When I launch from the menu, nothing happens. Looking at System Monitor, reveals no hidden processes. What should I do?
@JoshStrobl What is the reasoning behind removing this? This package isn't available as a Flatpak or Snap so there is no current way to install it on Solus. The alternative that is available in the repos, DBeaver, is missing several important database visualization features.
Simple. We only allowed it in because someone heavily patched it to make it work with MariaDB (we have chosen not to include MySQL). Those patches are incompatible with the current release of MariaDB and are no longer valid for the next release of MySQL Workbench. Since we have no intention of maintaining those patches and no maintainer has stepped forward, it was removed from the repo. To be clear: in its last state it was no longer functional and could not be compiled against a newer version of MariaDB.
If a new maintainer steps forward we are willing to allow it back into the repos.
@livingsilver94 surely you can provide a software suggestion without insulting the upstream? Let's keep it classy please.
Maybe a solution with docker.
An example :
https://hub.docker.com/r/openkbs/mysql-workbench/