Not being very experienced with these things, can anyone give me some pointers to what I am doing wrong. To move the library I simply dumped the old database and then imported that into the new one with mysql blah blah databasename < dump.sql. the rest of the site was just coped over using scp. Then I just changed the config in config.php and checked permissions.
I thought that should be it ?
use localhost:/tmp/mysql.aluglib you have your own instance of MySQL hence you need to use the MySQL socket
Regards Darren