JDBC driver not found

Recently i got the error in CUBA studio …IDE fatal error…Capture
How i can i fix it

Capture

How can i fix the issue…IDE fatel error ,
java.lang.RuntimeException: JDBC driver not found: com.mysql.jdbc.Driver

Hi

To work with a project that has MySQL database you need to add JDBC driver to the Studio.

Run CUBA Studio as Administrator.
Go to the CUBA > Settings > Database Proprietary Drivers, click on the MySQL add button.
Studio shows a dialog where you can click a link for downloading the JDBC driver from the vendor website and then upload it from the local file system to the correct locations in the project and Studio itself. After uploading a driver, restart Studio.

Thanks bro…