On Wed, 17 Oct 2007 23:12:07 -0500, Drew Jensen
<[EMAIL PROTECTED]> wrote:
Alexandro Colorado wrote:
I get this output:
mysqladmin version -uroot -p
Enter password:
mysqladmin Ver 8.41 Distrib 5.0.37, for mandriva-linux-gnu on i586
Copyright (C) 2000-2006 MySQL AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
Server version 5.0.37
Protocol version 10
Connection Localhost via UNIX socket
UNIX socket /var/lib/mysql/mysql.sock
Uptime: 3 hours 54 min 12 sec
On a localhost MySQL will try to use sockets, and this could be a
problem. You can force it to use tcp/ip as a test with
mysqladmin -h 127.0.0.1
Hmm...well, just -h AKAIK...but doesn't really matter for the moment as
you know the socket connection is working, so now it is back the Base
connection.
When you created your ODB file did you select type MySQL or type JDBC?
I select MySQL type then via JDBC.
The driver said it loaded succesfully and then the user and database was
ok. I put to localhost (tried 127.0.0.1 with the same issue) and then the
username and test conection.
The user has no password so I dont checkup the box.
--
Alexandro Colorado
CoLeader of OpenOffice.org ES
http://es.openoffice.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]