The table name you want is called "tracks" in that table has accountid...
So you need to find the account id number for that specific account.
You can find that out by looking at the accounts in the database as well, finding the username and see the ID number ,that is the account ID.
Use php / mysql and setup the connection and display the songs.