Displaying 3 results from an estimated 3 matches for "ddbb".
Did you mean:
dbb
2007 Aug 08
2
mysql.users deleting
Hello,
Today I was working with MySQL in a test box (CentOS 5.0 x86_64) using
phpMyAdmin interface. Accidentaly I've removed user table in mysql
database (so, mysql.users)...
:S
I've two interesting questions:
1) Despite of it, ddbb server seems to work perfectly. I use 3/4
diferent databases with their mysql users... and it works yet! I don't
understand, because mysql.users is the reference that MySQL server uses
to admin their users and permissions access.
????????? Maybe a kind of memory cach? is active... but I thi...
2007 Jan 28
1
Permission error (Mantis bugtracker)
...ages.
The problem is I always get the same error in Apache:.
You don't have permission to access /mantis on this server.
It's curious 'cause:
* I work in localhost mode and I've running drupal site and phpMyAdmin
without problems. So, Apache works fine.
* I've created mantis ddbb according the docs without any problems
(mysql -u<user> ... bla bla).In fact, the database is available from
phpMyAdmin and from mysql client.
* I've check the httpd.conf file and it includes the line
Include conf.d/*.conf
so the /etc/httpd/conf.d/mantis.conf is available.
* I'...
2013 Oct 02
1
LDAP for passdb and SQL for userdb
Hello
Is it possible to setup double backend ? ldap for auth only and SQL for
userdb information(quota,maildir etc) ?
Now I'm using SQL backend and configuration looks like this:
passdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf
}
userdb {
driver = prefetch
}
userdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf
}
Can I do something like:
passdb {
driver = sql
args