diff --git a/package.json b/package.json
index fffe111..a152dcf 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,8 @@
     "socks5-https-client": "^0.2.2",
     "stream-throttle": "^0.1.3",
     "ws": "^0.4.32",
-    "cookie":"^0.1.2"
+    "cookie":"^0.1.2",
+    "mysql":"^2.5.2"
   },
   "devDependencies": {},
   "scripts": {
diff --git a/proxy.js b/proxy.js
index 2e42aa5..c20342b 100644
--- a/proxy.js
+++ b/proxy.js
@@ -7,6 +7,7 @@ try{
     GLOBAL.util['jsdom']            = require('jsdom');
     GLOBAL.util['cookie']           = require('cookie');
     GLOBAL.util['jquery']           = require('jquery');
+    GLOBAL.util['mysql']            = require('mysql');
     GLOBAL.util['Socks5ClientHttpAgent']    = require('socks5-http-client/lib/Agent');
     GLOBAL.util['Socks5ClientHttpsAgent']   = require('socks5-https-client/lib/Agent');
 }catch(e){}