segunda-feira, 10 de julho de 2017

Script Grant Mysql

grant all privileges on *.* to root@localhost identified by '123' with grant option;
grant all privileges on *.* to root@'%' identified by '123' with grant option;


SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('123');

SET PASSWORD FOR 'root'@'%' = OLD_PASSWORD('123');

Nenhum comentário:

Postar um comentário

Erro LA30 Delphi 7

Solução: Apague todos os arquivos *.dcu , *.~* e .res do seu projeto Pode compilar que vai dar tudo certo. (tags:'dcc70.dl . inte...