Skip to content
Snippets Groups Projects
Commit f7bd2d16 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Prepare upgrade of doliwamp

parent 1af8ca45
No related branches found
No related tags found
No related merge requests found
......@@ -663,6 +663,7 @@ begin
//installDir et version de php
StringChangeEx (srcContents, 'WAMPROOT', pathWithSlashes, True);
StringChangeEx (srcContents, 'WAMPMYSQLPORT', myport, True);
StringChangeEx (srcContents, 'WAMPMYSQLVERSION', myport, True);
SaveStringToFile(destFile,srcContents, False);
end
......
......@@ -69,7 +69,7 @@ port=WAMPMYSQLPORT
#Path to installation directory. All paths are usually resolved relative to this.
basedir=WAMPROOT/bin/mysql/mysql5.6.17
basedir=WAMPROOT/bin/mysql/mysqlWAMPMYSQLVERSION
#log file
log-error=WAMPROOT/logs/mysql.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment