Environment:
mysql-server-core-5.7
myssql-client-5.7
mysql-workbench 6.3.6+dfsg-0ubuntu1
- Ubuntu 16.04.1
- Linux
4.4.0-64-generic #85-Ubuntu SMP
I discovered /etc/mysql/mysql-fabric-doctrine-1.4.0.zip
and /etc/mysql/fabric.cfg
, and no other files containing mysql
in the filename, nothing in the rc*.d
in /etc
.
Three times apt-get remove
and apt-get install
gave the same result.
Is it:
- a bug in install procedure?
- a problem between 32bit application and 64bit system?
- another problem?
sudo mysql_secure_installation
: command not found ... not include in the package – cl-r Mar 04 '17 at 22:13sudo apt installmysql-client
should come before runningmysql_secure_installation
(it wasn't mentioned in the provided link and I missed it) – Yaron Mar 05 '17 at 08:54