TMyConeccion connecting with user root
Posted: Mon 06 Aug 2007 14:02
Hello, i'm try to use the root user to connect to MySQL and the password is "root" too. OK. When i type:
It can't connect to my database. However, using another user works nicely.
What's the problem? Thanks.
Code: Select all
MyConnection1->Username = "root";
MyConnection1->Password = "root";
MyConnection1->Connect();
What's the problem? Thanks.