jingjihui 发表于 2018-10-3 08:53:00

mysql-5.6安装

# tail -f renmaitong.err  
2015-05-12 16:52:32 24418 InnoDB: Waiting for purge to start
  
2015-05-12 16:52:32 24418 InnoDB: 5.6.23 started; log sequence number 1625987
  
2015-05-12 16:52:32 24418 No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 3a6ad7f2-f884-11e4-9cb9-f01fafda7a2d.
  
2015-05-12 16:52:32 24418 Server hostname (bind-address): '*'; port: 4003
  
2015-05-12 16:52:32 24418 IPv6 is not available.
  
2015-05-12 16:52:32 24418    - '0.0.0.0' resolves to '0.0.0.0';
  
2015-05-12 16:52:32 24418 Server socket created on IP: '0.0.0.0'.
  
2015-05-12 16:52:32 24418 Event Scheduler: Loaded 0 events
  
2015-05-12 16:52:32 24418 /usr/local/mysql/bin/mysqld: ready for connections.
  
Version: '5.6.23'socket: '/tmp/mysql4003.sock'port: 4003MySQL Community Server (GPL)
  
# tail -f renmaitong.err
  
2015-05-12 16:52:32 24419 InnoDB: Waiting for purge to start
  
2015-05-12 16:52:32 24419 InnoDB: 5.6.23 started; log sequence number 1625987
  
2015-05-12 16:52:32 24419 No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 3a5ef2c0-f884-11e4-9cb9-f01fafda7a2d.
  
2015-05-12 16:52:32 24419 Server hostname (bind-address): '*'; port: 4001
  
2015-05-12 16:52:32 24419 IPv6 is not available.
  
2015-05-12 16:52:32 24419    - '0.0.0.0' resolves to '0.0.0.0';
  
2015-05-12 16:52:32 24419 Server socket created on IP: '0.0.0.0'.
  
2015-05-12 16:52:32 24419 Event Scheduler: Loaded 0 events
  
2015-05-12 16:52:32 24419 /usr/local/mysql/bin/mysqld: ready for connections.
  
Version: '5.6.23'socket: '/tmp/mysql4001.sock'port: 4001MySQL Community Server (GPL)
  

  
说明服务器已经起来了


页: [1]
查看完整版本: mysql-5.6安装