怪我咯2017-04-17 15:19:32
phpMyAdmin and MySQL WorkBench are both cross-platform.
The poster wants to develop database management tools. I personally think that the poster can consider the "PHP+browser" method.
The interface is implemented through the browser, and development It is much simpler and faster.
For B/S architecture applications, like phpMyAdmin, you can deploy it to the server or locally on the client.
You can consider integrating the PHP interpreter with your PHP The scripts are packaged together.
Take the Windows version of the PHP binary package as an example, remove the ICU library (intl support), and after 7z compression, the official version is less than 5.5MB.
It contains SQLite/MySQL/PostgreSQL/Oracle/SQL Server Driver.
Linux can also statically link dependent libraries to compile and package PHP.
PHP can also run on Android or even iOS. For example, you can easily put your PHP script for managing SQLite on Android.
大家讲道理2017-04-17 15:19:32
Windows:Navicat Premium 11.x cracked version
Mac OS X: Sequel Pro
Linux:emma
ringa_lee2017-04-17 15:19:32
Recommend a relatively compact HeidiSQL. It is free and does not require cracking.
大家讲道理2017-04-17 15:19:32
Cross-platform phpmyadmin
Windows heidisql is free and also supports Chinese
It doesn’t feel easy to use in Linux
阿神2017-04-17 15:19:32
Sequel Pro on Mac is very easy to use.
There are many graphical management software under Windows, which one should be used easily.