Page 1 of 1

Error: -2147467259

Posted: Wed Oct 15, 2008 1:45 am
by ssmony
Pls help, I am getting the following error:

Program Version: 3.0.0.97
ODBC Version: 5.1.5.0
Function: modMySql.MoveData2MySql
Error: -2147467259
Reason: [MySQL][ODBC 5.1 Driver][mysqld-5.0.41-community-log]Access denied for user 'xxx'@'%' to database 'zzzzz'
SQL: CREATE DATABASE IF NOT EXISTS `zzzzz`

Thanks for any assistance in advance.

Re: Error: -2147467259

Posted: Wed May 13, 2009 4:01 pm
by navjyotiu
Hi
I think it is late for the user who posted it but still for other members and guests, this error comes when your user name or password of database is incorrectly entered.

Re: Error: -2147467259

Posted: Fri May 29, 2009 10:34 pm
by slgoetze
I see same error. Do you speak of source or destination password?

Re: Error: -2147467259

Posted: Sun Jul 11, 2010 5:54 pm
by Kim
I get this same error.

Reason: [MySQL][ODBC 5.1 Driver]Access denied for user 'mlmnetwo_mlmcafe'@'dyn-dsl-to-76-75-114-131.nexicom.net' (using password: YES)

I have checked and re-checked my user name and password and still get this error.

Please help.

Thanks,

Re: Error: -2147467259

Posted: Tue Nov 15, 2011 9:35 pm
by williamjacobs
With a similar error message:

SETTINGS
--------
Moving data directly to MySQL server

TABLES
------------
Error connecting to destination database.
Connection: Provider=MSDASQL.1;Driver={MySQL ODBC 5.1 Driver};Extended Properties="SERVER=localhost;UID=stoner;PWD=;PORT=3306;OPTION=0;STMT=;"
Program Version: 3.0.0.148
ODBC Version: 5.1.8.0
Function: modMySql.MoveData2MySql
Error: -2147467259
Reason: [MySQL][ODBC 5.1 Driver]Access denied for user 'stoner'@'localhost' (using password: NO)



I found that my end user was using his Windows ID in the Bullzip Access to MySQL setup wizard where you are asked to enter credentials for the MySQL database.
MySQL may not have been setup with the end user's Windows ID as his login id. The command line may not even ASK for a ID. It only asks for password.
Defaults for MySQL during setup are the ID "root" and a blank password (Just hit "Enter")

Using the ID of "root" in the MySQL configuration portion allowed Bullzip to convert the MS Access database to MySQL.

Maybe this will help someone.