some database management tools

Navicat (paid)

(GUI)

  • It can be used to manage and develop local or remote MySQL, SQL Server, SQLite, Oracle and PostgreSQL databases.
  • It allows users to connect to any local or remote server, and provides some practical database tools such as data model, data transfer, data synchronization, structure synchronization, import, export, backup, restore, report creation tools and plans to assist in data management.
  • Navicat is available for three platforms - Microsoft Windows, Mac OS X and Linux.

Its product family includes:

  • Navicat Premium, a database management tool with multiple connections
  • Navicat for Oracle/MySQL/SQLite/PostgreSQL/SQLServer, a database management and development tool corresponding to the database, supports most of the latest version functions
  • Navicat Report Viewer, a reporting tool
  • Navicat Data Modeler, a database design tool for creating and manipulating data models
    insert image description here

MySQL Workbench

Tools for visual database design and management

  • An ER/database modeling tool designed for MySQL released by MySQL AB, formerly DBDesigner of FabForce
  • It contains tools for creating complex data modeling ER models, forward and reverse database engineering, and can also be used to perform difficult change and manage documentation tasks that usually take a lot of time and require
  • Role in designing and creating new database diagrams, establishing database documentation, and performing complex MySQL migrations
  • Applicable to Windows, Linux and Mac systems, there are two versions of open source and commercial .
    insert image description here

phpMyAdmin

Mysql management software written in php,
based on the web, presented in the form of a web page,
supports complex MYSQL migration
open source

Admin

Lightweight management tool
Similar to the former, also written in PHP
Easy to install and use
Can meet most management needs

wamp\lamp

The packaged version of the tool is an application environment for mysql to build websites and information systems on the Internet, using windows\linux as the operating system. Apache is used as the web server, the data management system is mysql, and the scripting language used on the server side is PHP.

wampsever

WampSever Chinese site: https://wampserver.site/index/index.html

Guess you like

Origin blog.csdn.net/weixin_43545069/article/details/103309147