It sounds like you need to learn a few basic database fundamentals, first, so please spend some time making sure you understand Database Normalization and.
However, in principle, you probably need a table of "players" (player identifier, name, etc.), a list table (roster identifier, name, possibly owner_id) and player_roster_map (player_id, roster_id), which links the two. You will probably need a unique constraint on the composite value of player_id and roster_id, and you should have a foreign key constraint on both player_id and roster_id in this mapping table.
( , , , , , , , .)
, , , , , , , MySql; .
. , (, ), . , . ; , , , , .