At 16:44 -0400 6/14/02, Laura Findley wrote:
>Does anyone know how to determine what port MySQL is using?
>
>I need to know the port so that I can use it in a JDBC connection URL.
>
>Any suggestions on how to get this info?

mysql> SHOW VARIABLES LIKE 'port';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| port          | 3306  |
+---------------+-------+

>
>Thanks, in advance-
>Laura


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to