MySQL Forums
Forum List  »  MySQL for Excel

Re: Connecting to MySQL via Excel problem
Posted by: Barry Galbraith
Date: October 19, 2011 12:59PM

The ODBC driver your Excel is trying to use on on the same machine as Excel, which gather is NOT the machine with Mysql.

You'll need to go to the machine with MySQL, connect to mysql with commandline client using root, and GRANT privileges for user@excel.machine or user@%.

Then in the ODBC driver on the Excel machine, the hostname is the ip address, or host name of the machine with mysql on it.

Good luck,
Barry.

Options: ReplyQuote


Subject
Views
Written By
Posted
4580
October 19, 2011 01:40AM
Re: Connecting to MySQL via Excel problem
1825
October 19, 2011 12:59PM
1990
December 28, 2011 01:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.