|
Not too sure about this. First thing is first, make sure you have a root password set in mysql. Otherwise you are at a severe security risk level.
Secondly, if it is a .sql file, don't use the -e Octubre part. Instead, use something along the lines of:
mysql databasename < Octubre.sql
That is all you should need. Also make sure the database itself is already created and setup.
__________________
Patrick
Warnings: The program(s) might crash unexpectedly or behave otherwise strangely. (But of course, so do many commercial programs on Windows.) --www.gimp.org
|