logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MySQL CLI - Control Databases with mycli | Online Free DevTools by Hexmos

Control databases instantly with mycli. Manage MySQL, MariaDB, and Percona databases through command line interface. Free online tool, no registration required.

mycli

A CLI for MySQL, MariaDB, and Percona that can do auto-completion and syntax highlighting. More information: https://manned.org/mycli.

  • Connect to a local database on port 3306, using the current user’s username:

mycli {{database_name}}

  • Connect to a database (user will be prompted for a password):

mycli {{[-u|--user]}} {{username}} {{database_name}}

  • Connect to a database on another host:

mycli {{[-h|--host]}} {{database_host}} {{[-P|--port]}} {{port}} {{[-u|--user]}} {{username}} {{database_name}}

See Also