Free Music Database

Status
Not open for further replies.

bishi

sleeves!
Jun 5, 2007
55
0
0
im giving away a database i was working on recently. its kind of big and i would like to redo it sometime in the future, but for now i would like to share it with you all.
Code:
CREATE TABLE `music` (
  `id` int(11) NOT NULL auto_increment,
  `artist_name` varchar(255) NOT NULL default '',
  `album_title` varchar(255) NOT NULL default '',
  `song_name` varchar(255) NOT NULL default '',
  `genre` varchar(100) NOT NULL default '',
  `release_date` varchar(100) NOT NULL default '',
  `album_art` varchar(255) NOT NULL default '',
  `album_length` varchar(100) NOT NULL default '',
  `album_review` text NOT NULL,
  `label_name` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8029131 DEFAULT CHARSET=latin1 MAX_ROWS=4294967295 AVG_ROW_LENGTH=50;
the actual sql file is a little over 6 gigs
but the rar is only 315 mb

download
 


Well I downloaded the file a couple of days ago. Bishi seems to be out, so if you guys think it's ok, I'll upload it to rapidshare or so and post the link here.
 
Ok here goes. I had to split the file in two because Rapidshare-max is 200 mb.

Code:
http://rapidshare.com/files/194236171/mdpt1.rar.html
http://rapidshare.com/files/194253726/mdpt2.rar.html

Somehow they also only allow 10 downloads per file because I don't have an account. Didn't know that... So only the first 10 will get lucky with these links.

If the links won't work anymore, I'd be happy to upload again to some other service - please say so if you want it, and if you know of one which doesn't limit the number of downloads.

Cheers
 
Hello!

7306seagulls.jpg
 
Ok here goes. I had to split the file in two because Rapidshare-max is 200 mb.

Code:
http://rapidshare.com/files/194236171/mdpt1.rar.html
http://rapidshare.com/files/194253726/mdpt2.rar.html
Somehow they also only allow 10 downloads per file because I don't have an account. Didn't know that... So only the first 10 will get lucky with these links.

If the links won't work anymore, I'd be happy to upload again to some other service - please say so if you want it, and if you know of one which doesn't limit the number of downloads.

Cheers

Thanks a bunch buddy, downloading now :) I can upload it to mediafire once more people want it :)
 
Came in as a 6G SQL file on my end. What do you use to open a monster like that? Anyone else have it come in at that filesize?
 
Came in as a 6G SQL file on my end. What do you use to open a monster like that? Anyone else have it come in at that filesize?

The OP said that its 6GB, lol. I'm not entirely sure but I think you have to uplaod it to the server and extract it there. I haven't done this kind of size yet either.
 
Came in as a 6G SQL file on my end. What do you use to open a monster like that? Anyone else have it come in at that filesize?


I had that problem on another file a few days ago. Your best bet would be to put it in a gz archive and import it through PHPMyAdmin. You could do it without compressing it, but you would need the space and CPU to handle it.

Either way, it will probably take a while, so remove any script execution time limits you have and check the box that says something like, "partial upload" in case it doesn't finish on the first try for some reason.
 
Thanks!

If anyone else has a music site with a lot of pages indexed pm me or add to aim please we can work out a few link exchanges.
 
Status
Not open for further replies.