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&
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)
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
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