percona-server@8.0

MySQL-compatible relational database server with enterprise features

brewmacoslinux
Try with needOr install directly
Source

About

Drop-in MySQL replacement

Commands

mysqlmysqldmysqldumpmysql_upgrademysqlcheck

Examples

Start the Percona Server database daemon$ mysqld --user=mysql --datadir=/usr/local/var/mysql
Connect to a local Percona Server instance as root$ mysql -u root -p
Backup a database to a SQL dump file$ mysqldump -u root -p database_name > backup.sql