Posted by Jerry Stuckle on 03/18/07 13:39
Mitesh wrote:
> How can I programattically retrieve MySQL server's port value through
> PHP?
>
Did you try
ini_get('mysql.default_port');
(or, if you have mysqli installed...)
ini_get('mysqli.default_port');
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|