Re: Need Database Connection Sans Password

2007-03-23 Thread David Blomstrom
You wrote, "You need to create a root password and other users." insert into mysql.user set Host='localhost', User='', * * * * * * * * * * Thanks, but that gave me an error message. I clicked on a particular database, then clicked Privileges and changed the pa

Re: Need Database Connection Sans Password

2007-03-23 Thread David Blomstrom
lter_routine_priv='Y', Create_user_priv='Y', ssl_type='', ssl_cipher='', x509_issuer='', x509_subject=''; flush privileges; Adjust all privileges accordingly. - Original Message ---

Re: Need Database Connection Sans Password

2007-03-23 Thread Rolando Edwards
#x27;, ssl_cipher='', x509_issuer='', x509_subject=''; flush privileges; Adjust all privileges accordingly. Is you MySQL properly installed ??? Can you login to mysql client as root from your localhost ??? - Original Message -

Need Database Connection Sans Password

2007-03-23 Thread David Blomstrom
How would you write a database connection for a database on which you haven't yet established a username or password? None of the following work: $link = mysql_connect ("localhost" , "root" , "") or die(mysql_error()); mysql_select_db ("test", $link) or die(mysql_error()); $link = mysql_conne