Exporting MySQL via telnet/SSH, having problems.
Hi,I'm having trouble exporting a database via SSH. I am using the following command:
mysql -u admin -p database > database.sql
After I enter my password, the system just sits there, cursor blinking endlessly.
Any tips that might help me with this? After I do a CTRL-C, there is a file there that is size 0 bytes with the timestamp when I ran the command.
David