Bug #40590 | Cannot create DSN on Windows Vista platform | ||
---|---|---|---|
Submitted: | 8 Nov 2008 15:12 | Modified: | 9 Nov 2008 19:34 |
Reporter: | bharati gouda | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 3.51.26 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | Connector / ODBC |
[8 Nov 2008 15:12]
bharati gouda
[8 Nov 2008 16:24]
Valeriy Kravchuk
Thank you for a problem report. What exact version of Connector/ODBC, 3.51.xx, you had used?
[9 Nov 2008 3:20]
bharati gouda
I am using version 3.51.26.00 of Connector / ODBC.
[9 Nov 2008 16:26]
Tonci Grgin
Hi Bharati. Two things come to my mind as I'm using c/ODBC on Vista with no problem. More likely thing is you have problem with your MySQL server installation, especially privileges tables since ODBC@localhost is *default* user on Windows. Can you please check your privilege tables. Tell me if you upgraded MySQL server installation from some previous version. Are you running x64 or 32bit Vista? In any case, make an effort to find out what's wrong with your config as I have no problems here.
[9 Nov 2008 18:39]
bharati gouda
Hi, My problem is solved. Today, I ran the following from command prompt: mysql>show tables; mysql>select * from user; The table showed Host is 'localhost' and user is 'root'. All privileges showing 'Yes'. Then I went to Control Panel :Administrative tools : Services : MySQL , restarted the service and then tried creating DSN with username 'root'. It was a success. I could create tables and retrieve data using DSN. Thanks to you all.
[9 Nov 2008 19:34]
Tonci Grgin
Glad problem is solved. Thanks for your interest in MySQL.