Durchsuchen nach
Schlagwort: MySQL

Python MySQL create a database and a table

Python MySQL create a database and a table

This is a Python script in order to create first the database and then a table with different values in one step. It is useful, then you don’t need to do it in two steps. What is the requirement for the script Installation of Python Windows and Mac For this script, you need to install Python if you are on Windows and Mac. Go to the official web page of Python.org and download your package and installed like another program….

Weiterlesen Weiterlesen

MySQL – Reset the root password

MySQL – Reset the root password

If you have forgotten your root password (it was in my case) then you can do the followings steps: I use here a Linux, Fedora 41. If you are using other distributions or Windows / macOS, please search for this operating systems. And if your system shows an error message, contact your favourite AI or a platform like StackOverflow. I did it today for the first day on my system because I did not know the root password. That’s all.

MySQL und Python
Zählen, wie viele Einträge es gibt

MySQL und Python
Zählen, wie viele Einträge es gibt

Was ist MySQL? MySQL ist wie ein gut organisiertes, digitales Bücherregal für Informationen. Stell dir vor, jede Schublade in diesem Regal ist eine Tabelle, in der du bestimmte Arten von Daten speicherst, zum Beispiel alle deine Kontakte oder alle deine Blogartikel. Anders als bei der flexiblen Schubladenkommode MongoDB, hat jede dieser Tabellen feste Spalten für bestimmte Informationen, wie Name, E-Mail oder Artikelüberschrift. So sind alle „Zettel“ (Datensätze) in einer Tabelle gleich aufgebaut. MySQL hilft dir, diese Informationen ordentlich zu speichern,…

Weiterlesen Weiterlesen

MySQL erklärt anhand eines Videos (30 Minuten) auf Deutsch

MySQL erklärt anhand eines Videos (30 Minuten) auf Deutsch

Was ist MySQL? MySQL ist wie ein gut organisiertes, digitales Bücherregal für Informationen. Stell dir vor, jede Schublade in diesem Regal ist eine Tabelle, in der du bestimmte Arten von Daten speicherst, zum Beispiel alle deine Kontakte oder alle deine Blogartikel. Anders als bei der flexiblen Schubladenkommode MongoDB, hat jede dieser Tabellen feste Spalten für bestimmte Informationen, wie Name, E-Mail oder Artikelüberschrift. So sind alle „Zettel“ (Datensätze) in einer Tabelle gleich aufgebaut. MySQL hilft dir, diese Informationen ordentlich zu speichern,…

Weiterlesen Weiterlesen

MySQL Version herausfinden

MySQL Version herausfinden

Was ist MySQL? MySQL ist wie ein gut organisiertes, digitales Bücherregal für Informationen. Stell dir vor, jede Schublade in diesem Regal ist eine Tabelle, in der du bestimmte Arten von Daten speicherst, zum Beispiel alle deine Kontakte oder alle deine Blogartikel. Anders als bei der flexiblen Schubladenkommode MongoDB, hat jede dieser Tabellen feste Spalten für bestimmte Informationen, wie Name, E-Mail oder Artikelüberschrift. So sind alle „Zettel“ (Datensätze) in einer Tabelle gleich aufgebaut. MySQL hilft dir, diese Informationen ordentlich zu speichern,…

Weiterlesen Weiterlesen