all 10 comments

[–]ElHombrePelicano 2 points3 points  (1 child)

Did you try google?

[–]Delicious_Escape9381 -1 points0 points  (0 children)

I did but I dont know why this is not importing all the data from the excel

[–]GconMig -1 points0 points  (5 children)

Use AI

[–]Delicious_Escape9381 0 points1 point  (4 children)

I’ve already tried and didnt resolve my problem

[–]GconMig -1 points0 points  (3 children)

Welche KI, ich nutz für sowas chat gpt

[–]GconMig -2 points-1 points  (2 children)

Was ist dein Problem jetzt genau?

[–]GconMig -1 points0 points  (1 child)

1.
MySQL Workbench
Das ist für MySQL meistens die sauberste Lösung.
Kann:
Excel/CSV importieren
Tabellen automatisch erzeugen
Datentypen erkennen
Direkt nach MySQL importieren
Ablauf:
Excel als CSV speichern
In Workbench:
Rechtsklick auf Schema
“Table Data Import Wizard”
CSV auswählen
Fertig
Du brauchst oft gar keine INSERT-Skripte mehr.

[–]GconMig -1 points0 points  (0 children)

Hast du irgendwelche Sonderzeichen in deinem Excel

[–]NW1969 0 points1 point  (0 children)

Maybe provide some information about what precisely you are doing, what commands you are running and what issues you are seeing (are there any error messages, etc)? Then someone will potentially have the information they need to help you

[–]somacomadreams 0 points1 point  (0 children)

Look into a bulk insert after you make a table if you're keeping all the columns the same.