MusicBrainz MySQL: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(adding "See also" section)
 
(10 intermediate revisions by 8 users not shown)
Line 1: Line 1:
The [[MusicBrainz]] database is written in [http://www.postgresql.org/ PostgreSQL]. MusicBrainz MySQL allows any user to very easily set up a mirror of the [[MusicBrainz]] database using MySQL, complete with replication.
==About==


More information and download is available on the project's Git repository at [https://github.com/elliotchance/mbzdb https://github.com/elliotchance/mbzdb].
The [[MusicBrainz]] database is written in [http://www.postgresql.org/ PostgreSQL]. MusicBrainzMySQL allows any user to very easily setup a mirror of the [[MusicBrainz]] database using MySQL, complete with [http://www.chancemedia.com/MB_MySQL/manual.html#replication replications].


==General Requirements==
== Developer ==


Any problems/questions/ideas, please email them to Elliot Chancey ([[User:Chancey|chancey]]).
MusicBrainzMySQL (MB_MySQL) is very portable and easy to setup on any unix based system that has MySQL and Perl installed. Windows MySQL is not supported due to its lack of support for InnoDB.


==See also==
For the full list of instructions, see the [http://www.chancemedia.com/MB_MySQL/manual.html manual]
[[External_Resources]]


[[Category:Download]] [[Category:Development]]
==Download==

* MB_MySQL is available from [http://www.chancemedia.com/MB_MySQL/ http://www.chancemedia.com/MB_MySQL/]
* A fork of MB_MySQL with an updated schema (since the 5-24-09 server release) is available at: [http://github.com/bts/mb_mysql http://github.com/bts/mb_mysql]
* The manual can be viewed online at [http://www.chancemedia.com/MB_MySQL/manual.html http://www.chancemedia.com/MB_MySQL/manual.html]

==Developer==

Any problems/questions/ideas, please email them to me, Elliot ([http://wiki.musicbrainz.org/chancey chancey])

----[[Needs Intertwingling|NeedsIntertwingling]]

[[Category:To Be Reviewed]] [[Category:Development]]

Latest revision as of 15:02, 17 May 2016

The MusicBrainz database is written in PostgreSQL. MusicBrainz MySQL allows any user to very easily set up a mirror of the MusicBrainz database using MySQL, complete with replication.

More information and download is available on the project's Git repository at https://github.com/elliotchance/mbzdb.

Developer

Any problems/questions/ideas, please email them to Elliot Chancey (chancey).

See also

External_Resources