Re: [PHP-DB] mysql access

2001-02-14 Thread Vojtech Dvorak
What about... GRANT ALL PRIVILEGES ON *.* TO user@"%" IDENTIFIED BY 'user_pass' WITH GRANT OPTION make also this for localhost... GRANT ALL PRIVILEGES ON *.* TO user@localhost IDENTIFIED BY 'user_pass' WITH GRANT OPTION By the way, RTFM ;-) Vojta > hi all... > can you tell me how can i grant ro

[PHP-DB] mysql access

2001-02-14 Thread Pedro M. S. Oliveira
hi all... can you tell me how can i grant root permissions to a user that can connect from anywhere (%) on mysql? *** Pedro Miguel Silva Oliveira Cell Phone: +351 96 5867227 SMS: [EMAIL PROTECTED] Email: [EMAIL PROTECTED] -- PHP Database Mailing List