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. Link to comment https://forums.phpfreaks.com/topic/17108-mysql-command-line-editor/ 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. Link to comment https://forums.phpfreaks.com/topic/17108-mysql-command-line-editor/#findComment-72385 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. Link to comment https://forums.phpfreaks.com/topic/17108-mysql-command-line-editor/#findComment-72497 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.