Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MaxDB - Everything about MaxDB, formerly known as SAP DB
MySQL++ - Programming with the C++ API to MySQL
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
ODBC - ODBC with the MySQL Connector/ODBC driver
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
Remote connection to MySQL database

Remote connection to MySQL database

2006-03-20       - By Sprocketbecane@(protected)

 Back
Hi,

I am trying to establish a remote connection to an MySQL database (version  
4.0.26). I am on Windows XP using OpenOffice version 2.0 (BASE) trying to  
connect to my database at my website _www.dianalundwriter.com_
(http://www.dianalundwriter.com) .

First I successfully configured a MyODBC DSN on Windows using the ODBC Data  
Source Administrator, using the MySQL ODBC 3.51 driver. (I tried the test  and
it came back successful).

But then when I open up OpenOffice Base and select the link to this  database
and then
try to access the tables, I get:

[MySQL][ODBC 3.51 Driver] Access Denied for '_dianalund@%'_
(mailto:'dianalund@)  to database Customer.

I ran a trace and have included it below. Like others before me, I could  not
find the myodbc3d.dll driver (as indicated in the manual) and instead used  
odbctrace.dll.

Any help here would be very appreciated. BTW, I am able to establish a  
remote connection
in some perl script I wrote. So I think this problem is particular to the  
interface with OpenOffice.

Thank you,
Diana Lund

soffice         b04-b08 ENTER  SQLDriverConnectW  
HDBC                 04B815E8
HWND                 00000000
WCHAR  *              0x74329A38 [      -3] "******\  0"
SWORD                        -3
WCHAR  *              0x74329A38  
SWORD                         2
SWORD  *              0x00000000
UWORD                         0 <SQL_DRIVER_NOPROMPT>

soffice          b04-b08 EXIT  SQLDriverConnectW  with return code -1  
(SQL_ERROR)
HDBC                 04B815E8
HWND                 00000000
WCHAR  *              0x74329A38 [      -3] "******\  0"
SWORD                        -3
WCHAR  *              0x74329A38  
SWORD                         2
SWORD  *              0x00000000
UWORD                         0 <SQL_DRIVER_NOPROMPT>

 DIAG [HYT00] [MySQL][ODBC 3.51 Driver]Access denied for user:  
_'dianalund@%'_ (mailto:'dianalund@)  to database ' Customer' (1044)