Forum Moderators: open
Following is the connecting string I am using :
strConnect = "Driver={MySQL}; Server=localhost; Database=mydbname; User=myuid; Password=mypwd;"
Following is the error:
ADODB.Connection.1 (0x80004005)
SQLState: S Native Error Code: 1045 [TCX][MyODBC]Access denied for user 'root'@'localhost' (using password: YES)
do you have any idea to resolve this problem. I feel that there is problem with server using permission. But I have already given all permission to that user.
Thanks