Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@test:~# apt-get install percona-server-server-5.7
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following NEW packages will be installed:
- percona-server-server-5.7
- 0 upgraded, 1 newly installed, 0 to remove and 46 not upgraded.
- Need to get 0 B/17.0 MB of archives.
- After this operation, 131 MB of additional disk space will be used.
- Preconfiguring packages ...
- Selecting previously unselected package percona-server-server-5.7.
- (Reading database ... 36789 files and directories currently installed.)
- Preparing to unpack .../percona-server-server-5.7_5.7.11-4-1.jessie_amd64.deb ...
- Unpacking percona-server-server-5.7 (5.7.11-4-1.jessie) ...
- Processing triggers for man-db (2.7.0.2-5) ...
- Processing triggers for systemd (215-17+deb8u3) ...
- Setting up percona-server-server-5.7 (5.7.11-4-1.jessie) ...
- 2016-04-16T17:01:46.569722Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
- 2016-04-16T17:01:46.581644Z 0 [ERROR] InnoDB: Linux Native AIO not supported. You can either move tmpdir to a file system that supports native AIO or you can set innodb_use_native_aio to FALSE to avoid this message.
- 2016-04-16T17:01:46.581693Z 0 [ERROR] InnoDB: Linux Native AIO check on tmpdirreturned error[22]
- 2016-04-16T17:01:46.581701Z 0 [Warning] InnoDB: Linux Native AIO disabled.
- 2016-04-16T17:01:47.052409Z 0 [Warning] InnoDB: New log files created, LSN=45790
- 2016-04-16T17:01:47.129624Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
- 2016-04-16T17:01:47.193184Z 0 [Warning] 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: e77bc8f5-03f4-11e6-b33e-ebe5b7e556fc.
- 2016-04-16T17:01:47.214595Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
- 2016-04-16T17:01:47.729450Z 0 [Warning] CA certificate ca.pem is self signed.
- 2016-04-16T17:01:47.799942Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
- * Percona Server is distributed with several useful UDF (User Defined Function) from Percona Toolkit.
- * Run the following commands to create these functions:
- mysql -e "CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'"
- mysql -e "CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'"
- mysql -e "CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'"
- * See http://www.percona.com/doc/percona-server/5.7/management/udf_percona_toolkit.html for more details
- Job for mysql.service failed. See 'systemctl status mysql.service' and 'journalctl -xn' for details.
- invoke-rc.d: initscript mysql, action "start" failed.
- dpkg: error processing package percona-server-server-5.7 (--configure):
- subprocess installed post-installation script returned error exit status 1
- Processing triggers for systemd (215-17+deb8u3) ...
- Errors were encountered while processing:
- percona-server-server-5.7
- E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment