Well kind of working.
Trying to setup a Tutorial while the patcher application is not "patching" is kindof pointless. People will endup with 1017 errors all day.
However...... Here are a couple of commands for the MYSQL that will help allot!!!
First mysql's website has a manual online... very useful.
When logging into the mysql.exe from the cmd prompt use this...
mysql.exe --user=root
Your access level is now high enough to use the grant permissions, and the SQL scripts.
"mysql.exe --user=root" and mysql --user=root works too....
That will get you out of the mysql access issues, however you'll have client side issues too..... however you can get around that by over writing some of the binaries list on the website. I was able to get it to work without the patch program, however, I'm running into all sort of fun, since I'm not really using the correct client.
Hopefully that helps someone.
-Hutch
|