Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alastori/896d30d895cd3e713318 to your computer and use it in GitHub Desktop.
Save alastori/896d30d895cd3e713318 to your computer and use it in GitHub Desktop.
MySQL 5.6.21 Server Install on Oracle Linux 7 - sucessful output 4/4
[root@ol7-mysql56 packages]# yum -y localinstall MySQL-server-advanced*
Examinando MySQL-server-advanced-5.6.21-1.el7.x86_64.rpm: MySQL-server-advanced-5.6.21-1.el7.x86_64
Marcando MySQL-server-advanced-5.6.21-1.el7.x86_64.rpm para ser instalado
Resolvendo dependências
--> Executando verificação da transação
---> O pacote MySQL-server-advanced.x86_64 0:5.6.21-1.el7 será instalado
--> Processando dependência: libaio.so.1(LIBAIO_0.1)(64bit) para o pacote: MySQL-server-advanced-5.6.21-1.el7.x86_64
--> Processando dependência: libaio.so.1(LIBAIO_0.4)(64bit) para o pacote: MySQL-server-advanced-5.6.21-1.el7.x86_64
--> Processando dependência: libaio.so.1()(64bit) para o pacote: MySQL-server-advanced-5.6.21-1.el7.x86_64
--> Executando verificação da transação
---> O pacote libaio.x86_64 0:0.3.109-12.el7 será instalado
--> Resolução de dependências finalizada
Dependências resolvidas
================================================================================
Package Arq. Versão Repo Tam.
================================================================================
Instalando:
MySQL-server-advanced
x86_64 5.6.21-1.el7 /MySQL-server-advanced-5.6.21-1.el7.x86_64 263 M
Instalando para as dependências:
libaio x86_64 0.3.109-12.el7 ol7_latest 23 k
Resumo da transação
================================================================================
Instalar 1 Package (+1 Dependent package)
Tamanho total: 263 M
Tamanho total do download: 23 k
Tamanho depois de instalado: 263 M
Downloading packages:
libaio-0.3.109-12.el7.x86_64.rpm | 23 kB 00:05
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Instalando : libaio-0.3.109-12.el7.x86_64 1/2
Instalando : MySQL-server-advanced-5.6.21-1.el7.x86_64 2/2
warning: user mysql does not exist - using root
warning: group mysql does not exist - using root
2014-11-29 02:42:48 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2014-11-29 02:42:48 2308 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-11-29 02:42:48 2308 [Note] InnoDB: The InnoDB memory heap is disabled
2014-11-29 02:42:48 2308 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2014-11-29 02:42:48 2308 [Note] InnoDB: Memory barrier is not used
2014-11-29 02:42:48 2308 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-11-29 02:42:48 2308 [Note] InnoDB: Using Linux native AIO
2014-11-29 02:42:48 2308 [Note] InnoDB: Not using CPU crc32 instructions
2014-11-29 02:42:48 2308 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2014-11-29 02:42:48 2308 [Note] InnoDB: Completed initialization of buffer pool
2014-11-29 02:42:48 2308 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
2014-11-29 02:42:48 2308 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
2014-11-29 02:42:48 2308 [Note] InnoDB: Database physically writes the file full: wait...
2014-11-29 02:42:51 2308 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
2014-11-29 02:42:51 2308 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
2014-11-29 02:42:51 2308 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
2014-11-29 02:42:51 2308 [Warning] InnoDB: New log files created, LSN=45781
2014-11-29 02:42:51 2308 [Note] InnoDB: Doublewrite buffer not found: creating new
2014-11-29 02:42:51 2308 [Note] InnoDB: Doublewrite buffer created
2014-11-29 02:42:51 2308 [Note] InnoDB: 128 rollback segment(s) are active.
2014-11-29 02:42:51 2308 [Warning] InnoDB: Creating foreign key constraint system tables.
2014-11-29 02:42:51 2308 [Note] InnoDB: Foreign key constraint system tables created
2014-11-29 02:42:51 2308 [Note] InnoDB: Creating tablespace and datafile system tables.
2014-11-29 02:42:51 2308 [Note] InnoDB: Tablespace and datafile system tables created.
2014-11-29 02:42:51 2308 [Note] InnoDB: Waiting for purge to start
2014-11-29 02:42:51 2308 [Note] InnoDB: 5.6.21 started; log sequence number 0
2014-11-29 02:42:51 2308 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
2014-11-29 02:42:51 2308 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
2014-11-29 02:42:52 2308 [Note] Binlog end
2014-11-29 02:42:52 2308 [Note] InnoDB: FTS optimize thread exiting.
2014-11-29 02:42:52 2308 [Note] InnoDB: Starting shutdown...
2014-11-29 02:42:53 2308 [Note] InnoDB: Shutdown completed; log sequence number 1625977
A random root password has been set. You will find it in '/root/.mysql_secret'.
2014-11-29 02:42:53 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2014-11-29 02:42:53 2330 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-11-29 02:42:53 2330 [Note] InnoDB: The InnoDB memory heap is disabled
2014-11-29 02:42:53 2330 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2014-11-29 02:42:53 2330 [Note] InnoDB: Memory barrier is not used
2014-11-29 02:42:53 2330 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-11-29 02:42:53 2330 [Note] InnoDB: Using Linux native AIO
2014-11-29 02:42:53 2330 [Note] InnoDB: Not using CPU crc32 instructions
2014-11-29 02:42:53 2330 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2014-11-29 02:42:53 2330 [Note] InnoDB: Completed initialization of buffer pool
2014-11-29 02:42:53 2330 [Note] InnoDB: Highest supported file format is Barracuda.
2014-11-29 02:42:54 2330 [Note] InnoDB: 128 rollback segment(s) are active.
2014-11-29 02:42:54 2330 [Note] InnoDB: Waiting for purge to start
2014-11-29 02:42:54 2330 [Note] InnoDB: 5.6.21 started; log sequence number 1625977
2014-11-29 02:42:54 2330 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
2014-11-29 02:42:54 2330 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
2014-11-29 02:42:55 2330 [Note] Binlog end
2014-11-29 02:42:55 2330 [Note] InnoDB: FTS optimize thread exiting.
2014-11-29 02:42:55 2330 [Note] InnoDB: Starting shutdown...
2014-11-29 02:42:56 2330 [Note] InnoDB: Shutdown completed; log sequence number 1625987
A RANDOM PASSWORD HAS BEEN SET FOR THE MySQL root USER !
You will find that password in '/root/.mysql_secret'.
You must change that password on your first connect,
no other statement but 'SET PASSWORD' will be accepted.
See the manual for the semantics of the 'password expired' flag.
Also, the account for the anonymous user has been removed.
In addition, you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test database.
This is strongly recommended for production servers.
See the manual for more instructions.
Please report any problems at http://bugs.mysql.com/
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at http://shop.mysql.com
New default config file was created as /usr/my.cnf and
will be used by default by the server when you start it.
You may edit this file to change server settings
Verifying : MySQL-server-advanced-5.6.21-1.el7.x86_64 1/2
Verifying : libaio-0.3.109-12.el7.x86_64 2/2
Instalados:
MySQL-server-advanced.x86_64 0:5.6.21-1.el7
Dependência(s) instalada(s):
libaio.x86_64 0:0.3.109-12.el7
Concluído!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment