白森 发表于 2018-10-9 10:07:03

MySQL5.7源码安装问题汇总

shell> cd /db/mysql/mysql_57  
shell> bin/mysql_install_db --basedir=. --datadir=data --user=mysql
  
mysql_install_db is deprecated. Please consider switching to mysqld --initialize
  

  
shell> bin/mysqld --initialize
  
2015-04-21T18:17:53.169216Z 0 TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  
2015-04-21T18:17:58.702510Z 0 InnoDB: New log files created, LSN=45790
  
2015-04-21T18:17:59.538811Z 0 InnoDB: Creating foreign key constraint system tables.
  
2015-04-21T18:17:59.646010Z 0 Failed to setup SSL
  
2015-04-21T18:17:59.646105Z 0 SSL error: SSL context is not usable without certificate and private key
  
2015-04-21T18:17:59.663795Z 1 A temporary password is generated for root@localhost: rq/Oh8VWs1Yh


页: [1]
查看完整版本: MySQL5.7源码安装问题汇总