Following Problem:
I have a login to a MySql-Database in a batch-File, logging in with root and no password, but at the moment, i have to press enter when asking for a password, but I want this automatically, so just putting it in the batch-File that the enter-Key is automatically pressed. Something like echo;
does not work because it's proceeded only after I manually pressed enter. Anybody has an idea for that?
The code I'm using is mysql -u root -p < ../../htdocs/leadCapt/leadcaptapp.sql
(I'm actually importing a database)
Thanks.