0

In reference to the Stack Overflow post found at the line below, The icons referred to in the post are grayed out in my case.

Create a new database with MySQL Workbench

My system

  • CentOS 7
  • MariaDB (all documentation I have read on MySQL workbench states that it will work with MariaDB)
  • MySQL workbench 6.3.7 build 1199 CE (64 bits) community

MySQL workbench version snapshot

My Icons are grayed out.

Grayed out Icons in MySQL workbench

Community
  • 1
  • 1

2 Answers2

0

I solved my own problem. Here to share the answer should somebody else make this mistake.

Go here and read this.

https://www.certdepot.net/rhel7-install-mariadbmysql/

The problem

I had installed mariadb, but did not run the command "mysql_secure_installation" from the CentOS 7 command line (terminal).

Therefore the service was not starting. Also I had failed to examine the totality of the MySQL workbench screen and notice that there was no connection to the server.

MySQL Workbench No Connection

0

When your server is up and running, and MySQL workbench has connected to it your screen should look like this.

By the way, I am understanding that in this utility a "schema" and a "database" are the same thing. But I am still new at this, so a more experienced user should comment on this post to verify if that is true or not for the benefit of other new SQL users.

MySQL Workbench properly connected - and ready to create new schemas