On Saturday 11 May 2002 06:25, alex wrote:
> Hello, Gurus,
>
> Sorry for this type of question but I can't find this info
> neither in MySQL manual, nor in PHP docs.
>
> To my understanding, when I call mysql_connect() and
> provide password
> php interpreter does password encryption, then opens
> socket to remote
> mysqld daemon and sends "him" encrypted password over
> network.
> There it is compared with the same encrypted password
> stored in mysql.user table.
>
> Now two questions:
> 1. Am I right?
> 2. Where it is described?

In the manual (General Security Issues and the MySQL Access Privilege System)

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *


/*
Darth Vader!  Only you would be so bold!
                -- Princess Leia Organa
*/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to