From: Shaun M. <sh...@ae...> - 2004-11-22 18:59:46
|
On 22 Nov 2004, at 18:42, Scott Sherrill wrote: >> That's the problem. I can login to the db just fine from the command >> line. > > Another thing to check - do you have the php/mysql libraries installed > on your machine? Without them, phpWebsite can look correct but will > not connect to the server. It's not uncommon that a particular OS distribution or version of PHP doesn't have MySQL built in to PHP. Could be that you'll need to recompile PHP. IIRC PHP5 may not have MySQL built in. Ruben, have a look at http://www.yoursite.com/setup/phpinfo.php and check that MySQL is there and that you're running the same setup as the server that works. Shaun aegis design - http://www.aegisdesign.co.uk |