I read that I'm not supposed to put a cron under 5 mins. I need one to run a file every minute to update a small table in my database what do I need to do ?
You cannot run cron jobs more than once every 5 minutes, you will be suspended if you try.
It may be possible to use a PHP Cron Alternative (If you are interested I could try and find the URL), but this would require that you get at least one hit a minute to make sure the script runs.