Hello Larry,
O'Reily's MySQL & MSQL by Randy Jay, Yarger.
Explains the concepts better than I can.
I believe the solution to your mysql problem is on Chapter 5 of that book I
mentioned about.
Hope it helps
On Tue, 09 May 2000, Mark Basil wrote:
> Try
>
> insert into user values ("localhost",
On Mon, 8 May 2000, Mark Basil wrote:
> Try
>
> insert into user values ("localhost","username",password("$userpassword"));
The kosher way is:
grant select, insert, delete, update on database.table to user@domain
identified by 'password';
this will give user access to database.table when he c
Also, try going here:
http://mysql.com/Manual/manual_toc.html
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Larry Mintz
Sent: Monday, May 08, 2000 7:32 PM
To: [EMAIL PROTECTED]
Subject: MySQL weirdness
I am having trouble establising user prividges
Try
insert into user values ("localhost","username",password("$userpassword"));
where "user" is the user table in the mysql database
--Mark
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Larry Mintz
Sent: Monday, May 08, 2000 7:32 PM
To: [EMAIL PROTE