Quote:
Originally Posted by Liihes
How about showing up the error?..
|
This is the error, but if i change this string :
this->connection = this->driver->connect(host,user,password);
this->connection->setSchema(schema);
in
this->connection = this->driver->connect("localhost","root","password");
this->connection->setSchema("schema");
login work but give other error.