عرض مشاركة واحدة
قديم 27-09-2019, 08:36 PM   رقم المشاركة : 1
ملك الفضائيات
مشرف منتديات فنان سات
 
الصورة الرمزية ملك الفضائيات





ملك الفضائيات متواجد حالياً

ملك الفضائيات has a reputation beyond reputeملك الفضائيات has a reputation beyond reputeملك الفضائيات has a reputation beyond reputeملك الفضائيات has a reputation beyond reputeملك الفضائيات has a reputation beyond reputeملك الفضائيات has a reputation beyond reputeملك الفضائيات has a reputation beyond reputeملك الفضائيات has a reputation beyond reputeملك الفضائيات has a reputation beyond reputeملك الفضائيات has a reputation beyond reputeملك الفضائيات has a reputation beyond repute

Yطريقة إستعادة الروت Root MySQL Password
Bookmark and Share

للإرتقاء بمنتديات فنان سات ساهم معنا فى نشر الموضوع على الفيس بوك من هنا



Stop the mysql service

(Ubuntu and Debian) Run the following command:
Bash:
sudo /etc/init.d/mysql stop

(CentOS, Fedora, and Red Hat Enterprise Linux) Run the following command:
Bash:
sudo /etc/init.d/mysqld stop


Start mysql without a password

Run the following command. The ampersand (&) at the end of the command is required.
Bash:
sudo mysqld_safe --skip-grant-tables &


Connect to MySQL

Run the following command:
Bash:
mysql -uroot


Set a new mysql root password

Run the following command:

Bash:
use mysql; update user set authentication_string=PASSWORD("mynewpassword") where User='root'; flush privileges; quit

Note: Change mynewpassword with your own password

Stop and start the mysql service
(Ubuntu and Debian) Run the following commands:
Bash:
sudo /etc/init.d/mysql stop ... sudo /etc/init.d/mysql start

(CentOS, Fedora, and Red Hat Enterprise Linux) Run the following commands:
Bash:
sudo /etc/init.d/mysqld stop ... sudo /etc/init.d/mysqld start


Log in to the database

Test the new password by logging in to the database.
Bash:
mysql -u root -p

Enter your new password when prompted.




البحث

فنان سات , جامعة الفضائيات العربية , اكبر منتدى فضائي , اقوى سيرفر شيرنج ,كروت ستالايت , خدمات مجانية , قنوات فضائية , ترددات حديثة ,سيرفرات مجانيه.





'vdrm Ysjuh]m hgv,j Root MySQL Password mysql password root Ysjuh]m







    شكراً رد مع اقتباس
أعضاء قالوا شكراً لـ ملك الفضائيات على المشاركة المفيدة: