At 10:25 -0500 3/1/02, Edward Peloke wrote: >Is it possible to specify more than one owner in a mysql db? I want to >create tables with different owners.
Databases and tables in MySQL don't have owners. They just exist. But you can grant access to them by more than one MySQL user account, if that's what you mean. Check out the description of the GRANT and REVOKE statements in the MySQL manual. > >Thanks, >Eddie --------------------------------------------------------------------- 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