Recuperare Parola MySqL
Pagina 1 din 1
Recuperare Parola MySqL
Ati pierdut vreodata parola de la DB!Urmeaza acest ghid creat de mine si o vezi reseta!
1) Autentificare server SSH
Opriti MYSQL cu comanda :
Spoiler:
/etc/init.d/mysql stop
3) Dacă totul merge bine, vom vedea acest şir:
Spoiler:
Stopping MySQL database server: mysqld.
4) Porniţi MySQL server
Spoiler:
# mysqld_safe --skip-grant-tables &
5) ca Pasul 3: Daca toate acestea vor ieÅŸi pe OK:
Spoiler:
[1] 5988
Starting mysqld daemon with databases from /var/lib/mysql
mysqld_safe[6025]: started
6) Conectaţi-vă la client MySQL server
Spoiler:
mysql -u root
7) Dacă totul merge bine, vom ieşi:
Spoiler:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.1.15-Debian_1-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
Stabiliţi o rădăcină nouă, cu o trecere noi:
Spoiler:
mysql> use mysql;
mysql> update user set password=PASSWORD("DIGITA NUOVA PASS") where User='root';
mysql> flush privileges;
mysql> quit
9) Opriti MySQL server:
Spoiler:
/etc/init.d/mysql stop
10) Dacă a ieşit bine:
Spoiler:
Stopping MySQL database server: mysqld
STOPPING server from pid file /var/run/mysqld/mysqld.pid
mysqld_safe[6186]: ended
[1]+ Done mysqld_safe --skip-grant-tables
11) Start MySQL server şi testaţi-l:
Spoiler:
# /etc/init.d/mysql start
# mysql -u root -p
12) Reporniţi serverul:
Spoiler:
reboot now
Acest tutorial este foarte usor, nu lam mai vazut postat de asta il postez acuma!
1) Autentificare server SSH
Opriti MYSQL cu comanda :
Spoiler:
/etc/init.d/mysql stop
3) Dacă totul merge bine, vom vedea acest şir:
Spoiler:
Stopping MySQL database server: mysqld.
4) Porniţi MySQL server
Spoiler:
# mysqld_safe --skip-grant-tables &
5) ca Pasul 3: Daca toate acestea vor ieÅŸi pe OK:
Spoiler:
[1] 5988
Starting mysqld daemon with databases from /var/lib/mysql
mysqld_safe[6025]: started
6) Conectaţi-vă la client MySQL server
Spoiler:
mysql -u root
7) Dacă totul merge bine, vom ieşi:
Spoiler:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.1.15-Debian_1-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
Stabiliţi o rădăcină nouă, cu o trecere noi:
Spoiler:
mysql> use mysql;
mysql> update user set password=PASSWORD("DIGITA NUOVA PASS") where User='root';
mysql> flush privileges;
mysql> quit
9) Opriti MySQL server:
Spoiler:
/etc/init.d/mysql stop
10) Dacă a ieşit bine:
Spoiler:
Stopping MySQL database server: mysqld
STOPPING server from pid file /var/run/mysqld/mysqld.pid
mysqld_safe[6186]: ended
[1]+ Done mysqld_safe --skip-grant-tables
11) Start MySQL server şi testaţi-l:
Spoiler:
# /etc/init.d/mysql start
# mysql -u root -p
12) Reporniţi serverul:
Spoiler:
reboot now
Acest tutorial este foarte usor, nu lam mai vazut postat de asta il postez acuma!
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum