mysql - convert the dbf file to csv using dbf2mysql? -


i'm using command convert dbf csv command run not create table in database.

dbf2mysql  -u **** -p *****  -t test -cc <filename>.dbf 

is filename correct case? not filename.dbf or filename.dbf

use -vv switch see verbose output

you may need add these switches

-h localhost

-d yourdatabasename


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -