Hey,
http://www.sitepoint.com/article/525/7
Thats the link to the tutorial... im new to PHP/mySQL and doing these tutorials to set it all up then get started...
Problem is on this line is says:
"To set a root password for MySQL, type the following command in the bin directory of your MySQL installation (include the quotes):
mysqladmin -u root password "your new password"
To make sure MySQL has registered this change, you should tell it to reload its list of authorized users and passwords:
mysqladmin -u root reload"
I know where the bin directory is, but It doesn't make sence to me, how can I type a command to a directory, to a folder...
I gotta be missing something, I opened mySQL and couldn't find anything in there either.
I don't have anything online, just on my computer... Is that assuming I have stuff online, if so still how do I give a folder a command....
Here is what i'm using incase ya need to know.
Up to date of mySQL and PHP
Up to date of Apache
my OS is windows XP
Hope someone can help me, these tutorials are all I have to go by untill a book I ordered arrives, "Build Your Own Database Driven Website Using PHP & MySQL"
by Kevin Yank
Anyways... hopefully one of you can help me, thanks in advance.
Ian