I'm currently developing a C++ code to integrate with MySQL.
I can compile my code.
But when I run, I got this error:
Running 'SELECT 'Hello World!' AS _message'...
# ERR: SQLException in .\TestC.cpp(main) on line 66
# ERR: Host 'dk.local' is not allowed to connect to this MySQL serv
er (MySQL error code: 1130, SQLState: HY000 )