I have two systems running mysql which I have inherited.
On a good day I can spell "MYSQL", but I am required to support these DBs.
mysql  Ver 11.18 Distrib 3.23.51, for pc-solaris2.7 (i386) ; without BDB support
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| have_bdb      | NO    |
+---------------+-------+
1 row in set (0.01 sec)
 and
mysql  Ver 11.16 Distrib 3.23.49, for pc-solaris2.7 (i386)
mysql> show variables like 'have_bdb';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| have_bdb      | YES   |
+---------------+-------+
1 row in set (0.00 sec)

I am more than willing to RFTM if I only knew which FM to read.

What do I need to do to enable BDB support on the system that
currently does not have it?

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to