[thelist] PHP Apache & MySql the next step

Rob Wilson robw at enigma-interactive.co.uk
Thu Aug 29 04:47:01 CDT 2002


>I am 9x (win98) so I have checked out the console, the bit that was thrwing
me
>was the username password and port?  so this is setup within the php
config? or
>apache?

IIRC MySQL on win32 has only one user ... root with no password.

Port is the same as the default setting ... so to connect without creating
anymore users you'd just do

mysql_pconnect( 'Localhost' , 'root' , ''  )

(off the top of my head .. the ordering  of the arguments might be wrong but
you get the idea ;) )

Rob




More information about the thelist mailing list