01-14-2011 03:58 AM
01-14-2011 10:21 AM
mysqldump -u username -p –default-character-set=latin1 -N database > backup.sql
and the following to restore:
mysql -u username -p –default-character-set=latin1 database < backup.sql
01-17-2011 03:38 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.