hey, please start a new thread for new topics .. it's easier to follow and more beneficial for people searching for past threads.
also, there's great php highlighting built into this forum .. use the [php ] and [/ php] tags =) easier to read.
ok, now for the questions and help... hehe
are you running mysql locally? are you on windows? are you sure your permissions in mysql are set up right?
in mysql, you can grant full permission on all tables to a user like this:
Code:
GRANT ALL PRIVILEGES ON *.* TO username@'%' IDENTIFIED BY 'password';