View Single Post
Old 09-02-2003, 02:50 PM   #19 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,532
sde is on a distinguished road
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';
__________________
Mike
sde is offline   Reply With Quote