so.... create a database (cPanel or phpMyAdmin)... add a user to that database (once again, cPanel)... then just use phpMyAdmin to create a table with whatever fields you want....
Title would be varChar or SmallText
Description would be varChar or SmallText
URL would be varchar or Text
Now, you might want to use an ID field too....
id would be smallint with 11 as length and auto_incremented