Transitioning Your Application
To transition your application, simply change the connection credentials to point to SingleStore.
One thing to keep in mind is Code Generation.INSERT
queries generated by mysqldump
also have to be compiled exactly once.
When transitioning your application:
-
Even if you’re connecting to SingleStore locally, use the explicit host
127.
instead of0. 0. 1 localhost
.Most MySQL clients will resolve localhost
to use the global MySQL socket file and ignore the port setting.See the FAQ for more information. -
As you run through the application, monitor the memsql.
log file. -
Queries that throw errors most likely correspond to unsupported syntax (see SQL Reference for supported SQL surface area).
Last modified: November 29, 2022