PHP Exec hangs when trying to use NodeJS to create a connection to a MySQL database

前端 未结 0 587
悲哀的现实
悲哀的现实 2021-02-01 00:07

I am trying to run the following NodeJS script to create a connection to a MySQL database and perform a few tasks:

var mysql = require(\'mysql\');

var con = mysq         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题