{"id":18304608,"url":"https://github.com/numtel/mysql-server-5.6-win-i386","last_synced_at":"2026-02-15T22:32:49.346Z","repository":{"id":30679749,"uuid":"34235613","full_name":"numtel/mysql-server-5.6-win-i386","owner":"numtel","description":"MySQL Server 5.6 for Windows x86 32-bit as NPM package","archived":false,"fork":false,"pushed_at":"2015-04-20T03:45:44.000Z","size":43596,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T00:07:41.126Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/numtel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-20T03:24:40.000Z","updated_at":"2015-04-20T03:45:45.000Z","dependencies_parsed_at":"2022-09-08T07:00:53.056Z","dependency_job_id":null,"html_url":"https://github.com/numtel/mysql-server-5.6-win-i386","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/numtel/mysql-server-5.6-win-i386","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fmysql-server-5.6-win-i386","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fmysql-server-5.6-win-i386/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fmysql-server-5.6-win-i386/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fmysql-server-5.6-win-i386/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numtel","download_url":"https://codeload.github.com/numtel/mysql-server-5.6-win-i386/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtel%2Fmysql-server-5.6-win-i386/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29490904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T15:29:33.656Z","updated_at":"2026-02-15T22:32:49.328Z","avatar_url":"https://github.com/numtel.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySQL Server 5.6 for Windows x86 32-bit\n\nInstall and run [MySQL server](http://www.mysql.com) under the current user inside of the application directory.\n\n```\nnpm install mysql-server-5.6-win-i386\n```\n\n* MySQL prerequisite `libaio` is included in this package and does not need to be installed separately.\n\nProvides function for spawning MySQL server instance with optional configuration settings. Returns [`ChildProcess`](https://nodejs.org/api/child_process.html#child_process_class_childprocess).\n\n* Only one instance may be spawned per application.\n* `stop()` method added to returned `ChildProcess` instance to stop the server.\n\n```javascript\nvar startMysql = require('mysql-server-5.6-win-i386');\n\nvar mysqld = startMysql({ port: 3307 });\n\nmysqld.stdout.on('data', function (data) {\n  console.log('stdout: ' + data);\n});\n\nmysqld.stderr.on('data', function (data) {\n  console.log('stderr: ' + data);\n});\n\nmysqld.on('close', function (code) {\n  console.log('child process exited with code ' + code);\n});\n\n// Later on, stop server...\nmysqld.stop();\n\n```\n\nSee [`index.js`](index.js) for the default configuration options. Pass `undefined` or `null` for a given configuration key to skip including it even if it is specified in the defaults.\n\n## License\n\nGPLv2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtel%2Fmysql-server-5.6-win-i386","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumtel%2Fmysql-server-5.6-win-i386","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtel%2Fmysql-server-5.6-win-i386/lists"}