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.
"In business, one of the challenges is making sure that your product is the easiest to experience and complete a sale."
- Mark Cuban
- Mark Cuban
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
