Hi
Why do you have a "C:\PHP\" and a "C:\Program Files\PHP\" directories?
It really should be one or the other.
The date on the libmysql.dll should be the same as the other two dlls as
they are part of the same PHP install. I would leave it in the PHP base
directory too.
Check the extension_dir
Stut,
I found your e-mail address while looking through various PHP\MYSQL
connect messages at PHP.net and hoped you could help me or direct me to
someonewho can. I have been struggling to get MySQL modules working
with PHP 5 and have completed the following:
1.) Uncommented t
Hi
In case you forgot, this is a PHP list. I suggest you direct that
question to what ever support Xampp/PHPMyAdmin offers. Deleting one of
the default users to your MySQL database, definitely isn't a PHP
question.
--
Niel Archer
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscrib
So here's a question... I installed Xampp and was messing around with
phpmyadmin. I decided that I would delete the pma user that was created
(root and pma on the localhost were the two users created by default).
After I did this, I can no longer authenticate into phpmyadmin like I
was before by
Thanks that made it much clearer... I was just being dumb and in the php
file where I was supposed to change the "$host="hostname"" line, I was
putting the actual name of my machine instead of just "localhost". Once
I changed that everything seems to be working now. Obviously it
couldn't find a u
I already explained this error to you once, the MySQL server is
rejecting your connection. You need to talk to the person who set up the
MySQL server and have them allow connections from your host.
If you are the admin of this MySQL server, install phpmyadmin and figure
it out.
Matt
-Ori
When I try to run the mysql_send.php function from your website... from
the 3rd edition of the php and mysql for dummies, I get these errors:
**
Warning: mysqli_connect() [function.mysqli-connect]: (0/1130): Host
'PHP-AND