-
I have this code to connect to a MySQL server already running. I have confirm the server functionality, with MySQL workbench. I can also connect via mysql command line. However when I run this POCO code, the connection fail. `#include #include <Poco/Data/MySQL/MySQLException.h> using namespace std; int main()
}` This is the full error message : I build this code via this line : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I found the mistake. The mysql server password didn't completely work. So a alteration of the password via the command line did the work. |
Beta Was this translation helpful? Give feedback.
Hi, I found the mistake. The mysql server password didn't completely work. So a alteration of the password via the command line did the work.