疯狂的baidu   http://mu.baidu.com/sql/      Index of /sql   Parent Directory mu.sql music.sql update.sql    http://mu.baidu.com/bin/         Index of /bin   Parent Directory backupdatabase.jx.sh backupdatabase.sh backupdatabase.zjm.sh daily.sh musicstat.sh sysnchronize.sh   后台地址:http://mu.baidu.com/admin/               联系管理员   sql里边几个有意思的信息:      在 http://mu.baidu.com/sql/mu.sql  中   CREATE  DATABASE  mu; CREATE  TABLE  `admin`  (   `aid`  int ( 11 )  NOT  NULL  AUTO_INCREMENT ,   `aname`  varchar ( 255 )  NOT  NULL  DEFAULT  '' ,   `pwd`  varchar ( 40 )  NOT  NULL  DEFAULT  '' ,   `createtime`  datetime NOT  NULL  DEFAULT  '0000-00-00 00:00:00' ,   `lastlogin`  datetime NOT  NULL  DEFAULT  '0000-00-00 00:00:00' ,   `logintimes`  int ( 11 )  NOT  NULL  DEFAULT  '0' ,   `operator`  int ( 11 )  NOT  NULL  DEFAULT  '0' ,   `level`  int ( 1 )  NOT  NULL  DEFAULT  '0' ,   `acid`  int ( 11 )  NOT  NULL  DEFAULT  '0' ,   `astatus`  ...