Hi,
mp_Sites is a table in your database so you aren't going to find it in the filesystem. You need a database management application to see the database tables. If you are using MSSQL, the program you need is SQL Management Studio. If you are using MySQL, you can use SQLyog or HeidiSQL or phpMyAdmin. If you are using one of the other databases, you will have to search the net for the best DB management program to use.
HTH,
Joe D.