This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

MySQL User não funciona após atualizar MySQL - Veja como resolver :)
#1
MySQL User não funciona após atualizar MySQL - Veja como resolver :)
Senhores,

Tive a ideia de atualizar meu PHP e MySQL e logo depois tive a surpresa que o módulo MySQL Users parou de funcionar.
Para resolver é bem simples.

Entre em seu servidor via SSH como root ou use SUDO, e aplique os seguintes comandos:

Code:
mysql_upgrade -u root -p

Após isso lhe pedirá a senhora de root MySQL, digite e aperta Enter.

Depois reinicie o servidor MySQL com os comandos abaixo:

Para CentOS:
Code:
service mysqld restart

Ubuntu:
Code:
restart mysql

Se usa outa distribuição, pesquise como fazer nela.
Pronto, é só isso!   Big Grin
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
MySQL Database user prefix MosleyCale 1 4 ,938 10-17-2020, 09:11 PM
Last Post: Ron-e
Senator crash problem with mysql provokas 3 9 ,681 08-20-2020, 04:11 AM
Last Post: Your Creator
MySQL remote access... pixelbat 11 38 ,111 05-02-2020, 07:40 PM
Last Post: upendra.sahu1990@gmail.com

Forum Jump:


Users browsing this thread: 1 Guest(s)