-
Updated
May 13, 2022 - Java
{{ message }}
An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document
An extensible MySQL server implementation in Go.
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
MariaDB Embedded in Java JAR
Docker container for phpMyAdmin
MyServer is your own localhost web server. you can setup PHP, Apache, Nginx and MySQL servers on your android devices or linux like Ubuntu etc. MyServer is Developed for android terminal like Termux or GNURoot Debian terminal.
MySQL 学习笔记
The Best Local Dev Server for WordPress Developers
Releem MySQL Configurer is a tool that will assist you with MySQL performance tuning. Releem is an online service for automatic optimization MySQL configuration to improve performance and reduce costs.
Fully customizable Beat for MySQL server - this beat will ship the results of any query defined in the config file to Elasticsearch.
MySQL and MariaDB docker containers of MySQL v5.5, v5.6, v5.7, v8.0, mariadb v10.0, v10.1, v10.2, v10.3
Interactively shows long running queries in MySQL server and provides option to kill them one by one
pquery is an open-source (GPLv2 licensed) multi-threaded test program, written in C++, created to stress test the MySQL server (in any flavor), either randomly or sequentially, for QA purposes.
Installation script for enabling macOS baked-in LEMP stack
Native MySQL Connector for Android
Brute force a single MySQL user with a wordlist.
A command line tool to provide login credentials from Hashicorp Vault
This package provides a MySQL driver for Haskell's HDBC library, implemented via bindings to the C mysqlclient library.
Easily developer environments using docker
Mysql module for Keymetrics
Setting up Group Replication with Docker MySQL images.
Ansible role to install MySQL Community Server
The original intention of this tool was to support both postgres and mysql. It currently only supports mysql.
The implementation should happen here: https://github.com/georgiotunson/ssql/blob/77b486639bb9acc6e069bd7c548613c9c2b8bc18/utility/helpers.go#L88
If you have a look at the above if statement here: https://github.com/georgiotunson/ssql/blob/77b486639bb9acc6e069bd7c548613c9c2b8bc18/utili
Add a description, image, and links to the mysql-server topic page so that developers can more easily learn about it.
To associate your repository with the mysql-server topic, visit your repo's landing page and select "manage topics."
We currently have support for some, but not all of MySQL's logical operators.
For example,
select 1 OR 1;works, but notselect 1 XOR 1;. We should review MySQL's logical operators and ensure we support all of them.Found by: go-sqlsmith