Hi Guys,
With MySQL, I use "DO 1" to check for the server's online status. Works like a charm. But MySQL 8.x has caused me so much pain by way of unknown errors I cannot seem to understand and correct.
So, I tried MariaDb, installed the latest GA todate, 11.7.2 and used the latest ODBC 3.2.5 32 bit.
None of the horrific problems came out! What a joy! And so far so good. It's even way way faster!
I have since been testing MariaDb, hoping to use this as my new go to database server.
So far, my only issue now is that MariaDb returns an error when I use "DO 1" in checking for online status. I have to use "SELECT 1" in lieu of this. What I don't like about this is it returns a cursor which I need to erase each and everytime I check for online status.
Any other commands like DO 1 that do not return a cursor?
Thanks in advance! Long live the Fox!
With MySQL, I use "DO 1" to check for the server's online status. Works like a charm. But MySQL 8.x has caused me so much pain by way of unknown errors I cannot seem to understand and correct.
So, I tried MariaDb, installed the latest GA todate, 11.7.2 and used the latest ODBC 3.2.5 32 bit.
None of the horrific problems came out! What a joy! And so far so good. It's even way way faster!
I have since been testing MariaDb, hoping to use this as my new go to database server.
So far, my only issue now is that MariaDb returns an error when I use "DO 1" in checking for online status. I have to use "SELECT 1" in lieu of this. What I don't like about this is it returns a cursor which I need to erase each and everytime I check for online status.
Any other commands like DO 1 that do not return a cursor?
Thanks in advance! Long live the Fox!