[miguel@luz Downloads]$ sudo cat /etc/redhat-release Fedora release 28 (Twenty Eight) [miguel@luz Downloads]$ [miguel@luz Downloads]$ sudo dnf localinstall mysql80-community-release-fc28-1.noarch.rpm [sudo] password for miguel: Last metadata expiration check: 0:54:32 ago on Tue 18 Sep 2018 11:58:39 AM -03. Dependencies resolved. ===================================================================================================================================================================== Package Arch Version Repository Size ===================================================================================================================================================================== Installing: mysql80-community-release noarch fc28-1 @commandline 30 k Transaction Summary ===================================================================================================================================================================== Install 1 Package Total size: 30 k Installed size: 29 k Is this ok [y/N]: y Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : mysql80-community-release-fc28-1.noarch 1/1 Verifying : mysql80-community-release-fc28-1.noarch 1/1 Installed: mysql80-community-release.noarch fc28-1 Complete! [miguel@luz Downloads]$ [miguel@luz Downloads]$ sudo dnf install mysql-community-server MySQL 8.0 Community Server 2.8 MB/s | 215 kB 00:00 MySQL Connectors Community 393 kB/s | 15 kB 00:00 MySQL Tools Community 702 kB/s | 28 kB 00:00 Last metadata expiration check: 0:00:00 ago on Tue 18 Sep 2018 12:56:31 PM -03. Dependencies resolved. ===================================================================================================================================================================== Package Arch Version Repository Size ===================================================================================================================================================================== Installing: mysql-community-server x86_64 8.0.12-1.fc28 mysql80-community 329 M Installing dependencies: mecab x86_64 0.996-2.fc28 fedora 396 k mysql-community-client x86_64 8.0.12-1.fc28 mysql80-community 27 M mysql-community-common x86_64 8.0.12-1.fc28 mysql80-community 546 k mysql-community-libs x86_64 8.0.12-1.fc28 mysql80-community 2.3 M Transaction Summary ===================================================================================================================================================================== Install 5 Packages Total download size: 359 M Installed size: 1.6 G Is this ok [y/N]: y Downloading Packages: (1/5): mecab-0.996-2.fc28.x86_64.rpm 1.7 MB/s | 396 kB 00:00 (2/5): mysql-community-common-8.0.12-1.fc28.x86_64.rpm 268 kB/s | 546 kB 00:02 (3/5): mysql-community-libs-8.0.12-1.fc28.x86_64.rpm 884 kB/s | 2.3 MB 00:02 (4/5): mysql-community-client-8.0.12-1.fc28.x86_64.rpm 1.1 MB/s | 27 MB 00:24 (5/5): mysql-community-server-8.0.12-1.fc28.x86_64.rpm 1.2 MB/s | 329 MB 04:38 --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 1.3 MB/s | 359 MB 04:39 warning: /var/cache/dnf/mysql80-community-4fbb8be86665a18d/packages/mysql-community-server-8.0.12-1.fc28.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY Importing GPG key 0x5072E1F5: Userid : "MySQL Release Engineering " Fingerprint: A4A9 4068 76FC BD3C 4567 70C8 8C71 8D3B 5072 E1F5 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql Is this ok [y/N]: y Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : mysql-community-common-8.0.12-1.fc28.x86_64 1/5 Installing : mysql-community-libs-8.0.12-1.fc28.x86_64 2/5 Running scriptlet: mysql-community-libs-8.0.12-1.fc28.x86_64 2/5 Installing : mysql-community-client-8.0.12-1.fc28.x86_64 3/5 Installing : mecab-0.996-2.fc28.x86_64 4/5 Running scriptlet: mecab-0.996-2.fc28.x86_64 4/5 Running scriptlet: mysql-community-server-8.0.12-1.fc28.x86_64 5/5 Installing : mysql-community-server-8.0.12-1.fc28.x86_64 5/5 Running scriptlet: mysql-community-server-8.0.12-1.fc28.x86_64 5/5 Verifying : mysql-community-server-8.0.12-1.fc28.x86_64 1/5 Verifying : mecab-0.996-2.fc28.x86_64 2/5 Verifying : mysql-community-common-8.0.12-1.fc28.x86_64 3/5 Verifying : mysql-community-client-8.0.12-1.fc28.x86_64 4/5 Verifying : mysql-community-libs-8.0.12-1.fc28.x86_64 5/5 Installed: mysql-community-server.x86_64 8.0.12-1.fc28 mecab.x86_64 0.996-2.fc28 mysql-community-client.x86_64 8.0.12-1.fc28 mysql-community-common.x86_64 8.0.12-1.fc28 mysql-community-libs.x86_64 8.0.12-1.fc28 Complete! [miguel@luz Downloads]$ [miguel@luz Downloads]$ sudo service mysqld start [sudo] password for miguel: Redirecting to /bin/systemctl start mysqld.service [miguel@luz Downloads]$ sudo service mysqld status Redirecting to /bin/systemctl status mysqld.service ? mysqld.service - MySQL Server Loaded: loaded (/usr/lib/systemd/system/mysqld.service; enabled; vendor preset: disabled) Active: active (running) since Tue 2018-09-18 13:07:41 -03; 32s ago Docs: man:mysqld(8) http://dev.mysql.com/doc/refman/en/using-systemd.html Process: 3632 ExecStartPre=/usr/bin/mysqld_pre_systemd (code=exited, status=0/SUCCESS) Main PID: 3704 (mysqld) Status: "SERVER_OPERATING" Tasks: 37 (limit: 4915) Memory: 524.1M CGroup: /system.slice/mysqld.service +-3704 /usr/sbin/mysqld Sep 18 13:06:25 luz systemd[1]: Starting MySQL Server... Sep 18 13:07:41 luz systemd[1]: Started MySQL Server. [miguel@luz Downloads]$ sudo grep 'temporary password' /var/log/mysqld.log 2018-09-18T16:07:02.772206Z 5 [Note] [MY-010454] [Server] A temporary password is generated for root@localhost: e4cXPiTJUY.G [miguel@luz Downloads]$ mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 8 Server version: 8.0.12 Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql>