Michael Lake wrote: > > bart bunting wrote: > > Most likely you have not included the mysql.so library in php.ini > > you could otherwise use a dl statement to load it when you need it but the line > > tje ;line > > extension=mysql.so > > in php.ini should fix it. > > Ok I have just uncommented the line "extension=mysql.so" in my php3.ini file > and restarted apache but I get the same error. I have checked and I do have > mysql.so module in extension_dir = /usr/lib/php3/apache
Ah no ! I had a spelling mistake in extension=msql.so its now fixed and I have extension=mysql.so and bingo I now get : "Warning: Access denied for user: 'user@localhost' (Using password: YES) in db_mysql.inc on line 73 Database error: pconnect(localhost, user, $Password) failed. MySQL Error: () Session halted. This is much better.... :-) So its looks like it is connecting to mysql which is refusing access. Thanks Bart, I will now look into the mysql access prob. Mike -- -------------------------------------------------------------------- Michael Lake Active caver, Linux enthusiast and interested in anything technical. Safety Convenor, Australian Speleological Federation Owner, Speleonics (Australia) -------------------------------------------------------------------- -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
