初始化mysql服务
mysqld --install MySQL
启动mysql服务
net start mysql
登录mysql
mysql -uroot -p
mysql初始化失败的问题
原文:http://www.cnblogs.com/zhuchen/p/7378159.html