I am moving some pages from Apache 1.x with php configured with MySQL support and using pconnect with no problems. However when i move the documents on to an Apache 2.x server pconnect or indeeed connect no longer work. I suspected this was because php wasn't compiled with MySQL support although phpinfo() says under supported DB '...mysql' it doesn't however have a seperate Mysql table like my current server. Whats going on and has any1 got any tips for sorting this?