/ Published in: MySQL
Expand |
Embed | Plain Text
sudo -i" and then "passwd root" to alter the root password /usr/bin/mysqladmin -u root password 'new-password' /usr/bin/mysqladmin -u root -h 127.0.0.1 password 'new-password' Alternatively you can run: /usr/bin/mysql_secure_installation To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system /usr/libexec/openssh/sftp-server
You need to login to post a comment.
