Don_Donald
@Don_Donald

Как в openserver добавить mysql другой версии?

2016-03-15T18:53:55.682712Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-03-15T18:53:55.682712Z 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-15T18:53:55.682712Z 0 [Warning] 'NO_AUTO_CREATE_USER' sql mode was not set.
2016-03-15T18:53:55.682712Z 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-15T18:53:55.683712Z 0 [Note] c:\openserver\modules\database\MySQL-5.7\bin\mysqld.exe (mysqld 5.7.10) starting as process 5328 ...
2016-03-15T18:53:55.692712Z 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2016-03-15T18:53:55.692712Z 0 [Note] InnoDB: Uses event mutexes
2016-03-15T18:53:55.692712Z 0 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier
2016-03-15T18:53:55.692712Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-03-15T18:53:55.693712Z 0 [Note] InnoDB: Number of pools: 1
2016-03-15T18:53:55.693712Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2016-03-15T18:53:55.729714Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2016-03-15T18:53:55.744715Z 0 [Note] InnoDB: Completed initialization of buffer pool
2016-03-15T18:53:56.019731Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2016-03-15T18:53:56.544761Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2016-03-15T18:53:56.544761Z 0 [Note] InnoDB: Setting file '.\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2016-03-15T18:53:56.886781Z 0 [Note] InnoDB: File '.\ibtmp1' size is now 12 MB.
2016-03-15T18:53:56.890781Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2016-03-15T18:53:56.890781Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2016-03-15T18:53:56.891781Z 0 [Note] InnoDB: Waiting for purge to start
2016-03-15T18:53:56.944784Z 0 [Note] InnoDB: 5.7.10 started; log sequence number 1209980
2016-03-15T18:53:56.945784Z 0 [Note] InnoDB: Loading buffer pool(s) from c:\openserver\modules\database\MySQL-5.7\data\ib_buffer_pool
2016-03-15T18:53:56.945784Z 0 [Note] InnoDB: not started
2016-03-15T18:53:56.945784Z 0 [Note] Plugin 'FEDERATED' is disabled.
2016-03-15T18:53:56.947784Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2016-03-15T18:53:56.948784Z 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-15T18:53:56.949784Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
2016-03-15T18:53:56.950784Z 0 [Note] IPv6 is available.
2016-03-15T18:53:56.950784Z 0 [Note] - '::' resolves to '::';
2016-03-15T18:53:56.950784Z 0 [Note] Server socket created on IP: '::'.
2016-03-15T18:53:56.952784Z 0 [Warning] Failed to open optimizer cost constant tables
  • Вопрос задан
  • 1788 просмотров
Пригласить эксперта
Ответы на вопрос 1
iNickolay
@iNickolay
А вы пробовали читать лог?
mysqld: Can't change dir to 'c:\server\modules\database\MySQL-5.7\data\' (Errcode: 2 - No such file or directory)

Создайте папку data
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы