mysql-server
Database manager
A database management system written in C++ that supports various data storage and retrieval operations.
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
11k stars
564 watching
4k forks
Language: C++
last commit: about 1 month ago
Linked from 7 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
facebook/mysql-5.6 | A MySQL implementation with MyRocks storage engine, designed to support an SQL database server. | 2,491 |
mariadb/server | A highly featured, stable relational database server with advanced storage engines and features. | 5,673 |
datacharmer/test_db | A sample MySQL database with an integrated test suite | 4,083 |
go-sql-driver/mysql | A MySQL driver library for Go's database/sql package | 14,546 |
go-mysql-org/go-mysql | A Go library for handling MySQL network protocol and replication. | 4,614 |
dbeaver/dbeaver | A multi-platform tool for connecting to and managing various databases | 40,507 |
webyog/sqlyog-community | A set of tools for managing and monitoring MySQL databases | 2,206 |
xo/usql | A command-line interface for interacting with various databases via a unified API | 8,990 |
osticket/osticket | A web-based ticketing system for managing customer support requests and responses. | 3,247 |
mysql/mysql-shell | An interactive console interface for MySQL Server, supporting development and administration with scripting capabilities | 194 |
major/mysqltuner-perl | A tool that analyzes and optimizes MySQL configuration for improved performance and stability | 8,966 |
mysql-d/mysql-native | A native D client driver for MySQL and MariaDB database management | 80 |
dotnetnext/sqlsugar | An ORM framework providing simple and high-performance data access for various databases | 5,382 |
mysql-otp/mysql-otp | An Erlang implementation of the MySQL protocol for connecting to relational databases | 364 |
amphp/mysql | An asynchronous MySQL client that optimizes database interactions with efficient non-blocking capabilities | 359 |