Taze bir Ubuntu Installationunda Mysql in root sifresi bos oldugundan bunu Serveri Internete baglamadan degistirmek lazim.
Asagidaki kod root sifresini degistirir:
mysql --user=root
update mysql.user set Password=PASSWORD('YENISIFRENIZIGIRIN') where User='root';
flush privileges;
quit;
hepsi bukadar. YENISIFRENIZIGIRIN yazan yere kendi sifrenizi yazmayi unutmayin lütfen.