Page 1 of 1

Errors during istalation of MySQL

Posted: Sat Apr 25, 2009 6:02 pm
by balt
During the installation I received the following errors:
Starting MySQL.
Initializing settings.
Initializing MySQL.
Updating gem system
Initializing Ruby on Rails and DB.
Activating your HDA settings.
ERROR 1146 (42S02) at line 1: Table 'demo_development.settings' doesn't exist
Configuring your Wiki.
DBD::mysql::st execute failed: Table 'demo_development.settings' doesn't exist at /usr/bin/hda-install line 71.
DBD::mysql::st execute failed: Table 'demo_development.settings' doesn't exist at /usr/bin/hda-install line 71.

Any congestions?

Re: Errors during istalation of MySQL

Posted: Sat Apr 25, 2009 8:27 pm
by gmw
There is a similar posting that might help:

http://forums.amahi.org/viewtopic.php?f ... 1146#p1084

If not the experts will be back in about 24 hours :D

Re: Errors during istalation of MySQL

Posted: Sat Apr 25, 2009 10:20 pm
by cpg
During the installation I received the following errors:
ERROR 1146 (42S02) at line 1: Table 'demo_development.settings' doesn't exist

Any congestions?
the main table for the amahi system did not get created (ok, this whole concept of a home server started as a demo to friends - we'll change the db name at some point :oops: ).

this could be for several reasons:
  • mysql was initialized before and the password for the root user was set from the get go. unfortunately, only the default password for root is assumed (it's "hda" if you would like to set it back to the default). we have some growing up to do.
  • something prevented mysql to start or to initialize properly. could be lack of disk, improper installation of mysql, ... and a few other reasons. any idea what could have been done to the system to cause this?
hope that helps,

cpg