En el my.ini cambie skip-locking por skip-external-locking y ahora no me tira ese error, simplemente no hace nada
Esto es lo que tengo hasta ahora
Cita: rem comment install.bat
C:
cd C:\MySQL\bin
mysqld --install MySQL-noinstall --defaults-file="c:\MySQL\my.ini" --log-bin-trust-function-creators=1
NET START MySQL-noinstall
mysql --host=localhost --port=3306 --user=root --password=mipassword < "C:\MySQL\backup.sql"
pause
Gracias!