Bruno Santos wrote:
> Im developing an application as my final school project and for the
> report (administration manual) i need to specifie the protocol of
> communication between PHP and Mysql when accessing the mysql database
> using the functions within PHP.
>
> PHP communicates with Mysql throw TCP/IP or any other protocol ?

For sure:
TCP/IP
Un*x sockets

Possibly:
SSL/SSH, depending on version and configuration, I think...

You probably could find out for sure here:
http://mysql.com
what options are available, and then here:
http://php.net
which options have been implemented

It will take some reearch, but that's why they call it "homework" eh?

-- 
Like Music?
http://l-i-e.com/artists.htm

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

Reply via email to