Re: Authenticating users

2003-01-16 Thread Zak Greant
On Thu, Jan 16, 2003 at 01:13:54PM -0300, Cesar Aracena wrote: > Hi all, > > I have this admin site where the administrators can add new ones of > their kind (admin level) and now I'm trying to make a query so no > usernames are duplicated in MySQL. > > The query goes like this: > > $query1 = "S

Re: Authenticating users

2003-01-16 Thread Stefan Hinz, iConnect \(Berlin\)
t GmbH <http://iConnect.de> Heesestr. 6, 12169 Berlin (Germany) Tel: +49 30 7970948-0 Fax: +49 30 7970948-3 - Original Message - From: "Cesar Aracena" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 5:13 PM Subject: Authenticating use

Authenticating users

2003-01-16 Thread Cesar Aracena
Hi all, I have this admin site where the administrators can add new ones of their kind (admin level) and now I'm trying to make a query so no usernames are duplicated in MySQL. The query goes like this: $query1 = "SELECT * FROM r2k_admin WHERE adminuser = $user"; $result1 = mysql_query($query1);

Re: local MySQL server authenticating users by machine username

2001-08-09 Thread Bennett Haselton
At 06:04 PM 8/8/2001 -0500, Paul DuBois wrote: >At 2:50 PM -0700 8/8/01, Bennett Haselton wrote: >>The first page of the MySQL tutorial at: >>http://www.mysql.com/doc/C/o/Connecting-disconnecting.html >> >>says that when you connect to the MySQL server, it authenticates you >>based on a username

Re: local MySQL server authenticating users by machine username

2001-08-08 Thread Gerald Jensen
lt;[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 4:50 PM Subject: local MySQL server authenticating users by machine username > The first page of the MySQL tutorial at: > http://www.mysql.com/doc/C/o/Connecting-disconnecting.html > > says that when you connect to the MySQL serve

Re: local MySQL server authenticating users by machine username

2001-08-08 Thread Paul DuBois
At 2:50 PM -0700 8/8/01, Bennett Haselton wrote: >The first page of the MySQL tutorial at: >http://www.mysql.com/doc/C/o/Connecting-disconnecting.html > >says that when you connect to the MySQL server, it authenticates you >based on a username and password that you enter, unless the server >is a

local MySQL server authenticating users by machine username

2001-08-08 Thread Bennett Haselton
The first page of the MySQL tutorial at: http://www.mysql.com/doc/C/o/Connecting-disconnecting.html says that when you connect to the MySQL server, it authenticates you based on a username and password that you enter, unless the server is also configured to allow "anonymous" access, in which ca