Linux every where......
Join the current generation of computing, Open Source, and Linux/GNU!
Saturday, October 16, 2010
Import and Export mysql tables
To export the mysql table
#mysqldump -u user -ppassword "databasename" "tablename" > tablename.txt
To import tables
#mysql -u user -ppassword "databasename" < tablename.txt
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment