Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
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, while SingleStore 9.0 is recommended for production workloads.
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: