I have no clue what this means, tried connecting to mysql server with the following
driver = sql::mysql::get_mysql_driver_instance()
connection = driver->connect("//<ip>", username, password)
I am making this call on Linux to a Linux mysql server if that helps
driver = sql::mysql::get_mysql_driver_instance()
connection = driver->connect("//<ip>", username, password)
I am making this call on Linux to a Linux mysql server if that helps