| Article: |
Apache Web-Serving With Mac OS X, Part 5 | |
| Subject: | didn't work for me... | |
| Date: | 2003-07-22 18:18:30 | |
| From: | anonymous2 | |
|
Response to: didn't work for me...
|
||
| Same problem here. This is driving me NUTS. What am I doing wrong!? | ||
Showing messages 1 through 2 of 2.
-
didn't work for me...
2003-08-03 03:30:06 anonymous2 [View]
Same here. -
This should work...
2003-10-04 21:19:26 anonymous2 [View]
First log into mysql, for me it's:
sudo /usr/local/mysql/bin/mysql -p
first you will be asked to enter your admin password, the one you use to install software. next you enter the current mysql root password.
Then to change your password, enter:
SET PASSWORD FOR root@localhost=PASSWORD('new_password');
Where new_password is your new password...
msvara


