I'm a software developer that has been doing professional web application development with Ruby on Rails. These are my postings of various things that I've figured out and learned that I thought might be helpful.
Tuesday, March 10, 2009
Dumping data using SQL query
mysql> select * into outfile "/tmp/openshow" from lisbon;
No comments:
Post a Comment