Hi I connect to a MySQL 4.1 with the following String:

if
($db_verbin=mysqli_connect("$mysql_host","$mysql_user","$mysql_passw","$DB_n
ame"))

watch the i in mysqli_connect!

I think I've read somewhere that you are required to use that for the >4.1
Versions, but you

better look that up, I might be wrong there.

Hope this helps. By the way, can you connect thru PHPMyAdmin? If not you
might have that
old version password problem.

JanBro

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to