Mysql 5.7.17:
- mysql -u root mysql -p
- flush privileges;
- ALTER USER ‚root’@’localhost‘ IDENTIFIED BY ‚NEW-ROOT-PASSWORD‘;
- ‚flush privileges;
Links
We code hard
Mysql 5.7.17:
Links
Es kann vorkommen, dass das Networking der VM nach dem Kopieren nicht funktioniert. Das Problem war, weil der Adapternahme von eth0 auf eth1
gewechselt hatte:
http://blog.inventic.eu/2013/03/ubuntu-eth0-error-while-getting-interface-flags-no-such-device/