Hi Guys,
I need to change the topic.
I would like to make the installation packed with MySQL, and the silent configuration to run the Database.
The most important thing for me is to configurate the database silently by this:
or this:Code:"C:\Program Files\MySQL\MySQL Server 5.0\bin\MySQLInstanceConfig.exe" -i -q "-nMySQL Server 5.0" "-pC:\Program Files\MySQL\MySQL Server 5.0" -v5.0.51b -lC:\mysql_config.log "-tC:\Program Files\MySQL\MySQL Server 5.0\my-template.ini" "-cC:\Program Files\MySQL\MySQL Server 5.0\my.ini" ServiceName=MySQL50 AddBinToPath=no ServerType=DEVELOPMENT DatabaseType=MIXED ConnectionUsage=DSS Charset=utf8 SkipNetworking=no Port=3306 RootPassword=
Or maybe there is other way to fully configurtate MySQL after the installation.Code:cd\ cd Program Files cd MySQL cd MySQL Server 5.0 cd bin MySQLInstanceConfig.exe -i -q "-lC:\mysql_install_log.txt" "-nMySQL Server 5.0" "-pC:\Program Files\MySQL\MySQL Server 5.0" -v5.0.45 "-tC:\Program Files\MySQL\MySQL Server 5.0\my-template.ini" "-cC:\mytest.ini" ServerType=DEVELOPMENT DatabaseType=MIXED ConnectionUsage=DSS Port=3306 ServiceName= RootPassword=pass break exit
Any solutions really appreciated.




Reply With Quote