标签:style blog http io color ar 使用 for sp
本文主要介绍免安装配置mysql5.6.19的过程,整个过程中自己出现非常多次失误,经过整理,现将一次可成功的过程记录下来,供大家參考。
basedir = E:/Develop/mysql-5.6.19-winx64 datadir = E:/Develop/TestMysqlData character_set_server=utf8 character_set_client=utf8
2014-06-29 15:58:07 9116 [Note] Plugin 'FEDERATED' is disabled. E:\Develop\mysql-5.6.19-winx64\bin\mysqld: Table 'mysql.plugin' doesn't exist 2014-06-29 15:58:07 9116 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it. 2014-06-29 15:58:07 9116 [Note] InnoDB: Using atomics to ref count buffer pool pages
E:\Develop\mysql-5.6.19-winx64\bin>mysql_upgrade Looking for 'mysql.exe' as: E:\Develop\mysql-5.6.19-winx64\bin\mysql.exe Looking for 'mysqlcheck.exe' as: E:\Develop\mysql-5.6.19-winx64\bin\mysqlcheck.exe FATAL ERROR: Upgrade failed
E:\Develop\mysql-5.6.19-winx64\bin>net start mysqltest mysqltest 服务正在启动 . mysqltest 服务已经启动成功。
CREATE DATABASE test DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
标签:style blog http io color ar 使用 for sp
原文地址:http://www.cnblogs.com/gcczhongduan/p/4067324.html