Easy dont run before you walk. If you dont know how to use MySQL i would advise you strongly to not make a forum. First learn SQL (Stuctured Query Language) its the language used for MySQL and many other databases systems out there.
I dont know any MySQL Tutorials (just MySQL) however there are some great books on the topic (i havent got any only looked through a couple).
I also suggest using a file based database system (no not SQLite) but using files to store data so you understand how the File Functions work before moving on to databases (this was the best advice I was ever given in PHP).
Also just a pointer, if you are going to ask how to do something e.g. What tables, fields etc your not going to get far. If you plan on latter making one view other forums out there, see how they work.
Your going to find that each one works different to the other as there is no set path in doing a task in programming.
Goodluck