App installieren
How to install the app on iOS
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder ein alternativer Browser verwenden.
Du solltest ein Upgrade durchführen oder ein alternativer Browser verwenden.
Erledigt!! Hilfe bei mysql Datenbank
- Ersteller Stony666
- Erstellt am
Stony666
Vice Admiral Special
★ Themenstarter ★
- Mitglied seit
- 29.03.2007
- Beiträge
- 846
- Renomée
- 680
- Standort
- Appelwoigefilde
- Aktuelle Projekte
- WCG, PG, SRBase... eigentlich alle im Laufe des Jahres
- BOINC-Statistiken

Update: habe eine Lösung gefunden!
Der Thread kann zu... uff
Moin zusammen,
zuerst kurz das, was ich vorhabe.
Installation der BOINC Server software in einem Container mit podman.
Dazu gibt es ein cookbook, welches zwar einige Fehler hat, aber nativ, wie auch in einer virtual Box, funktioniert hat.
Das ganze läuft aktuell unter Ubuntu 22.04.5 Dort habe ich einen Container angelegt und eine Menge gebastelt...
mysql Ver 8.0.44-0ubuntu0.24.04.1
Der Fehler tritt auf, wenn ich als User boincadm an die Datenbank will, wie im cookbook beschrieben.
(venv-boinc) boincadm@59f687a6584f:~/boinc/tools$ mysql -u boincadm -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (13)
Das ganze klappt, wenn ich ein sudo davor packe, aber das hilft an anderer Stelle nicht weiter.
Den User habe ich nach Vorgabe aus dem cookbook angelegt.
sudo mysql_secure_installation # mit level 0
Dann
sudo mysql
CREATE USER 'boincadm'@'localhost' IDENTIFIED BY 'foobar99!';
GRANT ALL ON *.* TO 'boincadm'@'localhost';
^D
Ich habe mit ALTER User auch andere Authentisierungsmethoden versucht. Auch ohne Erfolg
Hier ein Auszug aus dem errlog von mysql
Gibt es hier jemanden, der sich mit mysql auskennt und mir ein paar Tipps geben kann?
Ich wäre mehr als dankbar...
Liebe Grüße Jörg
Der Thread kann zu... uff
Moin zusammen,
zuerst kurz das, was ich vorhabe.
Installation der BOINC Server software in einem Container mit podman.
Dazu gibt es ein cookbook, welches zwar einige Fehler hat, aber nativ, wie auch in einer virtual Box, funktioniert hat.
Das ganze läuft aktuell unter Ubuntu 22.04.5 Dort habe ich einen Container angelegt und eine Menge gebastelt...
mysql Ver 8.0.44-0ubuntu0.24.04.1
Der Fehler tritt auf, wenn ich als User boincadm an die Datenbank will, wie im cookbook beschrieben.
(venv-boinc) boincadm@59f687a6584f:~/boinc/tools$ mysql -u boincadm -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (13)
Das ganze klappt, wenn ich ein sudo davor packe, aber das hilft an anderer Stelle nicht weiter.
Den User habe ich nach Vorgabe aus dem cookbook angelegt.
sudo mysql_secure_installation # mit level 0
Dann
sudo mysql
CREATE USER 'boincadm'@'localhost' IDENTIFIED BY 'foobar99!';
GRANT ALL ON *.* TO 'boincadm'@'localhost';
^D
Ich habe mit ALTER User auch andere Authentisierungsmethoden versucht. Auch ohne Erfolg
Hier ein Auszug aus dem errlog von mysql
2025-12-02T16:07:59.501934Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.44-0ubuntu0.24.04.1) starting as process 219
2025-12-02T16:07:59.524611Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-12-02T16:07:59.569579Z 1 [ERROR] [MY-012591] [InnoDB] Linux Native AIO check on tmpdirreturned error[1]
2025-12-02T16:07:59.569609Z 1 [Warning] [MY-012654] [InnoDB] Linux Native AIO disabled.
2025-12-02T16:07:59.711779Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-12-02T16:07:59.863156Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2025-12-02T16:07:59.863204Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2025-12-02T16:07:59.889067Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '127.0.0.1' port: 33060, socket: /var/run/mysqld/mysqlx.sock
2025-12-02T16:07:59.889079Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.44-0ubuntu0.24.04.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu).
2025-12-03T09:41:35.744447Z mysqld_safe Logging to '/var/log/mysql/error.log'.
2025-12-03T09:41:35.773963Z mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
2025-12-03T09:41:35.981085Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.44-0ubuntu0.24.04.1) starting as process 230
2025-12-03T09:41:35.995635Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-12-03T09:41:36.039618Z 1 [ERROR] [MY-012591] [InnoDB] Linux Native AIO check on tmpdirreturned error[1]
2025-12-03T09:41:36.039631Z 1 [Warning] [MY-012654] [InnoDB] Linux Native AIO disabled.
2025-12-03T09:41:36.286221Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-12-03T09:41:36.362569Z 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-12-03T09:41:36.377406Z 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-12-03T09:41:36.455575Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2025-12-03T09:41:36.455598Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2025-12-03T09:41:36.465456Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.44-0ubuntu0.24.04.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu).
2025-12-03T09:41:36.465526Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '127.0.0.1' port: 33060, socket: /var/run/mysqld/mysqlx.sock
2025-12-02T16:07:59.524611Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-12-02T16:07:59.569579Z 1 [ERROR] [MY-012591] [InnoDB] Linux Native AIO check on tmpdirreturned error[1]
2025-12-02T16:07:59.569609Z 1 [Warning] [MY-012654] [InnoDB] Linux Native AIO disabled.
2025-12-02T16:07:59.711779Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-12-02T16:07:59.863156Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2025-12-02T16:07:59.863204Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2025-12-02T16:07:59.889067Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '127.0.0.1' port: 33060, socket: /var/run/mysqld/mysqlx.sock
2025-12-02T16:07:59.889079Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.44-0ubuntu0.24.04.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu).
2025-12-03T09:41:35.744447Z mysqld_safe Logging to '/var/log/mysql/error.log'.
2025-12-03T09:41:35.773963Z mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
2025-12-03T09:41:35.981085Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.44-0ubuntu0.24.04.1) starting as process 230
2025-12-03T09:41:35.995635Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2025-12-03T09:41:36.039618Z 1 [ERROR] [MY-012591] [InnoDB] Linux Native AIO check on tmpdirreturned error[1]
2025-12-03T09:41:36.039631Z 1 [Warning] [MY-012654] [InnoDB] Linux Native AIO disabled.
2025-12-03T09:41:36.286221Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2025-12-03T09:41:36.362569Z 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2025-12-03T09:41:36.377406Z 0 [System] [MY-010232] [Server] XA crash recovery finished.
2025-12-03T09:41:36.455575Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2025-12-03T09:41:36.455598Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2025-12-03T09:41:36.465456Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.44-0ubuntu0.24.04.1' socket: '/var/run/mysqld/mysqld.sock' port: 3306 (Ubuntu).
2025-12-03T09:41:36.465526Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '127.0.0.1' port: 33060, socket: /var/run/mysqld/mysqlx.sock
Gibt es hier jemanden, der sich mit mysql auskennt und mir ein paar Tipps geben kann?
Ich wäre mehr als dankbar...
Liebe Grüße Jörg
Zuletzt bearbeitet:
Ähnliche Themen
- Antworten
- 9
- Aufrufe
- 2K
- Antworten
- 6
- Aufrufe
- 6K
- Antworten
- 3
- Aufrufe
- 8K
Aktuelle Aktionen
Pentathlon 2025
Forumsthread
Webseite SG Pentathlon
Marathon 26.05 22:00 - 29.05. 21:59
Projekt: World Community Grid
Forumsthread
Forumsthread
Webseite SG Pentathlon
Marathon 26.05 22:00 - 29.05. 21:59
Projekt: World Community Grid
Forumsthread