Connecting to the server

With default configuration, Manticore is waiting for your connections on:

  • port 9306 for MySQL clients
  • port 9308 for HTTP/HTTPS connections
  • port 9312 for HTTP/HTTPS, and connections from other Manticore nodes and clients based on Manticore binary API

If authentication and authorization is enabled, MySQL clients must connect with a Manticore user name and password, and HTTP/HTTPS clients must use Basic authentication or a bearer token. User names are exact-case. See Authentication and authorization for bootstrap and bearer token creation or rotation.

‹›
  • SQL
  • HTTP
  • PHP
  • Python
  • Python-asyncio
  • Javascript
  • Java
  • C#
  • Rust
  • docker
📋
mysql -h0 -P9306
Last modified: June 16, 2026