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?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]