RawSushi's Tech Journal
My online tech scrapbook where I keep my notes in case I need to look them up later
Friday, June 1, 2012
Learning MySQL: Part 2
Restoring from a DB dump:
shell> mysql -u username -p db_name < dump.sql
Drop database:
mysql> DROP DATABASE db_name;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment