Before starting any MySQL project it is necessary to install MySQL in our pc, here some instruction and link from which you can download and start MySQL.
How to download MySQL:
Please follow given below link to download MySQL.
http://www.mysql.com/downloads/
after download, it, install it and set password as per our choice.
Then go to the mysql bin directory and copy path and then open cmd and change path like:
C:\...bin>mysql -u root -p
Enter password:******* #type your mysql password here
Now MySQL is open in cmd
mysql>
Now you can use to create a database, database tables as you like.
Now follow these link to creating database and tables:
https://www.codersarts.com/forum/database/creating-bank-database-tables-using-mysql