root@docker-test:/etc/nginx/sites-enabled#
root@docker-test:/etc/nginx/sites-enabled# mysqladmin -u root password
mysqladmin: connect to server at ‘localhost’ failed
error: ‘Access denied for user ‘root’@’localhost’ (using password: NO)’
root@docker-test:/etc/nginx/sites-enabled# /etc/init.d/mysql stop
[ ok ] Stopping mysql (via systemctl): mysql.service.
root@docker-test:/etc/nginx/sites-enabled#
root@docker-test:/etc/nginx/sites-enabled# mysql mysql
Reading table information for completion of table and column names
You can turn off this feature to […]
Comments