Man muss erst group_concat_max_len erhöhen;
SET SESSION group_concat_max_len = 123456789;
select group_concat(nid, ',') from news where year='2019';
Extra Info zu Mysql: ist ein DB System
Man muss erst group_concat_max_len erhöhen;
SET SESSION group_concat_max_len = 123456789;
select group_concat(nid, ',') from news where year='2019';
Versuch 1 - Optimieren:
Table 'logs' is marked as crashed and last (automatic?) repair failed
Versuch 2 - Reparieren:
Mysql Query - Update mit Regex
Mysql und Mysqld stoppen:
sudo /etc/init.d/mysql stop
sudo /etc/init.d/mysqld stop
Mysql_safe starten:
sudo mysqld_safe --skip-grant-tables & mysql -u root
Passwort aktualisieren:
CREATE USER 'superadmin'@'localhost' IDENTIFIED BY '123';
Debian 9 minimal mit
Für eine praktische Anleitung bitte um Ergänzung / Tipps.
Um alle Mysql Datenbanken automatisch zu reparieren:
mysqlcheck -u root -p --auto-repair --check --optimize --all-databases
Wie funktioniert SQL Injection mit "AnD sLeep(3) ANd '1'" und warum wird der Server dadurch lahm gelegt?
MYSQL MELDET:
error: Found option without preceding group in config file: /etc/mysql/conf.d/mysite04.cnf
WAS TUE ICH FALSCH?
Wir haben einen Auftrag fertiggestellt. Ein Website mit über 50k Einträge und 20k Benutzeraccounts. Täglich gibt es mehr als 100k Pageviews. Das Problem ist die Leistung bzw. die Geschwindigkeit. Manchmal hat es bis zu 25 Sekunden gedauert. Wir haben alle InnoDB Tabellen manuell auf MyISAM umgesetzt. Jetzt ist es viel schneller.
Aber wir sind nicht sicher ob MyISAM später Nebenwirkungen (Foreign-Keys usw) zeigen wird. Hat jemand damit Erfahrung?
Neueste Kommentare
Same with Drush 13 + PHP 8.3 and my Solution
Same with Drush 13 + PHP 8.3
Error : Failed to install the required package 'RPM' by using AP
Initializing...
Error : Failed to install the required package 'RPM' by using APT. Please install it manually.
Exit
Solution:
Installieren & Aktivieren
So habe es installiert und dann mit Hilfe von Key/Code (über Website von Acronis Cyber Protect) aktiviert:
I have a view with a path…
I have a view with a path like
/my-content-export
to export entivies as JSON or CSV.admin_toolbar 3.5.2 is the…
admin_toolbar 3.5.2 is the reason. Patch coming ...
Tools & Settings >> Security…
Tools & Settings >> Security Policy :
Allow only secure FTPS connections
List config vaiables
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
Restart MariaDB / MySQL
Commandline:
MariaDB Restart (after changes in /etc/mysql/db-performance.cnf)
After my changes in /etc/mysql/db-performance.cnf
Error: configure: error: no acceptable C compiler found in $PATH
Error: