SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
-
Feb 24, 2002, 17:47 #1
- Join Date
- Nov 2001
- Location
- Fort Lauderdale
- Posts
- 814
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Changing password for "root" user in mysql
I have the command to do this... but i have no idea how to get to the shell prompt... or the mysqlamdin prompt..
I do however know how to get to and use the mysql prompt.
I'm using win98, apache, mysql, and php/
Thank you.
-
Mar 6, 2002, 08:56 #2
- Join Date
- Mar 2002
- Posts
- 12
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Open a command promt
Start-Run-"Command"
Go to your mysql\bin dir and type:
mysqladmin -u root password "your new password"
Bookmarks