Source code about user authentication in MySQL 5

2006-08-10 Thread Arjan Hulshoff
Can someone tell me where I can find the source code files whit th user authentication in it? I want to see if I can integrate LDAP authentication myself. _ Express yourself instantly with MSN Messenger! Download today - it's FREE

User Authentication

2004-10-06 Thread Brandon Carter
I have never set up a web site running a mysql server, so I am little fuzzy on details concerning user authentication. Let's say I am creating a page where the user will enter his/her information. I write a PHP script to update the mysql table when they click 'submit'. Do I have to grant

RE: User Authentication

2004-10-06 Thread Ed Lazor
Are you talking about user authentication for the purpose of people accessing the MySQL database or are you talking about user authentication in terms of people accessing restricted areas on a website? -Original Message- I have never set up a web site running a mysql server, so I am

Re: User Authentication

2004-10-06 Thread SGreen
not have the correct privileges to do what it wants to do (like read a file from a certain directory) the operating system says no and errors abound. So, when you mention user authentication it makes me wonder 1 - Are you trying to let the user see your web pages (Web server settings

Re: User Authentication

2004-10-06 Thread SGreen
the correct privileges to do what it wants to do (like read a file from a certain directory) the operating system says no and errors abound. So, when you mention user authentication it makes me wonder 1 - Are you trying to let the user see your web pages (Web server settings

Re: User Authentication

2004-10-06 Thread James Weisensee
, so I am little fuzzy on details concerning user authentication. Let's say I am creating a page where the user will enter his/her information. I write a PHP script to update the mysql table when they click 'submit'. Do I have to grant priveleges to anyone but myself on that table

Fw: Slow user authentication cross server...

2004-04-21 Thread David Scott
. -- Dave - Original Message - From: David Scott [EMAIL PROTECTED] To: MYSQL list [EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 12:13 PM Subject: Slow user authentication cross server... Hi peeps, The setup I have is 2 windows 2000 servers, server A = IIS5 server B = IIS5 + MySQL

Slow user authentication cross server...

2004-04-14 Thread David Scott
command: Sleep Time: 5 Info: [NULL] I even created the user masterServer and set its host to the IP of that machine but no joy. My question is, how do I reduce this user authentication time when connecting from a remote server? Driving me nuts -- David Scott

php/mysql user authentication

2001-08-13 Thread Kit Kerbel
I'm trying to create a php/mysql user auth script that has a built in mechanism that will allow me to distinguish between user types. For example...if a student logs into the site, i would like them transfered to a web page built specifically for them. Likewise with Professors. Any