🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

mysql-server

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-server

MySQL standalone/isolated/portable server

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
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

mysql

FAQs

Package last updated on 30 Jan 2016

Did you know?

Socket

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