Subversion Repositories cheapmusic

Rev

Rev 18 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 44
Line -... Line 1...
-
 
1
mysql -D cheapmusic --show-warnings < cheapmusic.sql
1
php artists.php
2
php artists.php
2
mysql -D cheapmusic -p < artists.sql
3
mysql -D cheapmusic --show-warnings < artists.sql
3
php masters.php
4
php masters.php
4
mysql -D cheapmusic -p < masters.sql
5
mysql -D cheapmusic --show-warnings < masters.sql
5
php labels.php
6
php labels.php
6
mysql -D cheapmusic -p < labels.sql
7
mysql -D cheapmusic --show-warnings < labels.sql
7
php releases.php
8
php releases.php
8
mysql -D cheapmusic -p < releases.sql
9
mysql -D cheapmusic --show-warnings < releases.sql