ERROR 1146: Table 'mysql.user' doesn't exist
I can't seem to give ANY privileges and I can't move on until I've figured this stuff out!? Anyone know what this means and how I can fix it??
that means that your script is looking for a table named mysql.user in your sql db and its not able to find a table with that name.. Creat the table with that name.
What are you trying to do exactly?
When you installed MySQL, did you do a "mysql_install_db"?
The db mysql is what mysql uses to store users passwords, privleges, etc. If I remember correctly, this is created when you do a mysql_create_db.