1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 14:46:36 +02:00

Updated Technical Wiki (markdown)

Ap.Muthu
2016-06-06 18:37:38 +05:30
parent 32d44d4e20
commit 4cd697ae09

@@ -13,7 +13,7 @@ Best project EVER.
* [Using Non MySQL with Adminer Editor](https://sourceforge.net/p/adminer/discussion/960418/thread/8cc314a0/)
* [Eight reasons not to use ENUMs in MySQL](http://komlenic.com/244/8-reasons-why-mysqls-enum-data-type-is-evil)
* [AutoComplete plugin](https://github.com/Elfoslav/nette-ajax-cars/blob/master/libs/dg/adminer-custom/plugins/autocomplete.php) using [Nette-Framework](https://addons.nette.org/vojtech-dobes/nette-ajax-js) - https://github.com/vojtech-dobes/nette.ajax.js
* Method ````permanentLogin()```` is used for permanent storing passwords in cookies. Returned string is a key so you should change it to anything else (preferably random). You can also take it out but then permanent login would be disabled.
* Method ````permanentLogin()```` is used for [permanent storing passwords in cookies](https://sourceforge.net/p/adminer/discussion/960418/thread/a878c666/#99f1). Returned string is a key so you should change it to anything else (preferably random). You can also take it out but then permanent login would be disabled.
The example.php can be used to limit the tables displayed to a specific list with:
````