Socket.io各个发送消息的含义 // send to current request socket client socket.emit('message', "this is a test"); // sending to all clients, include sender io.sockets.emit('message', "this is a test"); // sending to all clients except sender soc…
centos7.5 重启mysql报错 问题: [root@db01-51 ~]# mysqladmin -uroot -p123 -S /data/3307/data/mysql.sock shutdown Warning: Using a password on the command line interface can be insecure. mysqladmin: connect to server at 'localhost' failed error: 'Can't connec…