Searched refs:database (Results 1 – 11 of 11) sorted by relevance
6 desc Authenticate against a database via PDO
3 Authenticate against a database via PDO
3 * This configures the access to a mysql database. The user needs to have permissions
3 * This configures the access to a postgres database. The user needs to have permissions
13 protected $database = 'authpdo_testing'; variable in mysql_plugin_authpdo_test68 $pdo->exec("DROP DATABASE IF EXISTS {$this->database}");69 $pdo->exec("CREATE DATABASE {$this->database}");84 $pdo->exec("DROP DATABASE IF EXISTS {$this->database}");100 …"{$this->driver}:dbname={$this->database};host={$this->host};port={$this->port}", $this->user, $th…293 $this->database = $dbname;301 …$conf['plugin']['authpdo']['dsn'] = "{$this->driver}:dbname={$this->database};host={$this->host};p…
22 /* Options to configure database access. You need to set up this24 * database.29 $conf['plugin']['authmysql']['database'] = '';37 * some reasons it might be useful to let the database do the encryption.39 * the database, otherwise the encrypted one.135 /* This statement should add a user to the database. Minimum information150 /* This statement should add a group to the database.168 /* This statement should remove a group fom the database.176 /* This statement should return the database index of a given user name.190 /* This statement should remove a user fom the database.[all …]
3 …ighly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by u…
3 …he creation of structured texts. All data is stored in plain text files -- no database is required.
38 // get your news items from somewhere, e.g. your database:
156 | `%F` | Same as "`%Y-%m-%d`" (commonly used in database datestamps) | Example: `2009-02-05` …
197 * Added support for Redis password and database. [#589](https://github.com/simplepie/simplepie/pull…