Re: HELP!!! permissions not working!

2003-06-15 Thread Becoming Digital
Try specifying someuser at all hosts.

GRANT ALL ON * TO [EMAIL PROTECTED] IDENTIFIED BY 'somepass';

Edward Dudlik
Becoming Digital
www.becomingdigital.com


- Original Message - 
From: "Timothy Waters" <[EMAIL PROTECTED]>
To: "MySQL mail" <[EMAIL PROTECTED]>
Sent: Saturday, 14 June, 2003 22:54
Subject: HELP!!! permissions not working!


I've been messing around making very simple web pages using PHP and connecting 
to a MySQL database. I've tried using different users to connect and 
different grants, but so far the ONLY user that can connect through these 
pages is root, and we all know that isn't cool. I've done "grant all on * to 
someuser identified by 'somepass'; and it STILL won't even log into MySQL 
using the command line! I'm totally in the dark on this one. Any clues?

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



HELP!!! permissions not working!

2003-06-14 Thread Timothy Waters
I've been messing around making very simple web pages using PHP and connecting 
to a MySQL database. I've tried using different users to connect and 
different grants, but so far the ONLY user that can connect through these 
pages is root, and we all know that isn't cool. I've done "grant all on * to 
someuser identified by 'somepass'; and it STILL won't even log into MySQL 
using the command line! I'm totally in the dark on this one. Any clues?

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]