Hello
I'm just installed zeos in delphi 7 , and I'm using an exemple (I make some changes) .
I complete this :
protocol : mysql4.1
database : mydatabase
host : myweb.com
port 3306
username : myusername (the same to enter phpmyadmin)
password : mypassword ( " ")
And when try to connect , I have this message :
SQL Error: Access denied for user '[email protected]' (using password:YES)
note : ip 11.11.11.11 is not real , it's just for show you
What I have to do ?
I want to say that if I try to connect to local in my pc , it works
the point it's we have a domain here , and I would like to know how configurated mysql , to access from my pc .
thanks in advance
I'm just installed zeos in delphi 7 , and I'm using an exemple (I make some changes) .
I complete this :
protocol : mysql4.1
database : mydatabase
host : myweb.com
port 3306
username : myusername (the same to enter phpmyadmin)
password : mypassword ( " ")
And when try to connect , I have this message :
SQL Error: Access denied for user '[email protected]' (using password:YES)
note : ip 11.11.11.11 is not real , it's just for show you
What I have to do ?
I want to say that if I try to connect to local in my pc , it works
the point it's we have a domain here , and I would like to know how configurated mysql , to access from my pc .
thanks in advance