Check if a MySQL server is running on the local machine. Version 0.3.0, last updated in 2014. Minimal dependency (only a shell command check). No active development; consider this a simple utility with no promise/error handling. Not suitable for production monitoring.
npm install is-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates both Promise and callback usage to check if MySQL is running.
Wrap in a Promise or use the built-in promise support.
Add try-catch or .catch handler.
Consider using 'is-docker' or a custom exec check for MySQL.
Use `import isMysql from 'is-mysql'` or `const isMysql = require('is-mysql')`Install MySQL server/client or update system PATH.
No dependency data recorded yet.