paulspoon Posted August 10, 2006 Share Posted August 10, 2006 I want to run a simple batch file consisting of the following :mysql -hxxx.xxx.xxx -uxxx -pxxx --local-infile=1 --batch -e "load data local infile 'c:/prod.txt' into table prodmast" charkaDo i need a program to be installed ? And if so which one. The MySQL server is on a different place. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted August 10, 2006 Share Posted August 10, 2006 I'm not sure, but prehaps [url=http://www.mysql.com/products/tools/query-browser/]MySQL Query Browser[/url] is what you'll looking for. Quote Link to comment Share on other sites More sharing options...
fenway Posted August 10, 2006 Share Posted August 10, 2006 I don't know that program you're referring to -- if you have MySQL installed, then your import script should work. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.