01 2022 档案
摘要:var mysqlr = require('mysql'); var readConnection = mysqlr.createConnection({//创建第一个连接 host: '112.74.82.181', user: 'root', password: 'root.', databas
阅读全文
摘要:1.刷新权限表 flush privileges; 2.初始化无密码,设置密码 ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123456'; 3.登陆阿里云,设置安全组3306
阅读全文
摘要:spec_let arr = [ {spec_name:'a',spec_value:'1111111112'}, {spec_name:'b',spec_value:'22222222222222'}, {spec_name:'a',spec_value:'LLLLLLLLLL'}, {spec_
阅读全文