gingerbeardman + mysql 4
php - importing large SQL file phpmyadmin - Database Administrators - Stack Exchange
5 weeks ago by gingerbeardman
gunzip < PATH_TO_DUMP/DB_NAME.sql.gz | mysql -u DB_USER -pDB_PASSWORD DB_NAME
restore
mysql
database
db
sql
command
line
phpmyadmin
5 weeks ago by gingerbeardman
10 Ways to Automatically & Manually Backup MySQL Database - Noupe
february 2012 by gingerbeardman
mysqldump -u root -h localhost -pmypassword faqs | gzip -9 > faqs-db.sql.gz
backup
database
linux
mysql
macosx
command
line
terminal
february 2012 by gingerbeardman
Copy this bookmark: