Carstea Catalin wrote:
how to backup and restore mysql databases?
to backup: # mysqldump --opt -u root -pxxxxxxxx -A >dbs.sql to restore: mysql> source dbs.sql; _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
