Socket
Socket
Sign inDemoInstall

mysql-server

Package Overview
Dependencies
62
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mysql-server

MySQL standalone/isolated/portable server


Version published
Weekly downloads
47
decreased by-6%
Maintainers
1
Install size
49.0 MB
Created
Weekly downloads
 

Readme

Source

New features?

Yes, but inly if you request it using GitHub. Right now, I really have no time to create all the stuffs that this package should has. For instance: A configuration file to define port, default username, password, db initialization, backups, etc etc etc.

If you need something quickly, just create a new issue in https://github.com/BrodaNoel/mysql-server, and I gonna work on it.

Usage:

	var mysqlServer = require('mysql-server');
	mysqlServer.start();
	var mysqlServer = require('mysql-server');
	mysqlServer.stop();
IMPORTANT!

start function is synchronous. So, it will keep your prompt until kill it pressing Ctrl + C (or calling stop function).

start function will take a couple of seconds in the first execution, just because it has to unzip all MySQL.

Keywords

FAQs

Last updated on 30 Jan 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc