Hi all, I'm using File Manager utility mandatory by my internet provider. He is running mysql on Linux. Apparently I should be able to issue commands dirtly to the shell. And I am able to perform mysqldump and myslshow. But I can not start the mysql session so my prompt to change to: mysql> mysql> I tried issuing the following command: mysql -u username -ppassword -D Databasename nothing happens. I know that mysql databse is running because I can perform other commands aginst it. Any suggestions on how to start mysql session? Thank you.
--------------------------------- Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more.