开启服务net start mysql后,需要输入用户名以及密码,再进行show/create等操作。
d:
cd D:\mysql-8.4.1-winx64
net start mysql
mysql -u root -p
your_password
show global variables like 'wait_timeout';
开启服务net start mysql后,需要输入用户名以及密码,再进行show/create等操作。
d:
cd D:\mysql-8.4.1-winx64
net start mysql
mysql -u root -p
your_password
show global variables like 'wait_timeout';