* UPDATE `slogitem` SET `tid`='205' WHERE `tid`='19' AND `title`='dummy' * UPDATE `node__xtitext` SET `xtitext_format`='xtitems_text' WHERE NOT `xtitext_format`='xtitems_text' * phpmyAdmin: * [[http://www.workshop.ch/openmind/2013/12/24/phpmyadmin-zusatzfunktionen-aktivieren-mit-dem-configuration-storage/|Zusatzfunktionen aktivieren mit dem Configuration Storage]] * $cfg['MaxNavigationItems'] = 50; [[http://localhost/phpmyadmin/doc/html/config.html#navigation-panel-setup|..doc]] * **Maximale Elemente in Zweig:** Einstellungen/Navigationspanel/Navigationsbaum * MySQL Workbench: [[https://wiki.ubuntuusers.de/MySQL_Workbench/|..ubuntuusers]] * mysql -uroot -p * use ; * reset query cache; * show status LIKE 'Qcache%'; * mysql -uroot -p < backup.mysql (holen scp) * sed -e "s/ENGINE=InnoDB/ENGINE=MyISAM/g" afoma-2013-01-31T04-19-02.mysql | mysql -uroot -pquickstart2 arocom-afoma * ODBC: [[https://wiki.ubuntuusers.de/ODBC-Datenquellen_einrichten/|..einrichten]] * Externen MySQL Zugriff einrichten: [[http://linuxdenken.de/externen-mysql-zugriff-einrichten/|..linux]] [[http://www.bennyn.de/webanwendungen/virtual-server/mysql-verbindungen-von-ausserhalb-erlauben.html|..benny]] * Functions * [[https://github.com/KredytyChwilowki/MySQLToolBox|MySQLToolBox]] //(getPhpSerializedArrayValueByKey, camelCase, devLog/devReset)// * **Tutorials**: [[http://www.mysqltutorial.org/|..mysqltutorial]]