大家都用什么工具管理mysql数据库?
大家讲道理
大家讲道理 2017-04-17 15:17:32
0
28
4028

最近在做数据库管理产品,调查一下各位一般都用什么工具管理mysql数据库

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(28)
巴扎黑

navicat,MySQL Workbench

刘奇

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.

阿神

adminer

大家讲道理

Windows:Navicat Premium 11.x cracked version
Mac OS X: Sequel Pro
Linux:emma

左手右手慢动作

Recommend a relatively compact HeidiSQL. It is free and does not require cracking.

Peter_Zhu

I use Navicat for MySQL on Windows
I also use Navicat for MySQL on Mac

大家讲道理

Cross-platform phpmyadmin
Windows heidisql is free and also supports Chinese
It doesn’t feel easy to use in Linux

阿神

Sequel Pro on Mac is very easy to use.
There are many graphical management software under Windows, which one should be used easily.

阿神

navicat

Ty80

navicat,phpmyadmin

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template