antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
Mastema

Como Descubrir

Question

Como descubrir a senha da maquina virtual e do navicat, de umas filles .tar.gz

 

 

:+1:  a quem me ajudar :)

Share this post


Link to post
Share on other sites

21 answers to this question

  • 0

Quando vi o título do tópico pensei que estivesses a falar de um dícionário.

 

Quanto à tua dúvida, penso que seja impossível.

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0

Passwords de umas files tar.gz? LOL? Que tem uma coisa a ver com a outra? A menos que estejas a falar da senha para descompactar .....

Share this post


Link to post
Share on other sites
  • 0

MySQL:

 

/usr/local/etc/rc.d/mysql-server stop

mysqld_safe --skip-grant-tables &

mysql -u root

use mysql

update user set password=PASSWORD('novapassword') where user='root';

flush privileges;

quit;

/usr/local/etc/rc.d/mysql-server restart

 

FreeBSD:

Boot FreeBSD em single user mode

 

Quando aparecer: When prompted Enter full pathname of shell or RETURN for /bin/sh:   Carregar em [ENTER]

fsck -y

mount -u /

mount -a

passwd

quit
 

Share this post


Link to post
Share on other sites
  • 0

Em tar.gz não tens pw no virtual Box.

Share this post


Link to post
Share on other sites
  • 0

Eu sei xd eu é que me enganei só queria dizer do navicat, se ah alguma forma, de descubrir ou de alterar.

Share this post


Link to post
Share on other sites
  • 0

Cenoura fiz exatamente como escreves-te e não consegui alterar a password do mysql dame sempre erro nesta parte "update user set password=PASSWORD('novapassword') where user='root';"

 

Se me conseguisses ajudar pff :+1:

 

 

Mas alterar a password da maquina virtual funcionou ;)

Share this post


Link to post
Share on other sites
  • 0

Cenoura fiz exatamente como escreves-te e não consegui alterar a password do mysql dame sempre erro nesta parte "update user set password=PASSWORD('novapassword') where user='root';"

 

Se me conseguisses ajudar pff :+1:

 

 

Mas alterar a password da maquina virtual funcionou ;)

 

Print do Erro por favor. 

Share this post


Link to post
Share on other sites
  • 0

Não  é erro, tipo fica assim o que faço agora?

 

bBN0lWg.png

Share this post


Link to post
Share on other sites
  • 0

Alpha continua igual

Share this post


Link to post
Share on other sites
  • 0

No lugar de de quit mete quit;

 

Se não conseguires diz que já estou aqui

Share this post


Link to post
Share on other sites
  • 0

Não funcionou xd.

Já me estou a passar xd ;)

Share this post


Link to post
Share on other sites
  • 0

Ctrl+C

Share this post


Link to post
Share on other sites
  • 0

Mas assim abortei xd, e não troca a password do mysql

Share this post


Link to post
Share on other sites
  • 0


> /usr/local/etc/rc.d/mysql-server stop

> mysqld_safe --skip-grant-tables &

> {ENTER}

> mysql -u root

> use mysql

> update user set password=PASSWORD('password') where user='root';

> flush privileges;

> quit

> service mysql-server restart

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this