Discussion of article "Applying network functions, or MySQL without DLL: Part II - Program for monitoring changes in signal properties" - page 2

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I am just trying to use the MySQL part of the system, but I keep getting a "No database selected" error - even if I issue a "use `mytable`" command.
Do you have any thoughts on why that is happening?
I'm using the database name in the "USE" query.
I also noticed the following when removing the EA:
I would really like to get the library working as I want to avoid the DLLs used by the other MySQL solutions.
Not sure what it means:
Transaction Error: MYSQL_ERR_AUTHORIZATION_TIMEOUT
Here
ENUM_TRANSACTION_STATE res = Incoming(buf,rsp_len);
I get IN_PROGRESS and still no authorisation for the timeout. The data is correct exactly.
Here result I get ...IN_PROGRESS all the time. Where to dig?
I don't know what that means:
Transaction Error: MYSQL_ERR_AUTHORIZATION_TIMEOUT
Here it is
ENUM_TRANSACTION_STATE res = Incoming(buf,rsp_len);
I get IN_PROGRESS and still no authorisation for the timeout. The data is correct exactly.
Here result I get ...IN_PROGRESS all the time. Where to dig?
Something went wrong after sending the server the login and password.
If the data was incorrect, there would be an error, not a timeout. So either the server didn't respond, or it responded with something the library doesn't understand.
Is there any way to see network packet capture? What version of MySQL server?
Something went wrong after sending the server the login and password.
If the data was incorrect, there would have been an error, not a timeout. But either the server didn't respond, or it responded with something the library didn't understand.
Is there any way to see network packet capture? What version of MySQL server?
Unfortunately, without that it will be hard to determine the cause.
By the way, everything worked on mysql 5.7. It doesn't work on 8.0.
And on a running instance (old mysql) I get this from time to time:
Here on data[ptr]: