Project

General

Profile

Unable to Load Default Data

Added by James Ravenscroft over 13 years ago

Hi,

I have been following the instructions to create and install the database for Redmine, but have encountered a problem. When running db:migrate I receive a message of:

C:\Ruby187\bin\rake:19: [BUG] Segmentation fault
ruby 1.8.7 (2010-12-23 patchlevel 330) [i386-mingw32]

If I run the db:migrate command multiple times it seems to have created the database as running the SQL command 'show tables' returns 47 rows.

Running redmine:load_default_data returns the same error message, but as far as I can see it does not populate the database fully regardless of how many times I run the command, as when I attempt to create a new issue the priority select box is empty.

I am running Windows 7 (64 bit) and have downloaded libmySQL.dll. Is the SQL for creating and populating the database available anywhere so I can do this manually?

Many thanks.