Re: mysql load issue

2002-11-27 Thread DL Neil
Tim, [returned the conversation to the list, so that others may benefit] > Right now in the config.inc.php file i have it set as: > > ### MySQL data > $mysql_host = "localhost"; // localhost name > (usually:localhost) > $mysql_user = "mine"; // MySQL username > $mysql_pass = "mine2"; // MySQL pass

Re: mysql load issue

2002-11-27 Thread DL Neil
Tim, Normally PHP/MySQL doesn't run as "mine", even if that is your Windows login name - but it is possible... Use command line. Log on as root. Check localhost privileges for user "mine". (good coverage in the manual) Regards, =dn > I have been trying to get mysql db to run but keep > getting acc