my SQL ampel wird rot.

unaimed

Gesperrt
Moin.
Kann mir jemand saagen warum meine mysql ampel immer wieder rot wird ?
die ist grün und nach 2 sekunden ist sie wieder rot
wodran kann es liegen.
 
Versuch' mal MySQL mit folgenden Befehl zu starten:c:\Programme\mysql\bin\mysqld.exe --standalone
 
In die Konsole? (cmd.exe)

Was hat die MySQL-Ampel mit dem PHP-Forum zu tun?
Ausserdem solltest du dich an die Netiquette halten.
 
Hmmm dann passiert garnichts.
"CMD.exe" nimmt den Befehl nicht an, weil Ich am start sofort in "C:\Dokumente und Einstellungen\" und da komm ich nicht raus.

edit:

oh jetzt geht es doch.
Allerdings macht der dann irgendwas aber öffnet nichts oder so
 
Zuletzt bearbeitet:
Es reicht den Befehl im "Ausführen..."-Fenster (welches im Startmenü zu öffnen ist) auszuführen. Natürlich musst du den Pfad entsprechend anpassen.
 
habe ich angepasst
passiert aber keine öffnung von MYSQL

folgendes steht in einer error Datei von mysql:

InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
040620 20:27:00 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
040620 20:27:01 InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
040620 20:27:01 InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
040620 20:27:07 InnoDB: Started
040620 20:27:07 Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't exist
040620 20:27:07 Aborting

040620 20:27:07 InnoDB: Starting shutdown...
040620 20:27:09 InnoDB: Shutdown completed
040620 20:27:09 MySql: Shutdown Complete

040620 20:27:23 InnoDB: Started
040620 20:27:23 Fatal error: Can't open privilege tables: Table 'mysql.host' doesn't exist
040620 20:27:23 Aborting

040620 20:27:23 InnoDB: Starting shutdown...
040620 20:27:25 InnoDB: Shutdown completed
040620 20:27:25 MySql: Shutdown Complete
 
Zuletzt bearbeitet:
Zurück