Skip to content
/ mbzdb Public
forked from hangar18cc/mbzdb

Port of the MusicBrainz database to run on other RDBMSs with replication (previously named MB_MySQL.)

Notifications You must be signed in to change notification settings

tomelgin/mbzdb

 
 

Repository files navigation

FORK OF MBZDB : Fix problem when creating Table/Indexes/Pk

1- Edit settings.pl to match your environment.
2- Edit settings_mysql.pl or settings_postgresql.pl to match your database environment.
3- Run ./init.pl

You may need to install the following CPAN modules in order to proceed:
perl -MCPAN -e install LWP::UserAgent
perl -MCPAN -e install DBI
perl -MCPAN -e install DBD::Pg
perl -MCPAN -e install DBD::mysql

===== Version log =====
5.0
  * Full support for NGS for both PostgreSQL and MySQL.
  * settings.pl is now split so that each backend gets its own
    relevant settings file.
  * A few minor bug fixes.

About

Port of the MusicBrainz database to run on other RDBMSs with replication (previously named MB_MySQL.)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 96.3%
  • Other 3.7%