Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
9 adımda mysql root şifresi sıfırlama – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

9 adımda mysql root şifresi sıfırlama

1. systemctl stop mysql
2. mysqld_safe --skip-grant-tables &
3. mysql -uroot 
4. use mysql;
5. UPDATE mysql.user SET Password=PASSWORD('yeni_sifre') WHERE User='root';
6. FLUSH PRIVILEGES;
7. exit;
8. mysqladmin -u root -p shutdown
9. systemctl start mysql

Bitti.


Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58