Hi I am running Zend Server on my linux web server machine at home. I have an SQL database which I installed as part of the Zend Server. Does anybody know how to interact with the database from the terminal? e.g. mysqldump-live I get a cannot connect error when I try to connect using mysql (which I have installed separately) but I think this is due to the fact that Zend Server is already running an SQL database so MySQL can't function. It is mainly so that I will be able to easily dump a large database I have on my local Zend Server database and rsync it to a different server. Any help/guidance would be great. Thanks