Setting all MySQL autoincrement values to next value
I recently had to migrate multiple MySQL databases using AWS DMS which only does the bare minimum of schema support. (Tip create the schema manually and then import the data …
I recently had to migrate multiple MySQL databases using AWS DMS which only does the bare minimum of schema support. (Tip create the schema manually and then import the data …
I recently had to add emoji support to a site which used the utf8 charset on a MariaDB 10.1 server.
To do this I needed to change the charset …