Thank you for your kind words💕 I am glad that you found the video helpful. please subscribe my TH-cam channel for more valuable content.your support means a lot to us🤩 . stay tuned for upcoming videos
Thank you so much for your kind words! I'm thrilled to hear that you found the video clear and educational. If you enjoyed the content, please consider subscribing to my TH-cam channel and supporting me🙏😊. Your support helps me create more helpful videos. Happy coding! 🚀
Thank you madam this vedeo helps us to understand very well. I am requesting you to please appload some spring boot basic concepts .Please , Thank you have a great day bye madam.
Mam there's is some problem showing that Establishing SSL connection without server's identity verification is not recommended. According to mysql Exception in thread "main" Java. Sql. SQLException: Mam please could u give me the solution plz 🙏
Mam after doing that now it's showing Exception in thread "main" Java. sql. SQLException no suit able driver found for jdbc :: mysql://localhost:3306/database name? AutoReconnect=true&use SSL= false
Thanks for the encouragement! I'll keep pushing forward and doing my best. If you enjoy my content, please consider subscribing to my channel and supporting me. It means a lot!🤩
DatabaseMetaData metaData = con.getMetaData(); //retrieving the name of the database String name= metaData.getDatabaseProductName(); System.out.println("Name of the underlying database: "+name); this is how we retrieve the database name
@@RankoJunction Thanks for the reply Yesterday I practiced mysql Crud: create read update & delete operations Today I plan to practice Mysql Database Connectivity in Eclipse When I search in youtube Jdbc Mysql Connectivity to Eclipse I found your Video so helpful..
Thank you for watching☺️☺️! If you found this content helpful, please consider subscribing to my channel for more tips and updates. Your support really motivates me to keep creating valuable content😊😊
Go to Preferences » Java » Editor » Content Assist » Advanced. Make sure Other Java Proposals is ticked/checked. If that does not work simply close the project and reopen it.
Hello Mam, The jdbc connection is created but as soon as i run it, it displays the error named ie SQL Exception: unknown database (database_name) So can you please help me in solving this error? It will be a great help for me
@@RankoJunctionno i am trying the jdbc for the first time so i know only little bit about it....but yes i have made my schema(database) in the sql workbench and also the same schema is stated it in the java connection statement but it is only showing error in console-unknown database
fix it by right click on the package -> properties -> Java Build Path -> Add folder (select the folder your code resides in). This is one of the solutions and the most come one is remove the main and write it again properly
Error: Main method not found in class JdbcExample, please define the main method as: public static void main(String[] args) or a JavaFX application class must extend javafx.application.Application I getting these error after run it can you please help me out with these.
This error comes due to many possibilities. 1.chck your main method , is it written properly 2. In eclipse file name and class name mst be same . or else it will be easier for me to chck if u gave me the complete code here.
I am first time learner i stuck for 2 days after ur video i got resolve the problem❤
Thank you so much for your kind words! I’m glad you found this video helpful. Please subscribe to my TH-cam channel for more valuable content😊😊
Jai Shree Ram didi. I have been stuck because of this error for the last 5 hours. Finally your video helped me out. Thanks a lot.
Jai shree shyam 😊 your most welcome 🤩 please subscribe and share my TH-cam channel ☺️
your presentation was simply superb and steps are easy to understand.
Thank you so much 😊😊
Arre Bap re Mai 3 ghante se paresan tha ye to kamal ho gaya Wah Madm Wah Kya bat Hai Isi Tarah Aage Badiye God Bless You
I'm so glad you found the video helpful! Thanks for watching and supporting the channel ☺️
To me this video was very helpful. Thank you 🌹🌹🌹
🤩🤩
It was so helpful for me thanks a lot...❤keep going
Thank you so much, your words mean a lot to me🤩
Nice 👍 good explanation
Thank you 😊😊
Alhamdulillah Alhamdulillah
❤my sister
❤
😊
Great video bud, keep going on the Software Journery!
Thank you so much for your kind words! Please subscribe to my TH-cam channel and stay tuned for more useful content🤩
Thanks yaar…the way resolve those issues in the code that helps my problem…
thank you very much your video helped me a lot to run my project i am really grateful ❤❤❤
You're most welcome 🤩🤩
Very useful for me , No one is saying about cj(connector jar) in class loading , I think u only said it. Thanks🤗🤗❤
Thank you for your kind words💕 I am glad that you found the video helpful. please subscribe my TH-cam channel for more valuable content.your support means a lot to us🤩 . stay tuned for upcoming videos
thanks you so much , i stucked on this error from last 3 days , i frustrated 😤😤, but suddently i found your videos 🥹thanks a lot
Thank you so much for your kind words! I'm glad you found this video helpful 😊😊
Easily understanding and good teaching video....thank you😇💯👍
Thank you so much for your kind words! I'm thrilled to hear that you found the video clear and educational. If you enjoyed the content, please consider subscribing to my TH-cam channel and supporting me🙏😊. Your support helps me create more helpful videos. Happy coding! 🚀
Really Helpful thanks for helping
You're welcome 😊
It was so helpful for me thanks a lot
🤩
THANK YOU A 10000000000000000000000000000000000 TIMES YOU SAVED ME!!!!!!!!!!!!!!!!!!!!!!!!
You're most welcome 🤩🤩🤩
Your video is simply super..and helpful really! Thanks
It's my pleasure ☺️😊
Thank you madam this vedeo helps us to understand very well. I am requesting you to please appload some spring boot basic concepts .Please , Thank you have a great day bye madam.
Your welcome and yes definitely we are going to upload the complete spring boot tutorial
You slay queen😎😎😎.... Thanks for the video
It's my pleasure ☺️
really helpful..👍👍👍
Thank you so much 😊😊
Thanks mam really helpful
You're most welcome 🤗
problem toh rehgaya side me i hv to search another video,sorry to say this , but, I AM IN LOVE WITH YOUR VOICE😍
Really Helpful Video..!
Thank you so much😊😊
It was helpful
Thank you 😊
Thank you mam ❤
you're welcome😊
Mam there's is some problem showing that
Establishing SSL connection without server's identity verification is not recommended. According to mysql Exception in thread "main" Java. Sql. SQLException:
Mam please could u give me the solution plz 🙏
your url should be like this jdbc:jdbc:mysql://localhost:3306/datbasename?autoReconnect=true&useSSL=false
and please write your database name properly
Mam after doing that now it's showing
Exception in thread "main" Java. sql. SQLException no suit able driver found for jdbc :: mysql://localhost:3306/database name? AutoReconnect=true&use SSL= false
ilove your videos its so esy
Thank you so much 😊😊
hii your making as well keep going on yaaar🥰
Thanks for the encouragement! I'll keep pushing forward and doing my best. If you enjoy my content, please consider subscribing to my channel and supporting me. It means a lot!🤩
thanks a lot !❤
You're most welcome 😊
it would have been helpful if u put the code in description
Explanation is Awesome Connection is created got the output in Eclipse but my Query How to retrieve database from mysql to eclipse???
we don't retrieve the database we get the data stored in the table but we can get the database name using eclipse .
@@RankoJunction Then how to get database name??
DatabaseMetaData metaData = con.getMetaData();
//retrieving the name of the database
String name= metaData.getDatabaseProductName();
System.out.println("Name of the underlying database: "+name);
this is how we retrieve the database name
@@RankoJunction Thanks for the reply Yesterday I practiced mysql Crud: create read update & delete operations Today I plan to practice Mysql Database Connectivity in Eclipse When I search in youtube Jdbc Mysql Connectivity to Eclipse I found your Video so helpful..
Thanks a lot!!
You're most welcome ☺️☺️
Thanks mam ❤
Thank you for watching☺️☺️! If you found this content helpful, please consider subscribing to my channel for more tips and updates. Your support really motivates me to keep creating valuable content😊😊
@@RankoJunction Sure 🙌💯
Thank you so much🤩🤩
perfect
Thank you 😊
Tqsm🤗🤗
Your welcome 😊
thanks
You're most welcome 😊😊
Devan Point
thank you
You're most welcome 😊 please subscribe my TH-cam channel and support me 🙏
Corwin Lodge
Breitenberg Valley
the import option didnot come for me when i clicked connection
Go to Preferences » Java » Editor » Content Assist » Advanced.
Make sure Other Java Proposals is ticked/checked.
If that does not work simply close the project and reopen it.
Considine Stream
Dessie Lodge
in java SE21 i add the my sql connector dont open the add the jarfile option how can i resolve the issue
cn u check whether there is a module-info file in ur project which u r using
Gerry Throughway
Block Harbor
When I run ,it shows class not found exception
Pls say what to do
add the mysql driver as shown in the vdo and check for typos in your code .
😊😊
Jovanny Turnpike
Gladys Extensions
Ephraim River
Ambrose Place
Hansen Lodge
Didu its shows No sutaible deriver found for jdbc:mysql//:localhost: 3306/ unisoft what i can should do for this plz help 😢 Didu.
check ur spelling of com.mysql.cj.jdbc.Driver and add the driver as shown in the vdo
@@RankoJunction ya di I have done some thing but it's con not working
check whether ur schema is there in ur mysql workbench, user name and password
@@RankoJunction I'm not getting what is u said plz explain
You know na how to use mysql database
Barney Cliff
Mam for me it was showing access denied error even though the password is correct what to do?
Robel Shores
Ulises Garden
Mam in my system there is no modulepath wt should do mam 😢 plz reply mam
np , use the classpath instead
@@RankoJunction in that also it's not coming mam
click on the project and go to the build path and libraries
@@RankoJunction in library module is not there mam that's the problem 😞
Hanna Trafficway
Abernathy Station
Aurelie Forks
Ernie Branch
Marcia Lights
Hello Mam,
The jdbc connection is created but as soon as i run it, it displays the error named ie SQL Exception: unknown database (database_name)
So can you please help me in solving this error? It will be a great help for me
Do u know how to create a database in eclipse
@@RankoJunctionno i am trying the jdbc for the first time so i know only little bit about it....but yes i have made my schema(database) in the sql workbench and also the same schema is stated it in the java connection statement but it is only showing error in console-unknown database
Ebert Mountains
Hyatt Cape
Hey can you help me with something? Please
sure i will help you 😊
@@RankoJunction are you on discord? Is it possible to discuss on meet? Please, thank you for replying
Pfeffer Curve
Kassulke Squares
I face this issue while connectivity java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist please solve this problem
First create the table using the statement interface and then try to insert the values
Daniel Trace
Connection establish hone ke bad database me data kese insert kre
th-cam.com/video/iqFc5TyElM0/w-d-xo.htmlsi=aIfsPfwcDQkhZh1e
Yeh video mein diya hai
Donnelly Junction
Judge Burg
Aric Burgs
what is unisoft here..... when im providing my db name it is showing error
its the schema name , which we create inside our mysql workbench
you cn also use the world schema
When i run it comes like selection does not contain a main type what to do
cn you give me the code as the error may be on ur main method
@@RankoJunction then what to do
fix it by right click on the package -> properties -> Java Build Path -> Add folder (select the folder your code resides in). This is one of the solutions and the most come one is remove the main and write it again properly
or else you have to mail me ur project
@@RankoJunction ur mail id
Charley Glen
Myrtle Ville
Mikel Ferry
Tess Hill
my imports are underlined
if its a yellow line then they are known as unused imports.
@@RankoJunction no they were red. i found the fix. it was the module-info.java
Had to delete it to recreate it
Baumbach Unions
Error: Main method not found in class JdbcExample, please define the main method as:
public static void main(String[] args)
or a JavaFX application class must extend javafx.application.Application
I getting these error after run it can you please help me out with these.
This error comes due to many possibilities.
1.chck your main method , is it written properly
2. In eclipse file name and class name mst be same . or else
it will be easier for me to chck if u gave me the complete code here.
Lesley Oval
Kallie Heights
Jonathon Street
I am getting communication failure what to do
check your databases property like username , password, and specially the url
Nienow Isle
Rutherford Ports
Collins Stream
Jdbc is connected But How to retrieve Database in Mysql to Eclipse? Can Any one reply please
Every thing is fine but there is no exception in output😢😢
means , cn u explain ...class not found is not there in the output ?
@RankoJunction noo... Driver's output is not showing.. But i copied u totally.. But i can't get connection well
Ahmed Loaf
Franecki Bypass
Still getting an error Access denied for user 'root'@'localhost'(using password: YES)
Can u connect to your mysql workbench with the username and password which you are using for connection in java
Block Loop
Van Mews
Blanda Common