Hi:
I've installed Simba driver in my laptop and it appears under MySQL data source. When I provide user name and password it provides following error:
Error SQLDriverConnect: [Simba][MySQL] (1004) The connection has timed out while connecting to server: localhost at port: 3306.
Can anyone help me out please.
Thanks!
Solved! Go to Solution.
Judging by the error it looks like you haven't configured the database connection as it points to localhost which is your local machine. I don't suppose you're hosting the database on your laptop?
Try searching for your ODBC admin and make sure you configure the connection to your MySQL database using the IP address or the hostname of the Database server.
Hi @MichalM
You're correct. Now I've configured and test the connection and it show successful.
System DSN > Add > Select Simba driver > Finish > Configured (Data Source Name, Desc, Host, Port, User and Password) and tested > Connection successful
But finally when I click Ok, it doesn't add the newly configured driver in the System DSN list.
Can you please tell me what went wrong?
Thanks!
Do you have Admin access on your machine? If not, you won't be able to create a System DSN entry. You can still create a User DSN though.
I don't have the admin privilege and never had this privilege. I think I've configured some drivers before for other DBs. Not sure how I did it during that time. No problem, I'll ask the team to allow privilege and configure accordingly.
Thanks a lot, man!