MySQL Forums
Forum List  »  PHP

THE ULTIMATE SOLUTION !!!! BE HAPPY !!!!
Posted by: Afranio Junior
Date: February 14, 2007 11:43PM

After tested all the suggestions above, hours were lost without success, and finnaly I found the DEFINITIVE SOLUTION at "linuxhelp.net" (really google.com):

Go to the llnk, below, cut and paste everything:

http://www.linuxhelp.net/guides/mysql/

e.g.: use the text mode (TERMINAL utilitie) instead of GUI (graphical mode)

Just a bit of the work:

mysqladmin -u root password 'passwordyouwant' (replace 'passwordyouwant' with the password you want...oohooho)

mysql -u root -p

etc ... (go there man (or woman) and follow the instructions).

Be patient to copy all the lines, like:

mysql> insert into
-> host(host,db,Select_priv, Insert_priv, Update_priv,
-> Delete_priv, Create_priv, Drop_priv)
-> values('localhost','%','Y','Y','Y','Y','Y','Y');
copy and paste one of them to the TERMINAL screen

Please, if you be successful,like me, send me an email at afpedra@uol.com.br

Thank you GOD !!! (and to my son Caio either)

Options: ReplyQuote


Subject
Written By
Posted
October 17, 2006 11:45PM
October 18, 2006 09:46AM
November 14, 2006 01:38PM
THE ULTIMATE SOLUTION !!!! BE HAPPY !!!!
February 14, 2007 11:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.