[EMAIL PROTECTED] wrote:

> I didn't get a response to the question below, and my alternative solution  
> produced another error message as follows.  Rather than try to establish a  
> new database, I used the Test database established when I reinstalled  
> mysql.  With a csv file saved under mysql/data/test, I did a load data  
> command exactly as I have done many times before and got
> 
> ERROR 1045 Access denied for user: '@localhost' (Using password: NO)
> 
> I was able to create the table and successfully issue the commands SHOW  
> TABLES and DESCRIBE TABLENAME  As below mysql is installed on a pc running  
> Windows 98.

You are trying to connect as anonymous user and with no password. 

Not a good idea. 

Use login/password to access MySQL database. 





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to