Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/66.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
MySQL 8.0.1 MySQL.plugin不';不存在_Mysql - Fatal编程技术网

MySQL 8.0.1 MySQL.plugin不';不存在

MySQL 8.0.1 MySQL.plugin不';不存在,mysql,Mysql,已将MySQL Zip文件解压缩到我的Windows 10_x64计算机,MySQL版本mysqld.exe版本8.0.11,用于x86_64上的Win64(MySQL社区服务器-GPL) 在尝试对my.ini进行一些配置(如base_dir、data_dir等)后,启动mysqld.exe——初始化不安全并传递。之后,尝试启动mysqld.exe——控制台时遇到了一些严重问题。给你 2018-06-28T04:47:48.238801Z 0 [Warning] [MY-010915] [Ser

已将MySQL Zip文件解压缩到我的Windows 10_x64计算机,MySQL版本
mysqld.exe版本8.0.11,用于x86_64上的Win64(MySQL社区服务器-GPL)

在尝试对my.ini进行一些配置(如base_dir、data_dir等)后,启动mysqld.exe——初始化不安全并传递。之后,尝试启动mysqld.exe——控制台时遇到了一些严重问题。给你

2018-06-28T04:47:48.238801Z 0 [Warning] [MY-010915] [Server] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2018-06-28T04:47:48.238982Z 0 [System] [MY-010116] [Server] C:\Users\root\Workspace\root\idk\mysqld\bin\mysqld.exe (mysqld 8.0.11) starting as process 2712
mysqld: Table 'mysql.plugin' doesn't exist
2018-06-28T04:47:51.723643Z 0 [ERROR] [MY-010735] [Server] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
2018-06-28T04:47:52.004285Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2018-06-28T04:47:53.092887Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2018-06-28T04:47:53.103151Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2018-06-28T04:47:53.107156Z 0 [ERROR] [MY-013129] [Server] A message intended for a client cannot be sent there as no client-session is attached. Therefore, we're sending the information to the error-log instead: MY-001146 - Table 'mysql.component' doesn't exist
2018-06-28T04:47:53.113269Z 0 [Warning] [MY-013129] [Server] A message intended for a client cannot be sent there as no client-session is attached. Therefore, we're sending the information to the error-log instead: MY-003543 - The mysql.component table is missing or has an incorrect definition.
2018-06-28T04:47:53.120634Z 0 [ERROR] [MY-011071] [Server] unknown variable 'default-character-set=utf8'
2018-06-28T04:47:53.122638Z 0 [Warning] [MY-010952] [Server] The privilege system failed to initialize correctly. If you have upgraded your server, make sure you're executing mysql_upgrade to correct the issue.
2018-06-28T04:47:53.126213Z 0 [ERROR] [MY-010119] [Server] Aborting
2018-06-28T04:47:54.110844Z 0 [System] [MY-010910] [Server] C:\Users\root\Workspace\root\idk\mysqld\bin\mysqld.exe: Shutdown complete (mysqld 8.0.11)  MySQL Community Server - GPL.
请遵循一些社区指南,例如在my.ini中添加配置,如下所示

innodb_lock_wait_timeout = 50
innodb_flush_method=normal 
basedir="C:/Users/root/Workspace/root/idk/mysqld/"
datadir="C:/Users/root/Workspace/root/idk/mysqldata"
什么都不管用

假设我的目录如bellow

innodb_lock_wait_timeout = 50
innodb_flush_method=normal 
basedir="C:/Users/root/Workspace/root/idk/mysqld/"
datadir="C:/Users/root/Workspace/root/idk/mysqldata"
我一直在寻找这样的职位,并没有一个解决方案适合我。请帮忙。谢谢