-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 27 November 2002 16:11, Inbal Ovadia wrote:

> how can i know if my mysql is pro or classic?

By connecting to it using the MySQL client - the server will tell you what 
version it is. Example:

> ./bin/mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.0.5a-beta-pro

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show variables like "version";
+---------------+-----------------+
| Variable_name | Value           |
+---------------+-----------------+
| version       | 4.0.5a-beta-pro |
+---------------+-----------------+
1 row in set (0.00 sec)

[SNIP]

Bye,
        LenZ
- -- 
For technical support contracts, visit https://order.mysql.com/?ref=mlgr
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Lenz Grimmer <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Production Engineer
/_/  /_/\_, /___/\___\_\___/   Hamburg, Germany
       <___/   www.mysql.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE95SiCSVDhKrJykfIRAoCiAJ917e2IRCbpdg8GM0+xPKQvwbSPZQCfUm41
t0A6sWBSwH1dZpuGxO532ow=
=vTGv
-----END PGP SIGNATURE-----

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