使用 NodeJS 的 MySQL 代理
我正在尝试创建一个简单的程序,在基于 MySQL 的应用程序和 MySQL 服务器之间创建代理。
现在,我的方法是更改应用程序以在端口 3065 与 MySQL 通信,我的代理是一个简单的套接字服务器,它监听所有请求并将它们发送到 MySQL 服务器。
我想改变架构,我看到了这个页面: http ://dev.mysql.com/doc/refman/5.0/en/mysql-proxy-scripting.html,在这个页面中我有我需要的东西 - read_query() 和 read_query_results()。
我的主要问题是 - 他们使用 LUA 作为代理的脚本语言,我如何在 NodeJS 中使用这个 API?
I am trying to create a simple program that create a proxy between a MySQL-based application and a MySQL server.
Right now,my approach is to change the application to talk to MySQL at port 3065 and my proxy is a simple socket server whose listens to all requests and sending them to MySQL server.
I wanted to change the architecture and I saw this page : http://dev.mysql.com/doc/refman/5.0/en/mysql-proxy-scripting.html, In this page I have exactly what I need - read_query() and read_query_results().
And my main problem is - they are using LUA as the proxy`s scripting language,How can I use this API in NodeJS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论