MySQL Forums
Forum List  »  Install & Repo

mysql 8.0.11 mysql_secure_installation Segmentation fault
Posted by: Gemor Roj
Date: April 20, 2018 03:02AM

Hello.
I install Mysql 8.0 form yum repo.
I can't execute `mysql_secure_installation` command. When I run it, I get Segmentation fault.

My system:

CentOS Linux release 7.4.1708 (Core) 
Linux localhost.localdomain 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


# mysql_secure_installation --help
mysql_secure_installation  Ver 8.0.11 for Linux on x86_64 (MySQL Community Server - GPL)


mysql> status;
--------------
mysql  Ver 8.0.11 for Linux on x86_64 (MySQL Community Server - GPL)

Connection id:          20
Current database:
Current user:           root@
SSL:                    Not in use
Current pager:          stdout
Using outfile:          ''
Using delimiter:        ;
Server version:         8.0.11 MySQL Community Server - GPL
Protocol version:       10
Connection:             Localhost via UNIX socket
Server characterset:    utf8mb4
Db     characterset:    utf8mb4
Client characterset:    latin1
Conn.  characterset:    latin1
UNIX socket:            /var/lib/mysql/mysql.sock
Uptime:                 13 min 55 sec

Threads: 1  Questions: 24  Slow queries: 0  Opens: 154  Flush tables: 2  Open tables: 137  Queries per second avg: 0.028
--------------

Options: ReplyQuote


Subject
Written By
Posted
mysql 8.0.11 mysql_secure_installation Segmentation fault
April 20, 2018 03:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.