Important
Self-managed SingleStore will soon transition from version 9.1 RC to version 10. This new semantic versioning scheme will provide SingleStore with finer control over engine and feature releases that were not possible with the current versioning scheme.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10 prior to its general availability. Ahead of this transition, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 10.
MySQL Command-Line Considerations
-
If using the MySQL 8.
x client, you must pass --default-auth=mysql_in your connection string.native_ password -
If you also have MySQL installed, the MySQL client may connect to MySQL instead of SingleStore by default if you do not specify the appropriate host and port options.
If you attempt to connect to SingleStore on localhost, even if you specify the correct port, the MySQL client may still attempt to connect to MySQL with default configuration.See ERROR 2002 (HY000): Can’t connect to local MySQL server through socket
For more documentation on the MySQL client, visit the MySQL documentation.
Last modified: