Re: Connecting to mysql as root

2001-04-23 Thread B. van Ouwerkerk
For connecting I have given the user as root and no password in the PERL scipt. You NEED to provide the password otherwise you can't get any data out of the database.. If you didn't entered a password for the mysql root user you need to do it ASAP.. Is there any way to connect to

Connecting to mysql as root

2001-04-22 Thread Rajeev Ramanujan
Hi, I have got a problem while connecting to MySQL. While I am trying to connect to mysql it shows an error 'Acces denied for user [EMAIL PROTECTED] (USING PASSWORD : NO), but mysql server is still running. I have written a CGI program using PERL to connect to the mysql database.