MySQL Forums
Forum List  »  Spanish

Problemas con el path de windows
Posted by: Cristian Paniagua
Date: March 25, 2013 01:07PM

Que tal.... estoy intentando hacer la instalacion de mysql en modo silencioso
mi codigo es el sgte:

msiexec /i MySQL_Setup.msi /quiet
cls
cd c:/Program Files/MySQL/MySQL Server 5.1/bin
cls
MySQLInstanceConfig.exe -i -q "-lC:\mysql_install_log.txt""-nMySQL Server 5.1" "-pC:\Program Files\MySQL\MySQL Server 5.1""-tC:\Program Files\MySQL\MySQL Server 5.1\my-template.ini" "-cC:\mytest.ini" ServerType=DEVELOPMENT DatabaseType=MIXED RootPassword=admin ConnectionUsage=DSS Port=3306 ServiceName=MySql
break

uso el msi essentials de mysql... 5.1

lo que me gustaria saber es si hay un comando que me permita añadir ya el path de mysql al windows para que me reconozca los comandos sin poner la ruta completa!
Gracias de antemano...

Options: ReplyQuote


Subject
Views
Written By
Posted
Problemas con el path de windows
1948
March 25, 2013 01:07PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.