mySql
Links
Code snippets
Foreign key
Below is statement used to set the foreign key checks. It is used when several tables are imported and, due to the order of the import would cause foreign key check violations.
set FOREIGN_KEY_CHECKS=0
mysql dump
Below is statement used to copy an entire database from the command line.
mysqldump --user=userName -p dbName >> fileName.sql
Execute mySql code from file
Below is statement that will pipe sql from a text file into a mysql db from the command line. Be sure you specify which db to use (use dbName;)
mysql -u bm -p < barmenuBU.sql
Feb. 11, 2008
Wells Ideas Inc. launches their redesigned site.
The site is built on a symfony platform and utilizes client information from their project management site.
Wells Ideas Inc. launches their redesigned site.
The site is built on a symfony platform and utilizes client information from their project management site.
"The trouble in America is not that we are making too many mistakes, but that we are making too few."
- Phillip Knight
- Phillip Knight
Wells Ideas © 2007 | 1-973-769-9108 | info@wellsideas.com
Contact Us | Site Map | Open Source Solutions | Templates | Client Login
Contact Us | Site Map | Open Source Solutions | Templates | Client Login
