Veröffentlicht 27. Dezember 20213 j Hallo, wir haben in der Schule Maria db aufgesetzt aber auf meinem eigenen PC bekomme ich nur lauter Fehler C:\Program Files\MariaDB 10.6\bin>mysqld.exe --console 2021-12-27 18:28:59 0 [Note] mysqld.exe (server 10.6.5-MariaDB) starting as process 15128 ... 2021-12-27 18:28:59 0 [ERROR] InnoDB: The data file './ibdata1' must be writable 2021-12-27 18:28:59 0 [ERROR] InnoDB: The data file './ibdata1' must be writable 2021-12-27 18:28:59 0 [ERROR] Plugin 'InnoDB' init function returned error. 2021-12-27 18:28:59 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2021-12-27 18:28:59 0 [Note] Plugin 'FEEDBACK' is disabled. 2021-12-27 18:28:59 0 [ERROR] Unknown/unsupported storage engine: InnoDB 2021-12-27 18:28:59 0 [ERROR] Aborting Was kann man da machen? Eigentlich sollte überall Note stehen statt Error. Gibt es vielleicht eine Alternative zu Mysql wo die Installation leichter ist? Danke
27. Dezember 20213 j Zitat Folder "program files" in windows is usually restrict write for non-admin accounts, so you can either: run mysql under admin account - not very good practice set write rights for this folder for all - not very good practice move data storage into another place and change my.cnf appropriately - right one https://stackoverflow.com/questions/19391182/error-in-starting-mysql-server-from-command-prompt/19391228
Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.