Try using 

mysql>show variables;

Some variables can be exported to the sql server via the environment table.

For example:

shell>ulimit=2046
shell>export ulimit
shell>mysqld restart

Hope this helps,

~Kelly W. Black
-----Original Message-----
From: Nissim Lugasy [mailto:lugasy@;lerc.nasa.gov]
Sent: Monday, November 04, 2002 11:21 AM
To: [EMAIL PROTECTED]
Subject: mysql shared library.


Hi,
I'm trying to access mysql shared library.  mysql_init() function returns 
the address of MYSQL structure . I need to know what the structure looks 
like.? can all mysql structure parameters be configured in /etc/my.cfg ?


Thanks


---------------------------------------------------------------------
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

---------------------------------------------------------------------
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