Hello.

On Sat 2002-12-07 at 07:47:18 +0700, [EMAIL PROTECTED] wrote:
> Hello friends, newbie here.
> 1. I need to know if these features are supported or not by MySql ver 4.05a.
> - Referencial integrity constraint
> - Stored Procedure
> - View
> - Trigger

Please see

  http://www.mysql.com/doc/en/MySQL-PostgreSQL_features.html (at the bottom)
  http://www.mysql.com/doc/en/Differences_from_ANSI.html

(both can be easily found by searching for the features you listed)

> 2. How to use SSL ?

  http://www.mysql.com/doc/en/Secure_connections.html

> 3. How to add a user that can login from any host ?

  http://www.mysql.com/doc/en/Adding_users.html
  (first example, second GRANT; second ex. third GRANT)

> 4. What are the differences between standard and max version ?

  http://www.mysql.com/products/index.html
  http://www.mysql.com/doc/en/mysqld-max.html (more technical)

> 5. I am using Mandrake Linux, how to set directory of mysql file
>    (the database not the binary) to a different disk ?

Either create a link beforehand or change data_dir in /etc/my.cnf to
the place you want (don't forget to move the database, too).

HTH,

        Benjamin.


PS: Yes, that was the kinder version of RTFM!

-- 
[EMAIL PROTECTED]

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