Re: MySQL over ODBC

2001-03-17 Thread Yusuf Incekara
If mysqlserver is not installed on your computer then first try to connect remote host from mysql client. mysql -h 192.168.0.1 -u root if you can connect via this way then odbc can resposible about this situation. But i don't think so. Problem is about permissions to remote clients. If not prob

Re: MySQL over ODBC

2001-03-15 Thread Gerald L. Clark
Did you read chapter 6 in the manual? denis mettler wrote: > > Hi there, > > i received the following message: > > [TCX][MyODBC] Host 'XYZ' is not allowed to connect to this MySQL Server > (#1130) > > any ideas > > regards > denis > >