Searched refs:mysql (Results 1 – 25 of 31) sorted by relevance
12
| /plugin/farm/install/animaltemplate/conf/ |
| D | mysql.conf.php.example | 3 * This is an example configuration for the mysql auth module. 26 $conf['auth']['mysql']['server'] = ''; 27 $conf['auth']['mysql']['user'] = ''; 28 $conf['auth']['mysql']['password'] = ''; 29 $conf['auth']['mysql']['database'] = ''; 31 /* This option enables debug messages in the mysql module. It is 34 $conf['auth']['mysql']['debug'] = 0; 41 $conf['auth']['mysql']['forwardClearPass'] = 0; 48 $conf['auth']['mysql']['TablesToLock']= array("users", "users AS u","groups", "groups AS g", "userg… 66 $conf['auth']['mysql']['checkPass'] = "SELECT pass [all …]
|
| D | local.php.dist | 16 * mysql.conf.php too and adjust the options to match 19 //$conf['authtype'] = 'mysql'; 20 //require_once ("mysql.conf.php");
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/ |
| D | ConnectionProfile.php | 132 public function setMysql(MySqlConnectionProfile $mysql) argument 134 $this->mysql = $mysql; 141 return $this->mysql;
|
| /plugin/elasticsearch/vendor/nyholm/dsn/ |
| D | CHANGELOG.md | 35 $dsn = new \Nyholm\DSN('mysql://localhost'); 38 $dsn = new \Nyholm\Dsn\DsnParser::parse('mysql://localhost');
|
| D | README.md | 37 mysql://user:password@127.0.0.1:3306/my_table
|
| /plugin/sqljson/ |
| D | plugin.info.txt | 6 desc Processing query to mysql database and insert results as a json.
|
| D | README | 3 Processing query to mysql database and insert results as a json.
|
| /plugin/sqlquery/ |
| D | plugin.info.txt | 6 desc Processing query to mysql database and display results as a table.
|
| D | README | 3 Processing query to mysql database and display results as a table.
|
| /plugin/structtemplate/_vagrant/ |
| D | provision_web_server.sh | 12 php-mysql \
|
| /plugin/whoisonline/ |
| D | README | 5 http://tutorialzine.com/2010/03/who-is-online-widget-php-mysql-jquery/
|
| /plugin/crossdbsqlclient/ |
| D | descr.txt | 44 * type can be mysql or postgresql
|
| /plugin/betadoku/ |
| D | README.md | 20 4. `apt install git composer memcached manticore manticore-extra php-fpm php-memcached php-mysql ph…
|
| /plugin/piwik2/ |
| D | README.md | 45 * PHP with mysql support (now PHP7 ready)
|
| /plugin/matomo/ |
| D | README.md | 45 * PHP with mysql support (now PHP7 ready)
|
| /plugin/codemirror/dist/modes/ |
| D | sql.min.js.map | 1 …mysql.com/doc/refman/5.5/en/hexadecimal-literals.html\n return \"number\";\n } else if (su…
|
| D | php.min.js.map | 1 …mysql_get_host_info mysql_get_proto_info mysql_get_server_info mysql_info mysql mysql_fieldname my…
|
| /plugin/codebutton_ext/ |
| D | action.php.bak | 43 …lscript, lsl2, lua, m68k, make, matlab, mirc, modula3, mpasm, mxml, mysql, nsis, oberon2, objc, oc…
|
| /plugin/jplayer/ |
| D | composer.lock | 98 …"ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated…
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | changelog.txt | 27 » add demo.mysqli.php, remove demo.mysql.php 144 * bugfix (G:75): mysql cache max key length 179 * bugfix (#1892): extension.cache.mysql 282 * Bugfix: (#1357) demo.mysql.php mysql_table_exists() failed 292 * Bugfix: (#1306) extension.cache.mysql.php keyword TYPE->ENGINE 322 * Bugfix: (#1266) variable tablename: extension.cache.mysql.php 393 * Bugfix: (#1156) demo.mysql.php not working 496 * Bugfix: (#1023) mysql cache extension now base64_encodes 670 demo.mysql.php. These demos are now disabled by default and has 811 Bugfixes and improvements to /demo/demo.mysql.php: [all …]
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 35.35.js.map | 1 {"version":3,"sources":["webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/mysql/mysql…
|
| /plugin/farm/install/animaltemplate/data/pages/wiki/ |
| D | syntax.txt | 340 …io, java5, java, javascript, latex, lisp, lua, m68k, matlab, mirc, mpasm, mysql, nsis, objc, ocaml…
|
| /plugin/photogallery/phpThumb/ |
| D | phpThumb.config.php.default | 195 $PHPTHUMB_CONFIG['mysql_extension'] = 'mysqli'; // either "mysqli" or "mysql"
|
| /plugin/farmer/_animal/data/pages/wiki/ |
| H A D | syntax.txt | 385 …giksf, make, mapbasic, matlab, mirc, modula2, modula3, mmix, mpasm, mxml, mysql, newlisp, nsis, ob…
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | CHANGELOG.md | 176 * #730: Switched all mysql tables to `utf8mb4` character set, allowing you to 277 * #730: Switched all mysql tables to `utf8mb4` character set, allowing you to 1494 * Added: Some mysql unique constraints to example files. 1676 * Fixed: datatype of lastmodified field in mysql.calendars.sql. Please change
|
12