Mysql Statements

Mysql Statements

 

1.安装过程中的一个错误:

   cannot create windows service for mysql. error:0

 

   解决方案:

       使用windows的sc程序删除mysql服务.
       C:>sc delete mysql
       [SC] DeleteService SUCCESS
       再重新使用MySQL Configuration Wizard。

你可能感兴趣的:(C++,c,mysql,windows,C#)