RE: Re[2]: [PHP-DB] Dumping database/restoring

2003-12-04 Thread Dillon, John
Hi Richard, I simply login to my server and issue a command like: I think that's the bit I missed. I've managed to create the database-d web site (and live happily) without ever logging in to a shell-type area. I've begun to use Putty/SSH as Leech doesn't show me a shell to type commands

RE: Re[2]: [PHP-DB] Dumping database/restoring

2003-12-04 Thread Dillon, John
Hi Richard, I simply login to my server and issue a command like: mysqldump -hmysqlserverhost.com -utheusername -p dbname dbname.sql It will then prompt me for my password and dump the database (dbname) into dbname.sql -h = the sql host (often localhost) -u = a mysql account that has