Thử thêm cái coi lào
Jan 19

Database.IDataBase_Execute 0-2147467259: [MySQL][ODBC 3.51 Driver]Host  is not allowed to connect to this MySQL server{0}

I have an problem making an database with mysql 5 and helm 3.
It gives the following error in th errorlog:
 
2007-10-19 17:26:23 Microsoft OLE DB Provider for ODBC Drivers 0-2147467259: [MySQL][ODBC 3.51 Driver]Host 'mg1' is not allowed to connect to this MySQL server{0}
2007-10-19 17:26:23 Database.IDataBase_Execute 0-2147467259: [MySQL][ODBC 3.51 Driver]Host 'mg1' is not allowed to connect to this MySQL server{0}
2007-10-19 17:26:23 CDatabase.CreateDatabaseEx 0-2147467259: [MySQL][ODBC 3.51 Driver]Host 'mg1' is not allowed to connect to this MySQL server{0}
 
Everything is setup correctly and the check completes without problems in helm.


GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'YourRootPassword' WITH GRANT OPTION;