> moylan ~[285] mysql -u moylan_moy -p > Enter password: > ERROR 1045 (28000): Access denied for user 'moylan_moy'@'localhost' (using password: YES) Reiterating my earlier advice: learn about and use the -S command line option. The error message references localhost which is different from socket access. -rich