BVS Blog [dot] BE

De technische blog van de persoon gekend als BVS

Root paswoord voor mySQL instellen

Filed under: mySQL — bjornvs at 11:59 pm on Wednesday, April 25, 2007

mySQL Logo (kleiner)

Na installatie van mySQL moet je eerst het wachtwoord instellen voor de root gebruiker. Dit doe je als volgt:

ga naar de mySQL console:

mysql -u root

tik het commando

SET PASSWORD FOR ‘root’@'localhost’ = PASSWORD(’wachtwoord’);

No Comments

No comments yet.

RSS feed for comments on this post. TrackBack URI

Sorry, the comment form is closed at this time.