Re: all databases deneid

2002-03-19 Thread Colin Faber
Try mysql -uODBC -p (-p assuming you have a password on the account) the formula is -optVAL alan4100 wrote: > > I typed SELECT SYSTEM_USER() ..The output is > > ++ > | system_user() | > ++ > | ODBC@localhost | > ++ > 1 row in set (0.00 sec) >

all databases deneid

2002-03-19 Thread Victoria Reznichenko
alan4100, Tuesday, March 19, 2002, 3:15:39 PM, you wrote: a> I typed SELECT SYSTEM_USER() ..The output is a> ++ a> | system_user() | a> ++ a> | ODBC@localhost | a> ++ a> 1 row in set (0.00 sec) a> I then tried mysql -h localhost -u ODBC a> Welc

Re: all databases deneid

2002-03-19 Thread taraben . a
Hi, I don't about your special problem ... I also run MySQL on Win32 (WIN2000). It seems to me that someone made a GRANT and denied everyone from localhost to your database. You can try from an other PC or use GRANT to give everyone from localhost access to the database. Adib. alan4100 wrote:

all databases deneid

2002-03-19 Thread alan4100
I typed SELECT SYSTEM_USER() ..The output is ++ | system_user() | ++ | ODBC@localhost | ++ 1 row in set (0.00 sec) I then tried mysql -h localhost -u ODBC Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 19 t