Re: [PHP-WIN] Unable to load dynamic library "C:\PHP\ext\php_mysql.dll" and Unable to load dynamic library "C:\PHP\ext\php_mysqli.dll"

2007-07-11 Thread Niel Archer
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

[PHP-WIN] Unable to load dynamic library "C:\PHP\ext\php_mysql.dll" and Unable to load dynamic library "C:\PHP\ext\php_mysqli.dll"

2007-07-11 Thread Oman, Gregg
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

Re: [PHP-WIN] php default users

2007-07-11 Thread Niel Archer
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

[PHP-WIN] php default users

2007-07-11 Thread Jacob Bergman
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

[PHP-WIN] RE: Mysql_send.php

2007-07-11 Thread Jacob Bergman
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

RE: [PHP-WIN] Mysql_send.php

2007-07-11 Thread Murphy, Matt
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

[PHP-WIN] Mysql_send.php

2007-07-11 Thread Jacob Bergman
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