Skip to content

TypeError: Cannot read property 'MysqlConnection' of null #197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
abhisekdg opened this issue Apr 11, 2017 · 1 comment
Open

TypeError: Cannot read property 'MysqlConnection' of null #197

abhisekdg opened this issue Apr 11, 2017 · 1 comment

Comments

@abhisekdg
Copy link

abhisekdg commented Apr 11, 2017

Node Version - 6.10.2 ( Previously working fine with v0.10.26)
NPM version - 3.10.10
OS - MacOS Sierra 10.12.4

@https://travis-ci.org/Sannis/node-mysql-libmysqlclient/jobs/194103714

var mysqllibclient = require('mysql-libmysqlclient'); ( 1.5.2)

After upgrading the node version to latest, it started throwing error.

MysqlConnectionQueued.prototype = new bindings.MysqlConnection();
TypeError: Cannot read property 'MysqlConnection' of null

Please help me or guide me !!!

@fmkone
Copy link

fmkone commented Nov 24, 2017

I am facing the same issue and want to run example.js in docs/examples folder. I have Node 7.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants