I found many tutorials explaining how to install "node-mysql" (basically: "npm install mysql" and what it is) and others explaining how to make queries, but nothing in between.
I mean: without a GUI, how do you configure node-mysql (username Mysql, password Mysql, first table, ..) before using it?
OR: How to install a GUI to access node-mysql for release (to solve problem 1)?
I tried the "Mysql Workbench" through its wizard, but I get the message "Can not connect to Database Server", while the host and port are fine. I searched the MySQL Workbench site, but said nothing about node-mysql.
Node-mysql seems to be the first choice when it comes to using mysql with node.js, but surprisingly, there is nothing in my problems.
Thank you for your help.
source
share