antiblock
https://i.imgur.com/aJ17bf7.gif
  • Chatbox

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

Erro Pra Fazer Backup Navicat Serve Dedicado

Question

Olá não estou conseguindo fazer backup das tabelas no Navicat sem pre tento da esse erro:
2akmjc1.jpg
Alguem pode e sabe ajudar?

Share this post


Link to post
Share on other sites

7 answers to this question

  • 0

Vai à maquina e faz, mysql_upgrade -h #host -u #username -p #password

Substitui os # pelas informações da tua base de dados.

Share this post


Link to post
Share on other sites
antiblock
Cyphriun
  • 0

Vai à maquina e faz, mysql_upgrade -h #host -u #username -p #password

Substitui os # pelas informações da tua base de dados.

 
root@:~ # mysql_upgrade -h *** -u *** -p ***
Enter password:
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
FATAL ERROR: Upgrade failed
 
Acontece isso ae, no #host eu coloco oque? O user e password eu sei mais e o host
E essa senha que pede é qual? "Enter password"

Share this post


Link to post
Share on other sites
  • 0

 

root@:~ # mysql_upgrade -h *** -u *** -p ***
Enter password:
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
FATAL ERROR: Upgrade failed
 
Acontece isso ae, no #host eu coloco oque? O user e password eu sei mais e o host
E essa senha que pede é qual? "Enter password"

 

No #host metes o teu IP. Exemplo: mysql_upgrade -h 127.0.0.1 -u root -p 1234567

Depois no 'Enter Password:' metes a tua password da maquina.

Share this post


Link to post
Share on other sites
  • 0

No #host metes o teu IP. Exemplo: mysql_upgrade -h 127.0.0.1 -u root -p 1234567

Depois no 'Enter Password:' metes a tua password da maquina.

Deu esse mesmo erro que citei a cima de novo, e agora fui tentar realizar o backup de novo e ta dando isso

azhwcn.png

Share this post


Link to post
Share on other sites
  • 0

Na maquina faz, service mysql-server restart

Share this post


Link to post
Share on other sites
  • 0

Da o mesmo erro, quer Tv?

Share this post


Link to post
Share on other sites
  • 0

Tenta fazer o seguinte,

myisamchk -r /var/db/mysql/mysql/proc.myi

service mysql-server restart

 

OU

 

service mysql-server stop

myisamchk -r --update-state /var/db/mysql/mysql/proc.myi

service mysql-server start

service mysql-server restart

Edited by OWSAP (see edit history)

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