I just downloaded the DreamCoder for MySql 5.0 for Windows, installed it on Windows XP and tried to connect to mySql which runs on Linux.
DB version: 5.1.37
OS version (where mySql is installed): Ubuntu Linux 9.10
Connection: remote.
I have created user permission for the remote access.
Also I have set MySQL server listening address to ANY.
Server port is 3306.
Error message:
1049
#42000Unknown database 'duken'
I am typing correct database name ("Duken") but the error message says it is unknown with small letters ("duken").
How do I connect to this?
