joinjoin
Возможна ли авторизация через htacecss, используя mod_auth_mysql,
при условии, что необходимо проверять
ДВЕ базы данных с юзерами?
С одной БД вопросов не возникает, тут все разжевано
http://modauthmysql.sourceforge.net/CONFIGURE
Dr.Syshalt
Прямо из того линка, что ты кинул
Цитата:
AuthMySQLUserTable mysql_table_name
The name of the MySQL table in AuthMySQLDB which contains the userids and
passwords. On systems with case sensitive file systems (i.e. Unix), this
field is case sensitive.
If this field contains two or more table names, you will need to join the
tables in the AuthMySQLUserCondition (below).
AuthMySQLUserCondition
Additional conditions to be placed in the WHERE clause when retrieving user
information. Whatever is in this string is appended after an AND condition
in the SQL statement.
If two or more tables have been specified in the AuthMySQLUserTable option
above, this option must contain the information required to join the tables.
Таблица в другой базе доступна как dbname.tablename
P.S. но я бы хорошо подумал, прежде чем такое делать. Неоптимальный join может просто убить сервер - это же на каждом запросе к ресурсу будет выполняться.