RE: How to set permissions?

2002-03-14 Thread Yana
S Access. This let's them add/edit user's account info directly. The only thing you can't do (afaik), is change a user's password. -- Mike Miller -- [EMAIL PROTECTED] -Original Message- From: Yana [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 10:01 AM To: [

RE: How to set permissions?

2002-03-14 Thread Yana
Helo! Is there any other way to set permissions to the list of tables in mysql db (big list!) with similar names (f.e. c%), then running a script on it? Thanks - Before posting, please check: http://www.mysql.com/manual.php

RE: Sub-select look-alike?

2002-03-13 Thread Yana
Is that what you want? SELECT languages.language, languages.fieldN, .., language_pairs.fieldX FROM language_pairs INNER JOIN Languages ON languages.id=language_pairs.id WHERE /* conditions */ -Original Message- From: Andreas Frøsting [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13

How to set permissions?

2002-03-12 Thread Yana
resolve this problem? I would be happy to avoid merging the tables, but I don't know Any other method how to make query from about 20-60 identical tables Joined to static tables. Thank You in advance, Yana - Before po