On Thu, 27 Mar 2003 01:47:59 -0500
C. Reeve wrote:
> Nothing happens.
>
> mysql_query ("INSERT INTO userdata (email, passwd, firstname)
VALUES
> ('$entered_email','$entered_passwd','$name')");
mysql_query return a value. What is that value? Is the user that you
are conne
On Wed, 26 Mar 2003 14:37:33 -0800
Jennifer Goodie wrote:
> To answer the original question, I have tried a lot of different
ways, but
> the only solution I have found is granting on the entire database
or
> specifing each table in the tables_priv table. I go with the
second option
>
On Wed, 26 Mar 2003 13:14:09 -0600
Black, Kelly W [PCS] wrote:
> I think this might do what you want, but then you will be required
to log
> in with the -p syntax...
>
> GRANT SELECT on *.* TO yourlogin@'%' IDENTIFIED BY "somepassword";
>
> FLUSH PRIVILEGES;
>
> mysql -u
Hi,
I have been trying to find information on the following question but
have been unable to do so:
Is it possible to grant options to a user using wildcards. For example:
let's say that I have a database named 'db', and a user 'admin' who has
full privileges. The user 'ad