mysqlxfer Code
Brought to you by:
wsmeans
| File | Date | Author | Commit |
|---|---|---|---|
| bin | 2008-12-14 | wsmeans | [r3] Initial checkin. |
| dist | 2008-12-14 | wsmeans | [r4] Initial release. |
| AssemblyInfo.cs | 2008-12-14 | wsmeans | [r1] |
| Program.cs | 2008-12-14 | wsmeans | [r1] |
| mysqlxfer.csproj | 2008-12-14 | wsmeans | [r1] |
| mysqlxfer.sln | 2008-12-14 | wsmeans | [r1] |
| mysqlxfer.zip | 2008-12-14 | wsmeans | [r4] Initial release. |
| readme.txt | 2008-12-14 | wsmeans | [r1] |
mysqlxfer readme
12/14/2008
Description:
A simple bulk SQL insert tool for use with Internet hosted databases. Includes
basic resume logic and auto-detection of field separators.
Usage:
Just copy mysqlxfer.exe into your path and run it. A sample command to populate a
table with a given file would look like this:
mysqlxfer -dsn DSN=MyODBCDsn -truncate -errorlog -skip 1 mybigtable mybigdatafile.csv
License Info:
Copyright 2008 W. Scott Means (smeans.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.