Re: Cannot start MySql Proxy On Windows 7
Hay,
I wrote a script for handling the startup: runmysqlproxy.cmd
set MYSQLPROXY_HOME=%programfiles(x86)%\MySQL\mysql-proxy-0.8.3-win32-x86
set MYSQLPROXY=%MYSQLPROXY_HOME%\bin\mysql-proxy.exe
"%MYSQLPROXY%" -b 127.0.0.1:3306 --log-file=E:\var\logproxy.log
--log-level=debug --proxy-lua-script=D:\Dev\tools\sqlproxy\logquery.lua
try this way to start
Subject
Views
Written By
Posted
9044
July 11, 2014 11:54AM
2389
July 11, 2014 12:03PM
Re: Cannot start MySql Proxy On Windows 7
2500
August 14, 2014 03:27AM
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.