net start mysql
net sotp mysql
mysql -u 用户名 -p 键入后会提示输入密码 如果不能进入数据库就使用绝对路劲或者配置环境变量
show databases;
show table;
增删改查等操作