-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DB install fails #60
Comments
open db_patches/create_tables.sql This worked for me |
The problem seems to be that the settings table is created with 6 columns:
The INSERT statement then tries to pass 7 values. Removing the last value from the INSERT appears to work because you are now passing the right number of values. However, removing the trailing 0 value screws up the alignment of VALUE to COLUMN. Presumably, 'PearlBee' belongs in the 'blog_name' column. I think the incorrect item in the list of values is probably the third value ('') or the fourth value ('/'), depending on what we want to set as out 'theme_folder'. My guess is that '/' is the correct value for 'theme_folder'. |
In commit ac6032a |
Revisiting PearlBee...
oh come on... http://stackoverflow.com/questions/1462497/creating-enum-variable-type-in-mysql I also see no "ENUM" in the syntax definition of |
@petamem Sorry, I am not very sure what exactly you wan to express. |
BLOGSPERL-221 still remains json isue change
After some serious hassle of installing GD (for Auth::Captcha).
No luck with DB init:
ok, let's try the other magic line:
www PearlBee # mysql -u root -p < db_patches/set_up_new_db.sql Enter password: ERROR 1046 (3D000) at line 22: No database selected
No PearlBee here running yet...
The text was updated successfully, but these errors were encountered: