How would I go about cracking this salted sha-1 hash?
#1
I got it from a MySQL5 database.

Code:
+----+------------------------------------------+--------------+------+----------+
| id | password                                 | salt         | site | username |
+----+------------------------------------------+--------------+------+----------+
| 1  | <removed by philsmd> | <salt removed too by philsmd> | 1    | admin    |
+----+------------------------------------------+--------------+------+----------+

I thought it was a MySQL4.1/MySQL5 hash, but aren't those usually unsalted?

I tried submitting it to onlinehashcrack.com but they couldn't find anything, which is weird because the password shouldn't be a complex pass. 

Thanks
#2
don't post hashes. read the forum rules: https://hashcat.net/forum/announcement-2.html

Banned for 1 week (please use these 604800 seconds wisely to read and understand the forum rules).
Thx