MySQL Forums
Forum List  »  Router & Proxy

Re: Cannot start MySql Proxy On Windows 7
Posted by: Marion Gordon
Date: August 14, 2014 03:27AM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Cannot start MySql Proxy On Windows 7
2419
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.