Re: [PHP-WIN] MySQL Connection

2003-06-17 Thread Anthony M. Saffer
To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 7:16 PM Subject: [PHP-WIN] MySQL Connection Hello, Would be grateful if someone couldkindly point me in the right direction. Whenever I try to connect to mysql server, I get these messsage back 1. mysql&

[PHP-WIN] MySQL Connection

2003-06-17 Thread moses . johnson
Hello, Would be grateful if someone couldkindly point me in the right direction. Whenever I try to connect to mysql server, I get these messsage back 1. mysql> GRANT ALL PRIVILEGES ON *.* TO moses@"%" IDENTIFIED BY "cludiana"; ERROR 1045: Access denied for user: '@127.0.0.1' (Using password: NO)

[PHP-WIN] MySQL connection problem

2002-01-08 Thread Piotr Pluciennik
Hi everyone, I've got following problem - trying to connect to MySQL fails with following message: Warning: MySQL Connection Failed: Can't initialize character set 26 (path: default) in c:/foo/foo.php on line 6. Code for connecting: $dbhandle = mysql_connect('localhost', 'name,'password'); is c

[PHP-WIN] Mysql connection

2001-12-11 Thread A. Bacon
Hi...I'm new to php and mysql so please bear with me. I am having a problem connecting to mysql through php. If I go into the mysql monitor, the username and password that I set up are present in the user db, and my scripts using $connection = mysql_connect("localhost", "myusername", "mypassword