PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem mit Parameter beim Starten des mysqld



computerjan
18.11.09, 14:22
Hallo,

um meine Linuxkenntnisse ein bisschen zu verbessern, habe ich MySQL manuell aus den Binaries installiert ;)

Laut dieser Anleitung hier:
http://dev.mysql.com/doc/refman/5.1/de/installing-binary.html

Klappt auch prima, bis auf das sich die Systemtabellen nicht reinbatchen/installieren lassen. Auch der Server an sich startet leider nicht :mad:
Ich bekomme eine Meldung, das die Option --skip-bdb unbekannt wäre:


root@debian-sven: /usr/local/mysql > scripts/mysql_install_db --basedir=/usr/local/mysql --user=mysql
Installing MySQL system tables...
091118 15:17:20 [ERROR] /usr/local/mysql/bin/mysqld: unknown option '--skip-bdb'
091118 15:17:20 [ERROR] Aborting

091118 15:17:20 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete


Installation of system tables failed! Examine the logs in
/var/lib/mysql for more information.

You can try to start the mysqld daemon with:

shell> /usr/local/mysql/bin/mysqld --skip-grant &

and use the command line tool /usr/local/mysql/bin/mysql
to connect to the mysql database and look at the grant tables:

shell> /usr/local/mysql/bin/mysql -u root mysql
mysql> show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /var/lib/mysql that may be helpful.

The latest information about MySQL is available on the web at
http://www.mysql.com/. Please consult the MySQL manual section
'Problems running mysql_install_db', and the manual section that
describes problems on your OS. Another information source are the
MySQL email archives available at http://lists.mysql.com/.

Please check all of the above before mailing us! And remember, if
you do mail us, you MUST use the /usr/local/mysql/scripts/mysqlbug script!



Auch beim Starten des Servers per Konsole erhalte ich den Fehler :(, obwohl ich überhaupt keine Option dranhänge:


root@debian-sven: /usr/local/mysql > bin/mysqld
091118 15:18:42 [ERROR] Can't find messagefile '/usr/share/mysql/english/errmsg.sys'
091118 15:18:42 [Note] Plugin 'FEDERATED' is disabled.
bin/mysqld: Unknown error 1146
091118 15:18:42 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
091118 15:18:42 InnoDB: Started; log sequence number 0 44233
091118 15:18:42 [ERROR] bin/mysqld: unknown option '--skip-bdb'
091118 15:18:42 [ERROR] Aborting

091118 15:18:42 InnoDB: Starting shutdown...
091118 15:18:43 InnoDB: Shutdown completed; log sequence number 0 44233
091118 15:18:43 [Note]



Ich weiß momentan echt nicht mehr weiter...
Neu runtergeladen hab ich schon, anderer Speicherort hab ich auch schon probiert :(

Kennt vielleicht einer von euch das Problem und evtl auch eine Lösung?;)

Vielen Dank im Vorraus

mfg
jan

Flex6
18.11.09, 19:37
nach Anleitung sollte mit "--skip grant" gestartet werden.

computerjan
18.11.09, 19:47
nach Anleitung sollte mit "--skip grant" gestartet werden.
Dabei erhalte ich die gleiche Fehlermeldung :(