Страница 1 из 1

MySQL 5.7

Добавлено: 14 мар 2016, 21:47
smokephp
Можно ли в openserver поставить MySQL 5.7? Я скачал, папку вставил в database, запустил, сначала он в логе показал что нет my.ini (в скаченной версии это фаил назывался my-default)
переименовал его в my.ini, и сейчас выдает вот это.
2016-03-14T18:45:29.136823Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-03-14T18:45:29.136823Z 0 [Warning] '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.
2016-03-14T18:45:29.136823Z 0 [Warning] 'NO_AUTO_CREATE_USER' sql mode was not set.
2016-03-14T18:45:29.136823Z 0 [Warning] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2016-03-14T18:45:29.136823Z 0 [Note] c:\openserver\modules\database\MySQL-5.7\bin\mysqld.exe (mysqld 5.7.10) starting as process 2444 ...
2016-03-14T18:45:29.145824Z 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2016-03-14T18:45:29.145824Z 0 [Note] InnoDB: Uses event mutexes
2016-03-14T18:45:29.145824Z 0 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2016-03-14T18:45:29.145824Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-03-14T18:45:29.146824Z 0 [Note] InnoDB: Number of pools: 1
2016-03-14T18:45:29.146824Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2016-03-14T18:45:29.183826Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2016-03-14T18:45:29.197827Z 0 [Note] InnoDB: Completed initialization of buffer pool
2016-03-14T18:45:29.270831Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2016-03-14T18:45:29.442841Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2016-03-14T18:45:29.443841Z 0 [Note] InnoDB: Setting file '.\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2016-03-14T18:45:30.031874Z 0 [Note] InnoDB: File '.\ibtmp1' size is now 12 MB.
2016-03-14T18:45:30.035875Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2016-03-14T18:45:30.035875Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2016-03-14T18:45:30.036875Z 0 [Note] InnoDB: Waiting for purge to start
2016-03-14T18:45:30.094878Z 0 [Note] InnoDB: 5.7.10 started; log sequence number 1209961
2016-03-14T18:45:30.095878Z 0 [Note] InnoDB: Loading buffer pool(s) from c:\openserver\modules\database\MySQL-5.7\data\ib_buffer_pool
2016-03-14T18:45:30.095878Z 0 [Note] InnoDB: not started
2016-03-14T18:45:30.095878Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysqld: Table 'mysql.plugin' doesn't exist
2016-03-14T18:45:30.096878Z 0 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
2016-03-14T18:45:30.096878Z 0 [Note] InnoDB: Buffer pool(s) load completed at 160314 23:45:30
2016-03-14T18:45:30.096878Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2016-03-14T18:45:30.097878Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2016-03-14T18:45:30.098878Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
2016-03-14T18:45:30.098878Z 0 [Note] IPv6 is available.
2016-03-14T18:45:30.099878Z 0 [Note]   - '::' resolves to '::';
2016-03-14T18:45:30.099878Z 0 [Note] Server socket created on IP: '::'.
2016-03-14T18:45:30.101878Z 0 [Warning] Failed to open optimizer cost constant tables

2016-03-14T18:45:30.102878Z 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist
2016-03-14T18:45:30.102878Z 0 [ERROR] Aborting

2016-03-14T18:45:30.102878Z 0 [Note] Binlog end
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'ngram'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'partition'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'ARCHIVE'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'MyISAM'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2016-03-14T18:45:30.102878Z 0 [Note] Shutting down plugin 'InnoDB'
2016-03-14T18:45:30.102878Z 0 [Note] InnoDB: FTS optimize thread exiting.
2016-03-14T18:45:30.102878Z 0 [Note] InnoDB: Starting shutdown...
2016-03-14T18:45:30.202884Z 0 [Note] InnoDB: Dumping buffer pool(s) to c:\openserver\modules\database\MySQL-5.7\data\ib_buffer_pool
2016-03-14T18:45:30.205884Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 160314 23:45:30
2016-03-14T18:45:31.508959Z 0 [Note] InnoDB: Shutdown completed; log sequence number 1209980
2016-03-14T18:45:31.508959Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2016-03-14T18:45:31.508959Z 0 [Note] Shutting down plugin 'MEMORY'
2016-03-14T18:45:31.508959Z 0 [Note] Shutting down plugin 'CSV'
2016-03-14T18:45:31.508959Z 0 [Note] Shutting down plugin 'sha256_password'
2016-03-14T18:45:31.508959Z 0 [Note] Shutting down plugin 'mysql_native_password'
2016-03-14T18:45:31.509959Z 0 [Note] Shutting down plugin 'binlog'
2016-03-14T18:45:31.509959Z 0 [Note] c:\openserver\modules\database\MySQL-5.7\bin\mysqld.exe: Shutdown complete
Подскажите в чем ошибка или нельзя ставить?

Re: MySQL 5.7

Добавлено: 18 мар 2016, 13:39
Gigabiter