I really appreciate someone who share his knowledge to help other people. specially me who is in the process of learning. Thank you so much!
@CodeJava3 жыл бұрын
Glad it was helpful!
@8037_a3 жыл бұрын
@@CodeJava send the link exactly in video
@CodeJava3 жыл бұрын
@@8037_a what link do you mean?
@8037_a3 жыл бұрын
@@CodeJava the java connector file in netbeams library class does not appear meanwhile i created backend data through phpmyadmin i want to connect databse to my java project
@nathansuarez55433 жыл бұрын
when i click test connection on 4:56 i get this error (Cannot establish a connection to jdbc:mysql://localhost:3306/mysql?zeroDateTimeBehavior=CONVERT_TO_NULL using com.mysql.cj.jdbc.Driver (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.))
@sushmareddykolli13362 жыл бұрын
were you able to fix it?
@CJ-xg6pf Жыл бұрын
I'm getting the same error
@anjalivalani69 Жыл бұрын
I am getting same error you know how to fix it?
@devashishathawale48072 жыл бұрын
Thank you so much, our school textbooks don't help us much at all, this one video helped me solve the problem!
@CodeJava2 жыл бұрын
Glad it helped.
@CoollBoyz-dr5nv2 жыл бұрын
Bhai main ye pg main padh raha hun aur tu school main 🥲
@kwandokuhlemhlongo46762 жыл бұрын
Man, thank you for sharing this. If it weren't for this video, I would've failed my assignment. I appreciate you.
@CodeJava2 жыл бұрын
Glad it helped!
@Depogramming2 жыл бұрын
Thanks man , I have spent like 4 hours searching on how to connect database and netbeans , you saved my GPA
@CodeJava2 жыл бұрын
Glad I could help
@nguyenhoan85323 жыл бұрын
I had succeeded the first time I tried thism very helpful thank you. But a few days later when I try to do it again it showed this problem(Cannot establish a connection to jdbc:mysql://localhost:3306/mysql?zeroDateTimeBehavior=CONVERT_TO_NULL using com.mysql.cj.jdbc.Driver (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.) and I dont know how to fix it, please help :(
@CaptainSlow-qo6mj2 жыл бұрын
Did u fixed it?
@tamnguyenthanh16942 жыл бұрын
Thank you so much, I lose a night to research but no result but in your video I've resolved my problem
@CodeJava2 жыл бұрын
Glad it helped
@codedrian3 жыл бұрын
I got this error Cannot establish a connection to jdbc:mysql://localhost:3306/mysql?zeroDateTimeBehavior=CONVERT_TO_NULL using com. What should I do?
@ride_with_muku2 жыл бұрын
kyuki mera bhi nhi hua
@ozonewagle2 жыл бұрын
Do i need to run xamp & mysql service in background for it to work?
@CodeJava2 жыл бұрын
yes, you do have MySQL service running in background, on localhost or on other machine.
@emito692 жыл бұрын
@@CodeJava and is there a way to make the connection using a SQL Service from netbeans? without the need of xampp or mysqlservice?
@CodeJava2 жыл бұрын
@@emito69 no way. NetBeans is just an IDE.
@emito692 жыл бұрын
@@CodeJava thanks. i undestand now. i found that there are db servers like H2 that i can embbed in my aplication. i will keep learning. greats!
@CodeJava2 жыл бұрын
@@emito69 that's right. check my video: kzbin.info/www/bejne/fqTbhp-FebipnK8
@elestirensincap14813 жыл бұрын
Hello. For some reason, the Localhost section did not appear for me, what should I do? 3:32
@elestirensincap14813 жыл бұрын
Thanks, I just fixed the problem. I forgot to register :D
@CodeJava3 жыл бұрын
Glad to know that.
@pavithramarimuthu26163 жыл бұрын
Thanks a lot . really helped me a lot. I was searching for videos and finally found ur clear video and clear guidance .
@CodeJava3 жыл бұрын
Glad it helped
@aryanshah19383 жыл бұрын
It keeps on showing connection failed, how did you solve that. I tried everything
@ngophuocloc50302 жыл бұрын
Thanks u =)) after 3 days finally i can connect MySQL with this video =))
@CodeJava2 жыл бұрын
Glad I could help!
@ola6495 Жыл бұрын
third week and i have not connect it yet
@divinaviolet33972 жыл бұрын
Thank u so much....after many videos finally this worked
@CodeJava2 жыл бұрын
You're welcome!
@mer09253 жыл бұрын
Thank you very much, now i can finish my project
@CodeJava3 жыл бұрын
You are welcome
@ayushenma Жыл бұрын
it says my table does not exist after insert data 9:25
@sanjayanuwan423 жыл бұрын
CEO of "here"
@CodeJava3 жыл бұрын
Happy to help!
@yiamkarkar52403 жыл бұрын
Hi, I got an error "The server time zone value 'Malay Peninsula Standard Time' is unrecognized or represents more than one time zone. You must configure either..." when trying to connect the server, is there any solutions to solve this problem? I'm using the exactly same version of MySQL and Netbeans as yours
@CodeJava3 жыл бұрын
which version of your MySQL JDBC driver, 5.1. or 8.0? The latest one will not have time zone issue.
@yiamkarkar52403 жыл бұрын
@@CodeJava I'm using MySQL JDBC driver version 8.0.22. By the way, I already got the solution to solve this problem. Thanks for your reply!
@blackiethecat83 жыл бұрын
@@yiamkarkar5240 how did you solve this problem? i got this error too
@yiamkarkar52403 жыл бұрын
@@blackiethecat8 by specifying the server time zone in the database url, for example: "jdbc:mysql://localhost:3306/mysql?zeroDateTimeBehavior=convert_To_Null&serverTimezone=UTC"
@picaohg73703 жыл бұрын
@@yiamkarkar5240 replace to ?useTimezone=true&serverTimezone=UTC this "?zeroDateTimeBehavior=convert_To_Null&serverTimezone=UTC""
@picaohg73703 жыл бұрын
how i can pull the connection to an jframe archive to send the text field information? i do not know how to pull the connection or this way of service link is only for this purpouses?
@CodeJava3 жыл бұрын
then you need to write Java code. Check this video: kzbin.info/www/bejne/mqaonJtuj9h5fdU
@RahulSingh-yz7jd3 жыл бұрын
Thank you so much. I couldn't get my task done and you helped me soo much thank you again.
@CodeJava3 жыл бұрын
Glad I could help!
@leandropoma98653 жыл бұрын
Thanks!!!, Greetings from Bolivia
@CodeJava3 жыл бұрын
Welcome!
@belahouelmohammedmehdi96872 жыл бұрын
I have a little problem when i test connection it dosent succed any ideas??
@CodeJava2 жыл бұрын
check JDBC URL, database username, password, port number, schema name... Make sure MySQL server is running.
@priyanshusingh10752 жыл бұрын
in which version u made this project is there any difference in new versions of netbeans and jdbc
@CodeJava2 жыл бұрын
I was using NetBeans 12.1 - there might be difference in the new version, but I think it would be similar.
@codedrian3 жыл бұрын
Hi. Is it okay that I don't add them in my System variable? I saw some tutorials that they add them in their system variable. Thank you.
@CodeJava3 жыл бұрын
add what to system variable?
@biancapxt3 жыл бұрын
THANK YOU!!!! I was looking for a solution for hours
@CodeJava3 жыл бұрын
You are welcome!
@PoojaSingh-ig8ki3 жыл бұрын
you explained it very well....thank u
@CodeJava3 жыл бұрын
You are welcome :)
@toprakarat10183 жыл бұрын
I use Microsoft SQL Server Managament and my authentication is Windows Authentication. So, what should i write on host name, port and Username? I dont have it.
@CodeJava3 жыл бұрын
with Windows authentication, you don't have to specify username and password. Just specify the JDBC URL like this: jdbc:sqlserver://localhost:1433;databaseName=testdb;integratedSecurity=true;
@monikashira46113 жыл бұрын
Sir after adding mysql connector it show same error in connection of driver what I can do
@CodeJava3 жыл бұрын
what is the error?
@monikashira46113 жыл бұрын
@@CodeJava com.mysql.jdbc.Driver This is the error sir
@barsaraneebarik41412 жыл бұрын
If we connect database with service can we access it every frame and no code required for writing?
@CodeJava2 жыл бұрын
No, you still need to write code in your Java project. Check this video: kzbin.info/www/bejne/mqaonJtuj9h5fdU
@austinmumba18033 жыл бұрын
Had you created the database already prior to connection?
@CodeJava3 жыл бұрын
Yes, suppose that you have some existing databases.
@austinmumba18033 жыл бұрын
@@CodeJava Thanks man!
@frandychacon75054 жыл бұрын
is it the same on Netbeans IDE 8.2? I can't see any database icon on mine
@CodeJava4 жыл бұрын
I don't know because I no longer use NB 8, which is too old. Upgrade to Apache NetBeans 12.
@riyapatil3113 жыл бұрын
Maybe you'll see library then add library you will get options to add mysql
@antrung99083 жыл бұрын
Thank you so much! This video is very good
@CodeJava3 жыл бұрын
You're so welcome!
@arafatlone11623 жыл бұрын
I got an error for Cannot establish a connection to jdbc Do i need to have an SQL ?
@CodeJava3 жыл бұрын
Sure, you need to have MySQL server running locally on your computer or remotely on another computer.
@nourelhouda52512 жыл бұрын
Thank you soo much !! i was looking for this for months !!!
@CodeJava2 жыл бұрын
Glad it helped!
@luarcapancho3 жыл бұрын
Thanks it was very helpfull
@CodeJava3 жыл бұрын
You're welcome!
@pmcrevenant1297 Жыл бұрын
Strangely... I can't connect because mine kept saying "Connection Failed" what did I do wrong?!
@CodeJava Жыл бұрын
check JDBC url, username, password and make sure the MySQL server is up.
@pmcrevenant1297 Жыл бұрын
@@CodeJava Where can I check this JDBC? And how can I check if my MySQL server is up? It doesn't even highlight the "Start Server".
@jorgeescoto23822 жыл бұрын
Great content
@CodeJava2 жыл бұрын
thank you!
@ishaanapte65703 жыл бұрын
but bow to add data into the database from java class since i am making GUI
@CodeJava3 жыл бұрын
follow this video: kzbin.info/www/bejne/Z6GkZ2djm9ScsJo
@totallyrandom90633 жыл бұрын
this message is showing when i tried to make a new connection? Cannot establish a connection to jdbc:mysql://localhost:3306/mysqltest?zeroDateTimeBehavior=CONVERT_TO_NUL
@manhnguyen-kc2pi3 жыл бұрын
a đang ở vn hay ở đâu vậy ạ
@CodeJava3 жыл бұрын
VN em.
@simba45133 жыл бұрын
thank you so much!!! finally I solved it!
@CodeJava3 жыл бұрын
You're welcome!
@DeepakKumar-rv9di3 жыл бұрын
You saved me, Bro!! Thank you so much.
@CodeJava3 жыл бұрын
You are welcome!
@PriyanshuYadav-bq8py3 жыл бұрын
I think Ravi kumar is your indian friend 😂
@CodeJava3 жыл бұрын
haha, is it a common Indian name?
@shauntiey Жыл бұрын
My netbeans doesn't show the option to create a new connection?
@CodeJava Жыл бұрын
I don't know why. Perhaps your NB installation is corrupted. Try to remove and install again.
@moon_boss1234 жыл бұрын
thanks a lot ...a now i can do my task's.....
@CodeJava4 жыл бұрын
Happy to help
@pooranasundarpooranasundar98642 жыл бұрын
I tried to connect the Database, But it's showing Connection failed. Can you explain how to resolve this ?
@CodeJava2 жыл бұрын
That error means one of connection information is incorrect. So check JDBC URL, username, password. Also make sure MySQL server is running.
@vednande61923 жыл бұрын
It is showing me this error.. please help Connection failed: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago.
@CodeJava3 жыл бұрын
make sure that mysql server is up and running.
@vednande61923 жыл бұрын
@@CodeJava actually I again installed Java 17 now everything is right.. thanks a lot 🙏😊
@gustimuhammadaulianursulth71923 жыл бұрын
how about when test connection errorr?
@CodeJava3 жыл бұрын
then check username, password, JDBC URL... also ensure MySQL server is running
@efromthestudio2 жыл бұрын
this helped me a lot thank you!!
@CodeJava2 жыл бұрын
Glad it helped!
@enriquezpastunafranklingeo59603 жыл бұрын
hola tengo error al momento de realizar la prueba de coneccion ayúdame please
@CodeJava3 жыл бұрын
Ensure that url, username and password are correct. Also MySQL server instance is running.
@hatran_fitness3 жыл бұрын
Are you Vietnamese?
@CodeJava3 жыл бұрын
yes, I am.
@ashinkunjumon32953 жыл бұрын
For me its showing invalid and not connecting to server
@ganeshmalo77363 жыл бұрын
I can not connect mysql with netbeans ,Any password can i use?
@CodeJava3 жыл бұрын
it must be the password you set when installing MySQL.
@thenatureedits80894 жыл бұрын
Helped very much, thanks
@CodeJava4 жыл бұрын
Glad it helped
@nongvunguyen16213 жыл бұрын
what password of root can i fill out i have some problem with this
@CodeJava3 жыл бұрын
then you have to reset your root password. reference: stackoverflow.com/questions/16556497/mysql-how-to-reset-or-change-the-mysql-root-password
@anjalivalani69 Жыл бұрын
Hey beo i am still getting error like connection failed😢
@CodeJava Жыл бұрын
check JDBC URL, username, password.... also make sure MySQL server is actually running.
@ThuyHoang-di4hs3 жыл бұрын
anh oi nêu e cài mà nó k thành cong là lỗi do đâu vậy ạ
@CodeJava3 жыл бұрын
kiểm tra JDBC driver, JDBC URL, username và password.
@ThuyHoang-di4hs3 жыл бұрын
@@CodeJava anh oi anh cho e xin inf đi ạ, em thử mãi không được anh ạ
@m1das_3 жыл бұрын
please, next time attach links in the description which you used in the video
@CodeJava3 жыл бұрын
ok, thanks for watching :)
@BroStartup2 жыл бұрын
i am getting an error when am following the same process Selected mysql-connector-j-8.0.31.jar might cause unexpected problems. Use preferred mysql-connector-java-8.0.17.jar.
@CodeJava2 жыл бұрын
I think it's version compatibility or bug of the driver. Thanks for the tip.
@BroStartup2 жыл бұрын
@@CodeJava Thanks for the tip. But i can resolve the issue. the problem is different. Actually i working with xampp. Mysql is not started from there i am trying to change the name of user from root to diffrent so that''s way i am getting that error
@whatshouldido8053 жыл бұрын
IT WORKED!!!!!! Thank you so much.
@CodeJava3 жыл бұрын
You're welcome!
@parthshah72013 жыл бұрын
Thanks for this video
@CodeJava3 жыл бұрын
No problem
@rameshwarsuryawanshi84683 жыл бұрын
Sir I have problem to connecting to databases
@CodeJava3 жыл бұрын
do you know what the error ?
@nikeshchannel97303 жыл бұрын
Thank you soo much Brother
@CodeJava3 жыл бұрын
Most welcome
@who_thekaushik2 жыл бұрын
thanks a lot fot the help
@CodeJava2 жыл бұрын
You're welcome!
@Oom_Sakkie3 жыл бұрын
Awesome
@yudhanjeffri94333 жыл бұрын
thank you so much, you save my day
@CodeJava3 жыл бұрын
You're welcome!
@soniasanmiguel71973 жыл бұрын
Excellent
@CodeJava3 жыл бұрын
Thank you so much 😀
@chin_dev77012 жыл бұрын
thank you so much it is great
@CodeJava2 жыл бұрын
You're welcome 😊
@yazhilanj44163 жыл бұрын
Sir it says cannot establish a connection
@CodeJava3 жыл бұрын
Check JDBC URL, username, password, port number... make sure everything is correct. Also checking MySQL instance is running. If connect remotely, check firewall.
@PRIYADHARSHINI-dl7vm3 жыл бұрын
I can't add the connector file
@CodeJava3 жыл бұрын
why? is there any error?
@PRIYADHARSHINI-dl7vm3 жыл бұрын
@@CodeJava noo its my error i didn't do it properly... now i got it thank you very much.... i even completed my project thank you thanks a lot
@millioner73912 жыл бұрын
Connection failed: Access denied for user 'root'@'localhost' (using password: YES) (jdbc:mysql what to do
@CodeJava2 жыл бұрын
check username and password - either is incorrect.
@JohnMichaelRRoma2 жыл бұрын
what to do if connection failed :(
@CodeJava2 жыл бұрын
so check JDBC URL, username, password. And make sure MySQL server is running.
@frauschwer91973 жыл бұрын
Thanks a lot bro
@CodeJava3 жыл бұрын
Always welcome
@cameraman99063 жыл бұрын
Thank you dear
@CodeJava3 жыл бұрын
Welcome 😊
@روليناالشافعي3 жыл бұрын
how I can solve this problem? Cannot establish a connection to jdbc:mysql://localhost:3306/userdb using com.mysql.jdbc.Driver (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.)
@mouse62283 жыл бұрын
I cannot establish a connection
@CodeJava3 жыл бұрын
what is the error message? Check host name, post number, username, password, database name...
@user-mt2wl3 жыл бұрын
@@CodeJava Cannot establish a connection to jdbc:mysql://localhost:3306/grosappareils?zeroDateTimeBehavior=CONVERT_TO_NULL using com.mysql.cj.jdbc.Driver (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.)
@annupandey8413 жыл бұрын
@@user-mt2wl how can i solve this error?
@user-mt2wl3 жыл бұрын
I resolude this problem juste to download the last version of apache netbeans
@Nscb19474 жыл бұрын
helped a lot thanks
@CodeJava4 жыл бұрын
You're welcome!
@nisa59473 жыл бұрын
how do I know the correct password?
@CodeJava3 жыл бұрын
You can't know once you forgot. The only way is to reset the root password. Reference: dev.mysql.com/doc/mysql-windows-excerpt/5.7/en/resetting-permissions-windows.html
@josephoduor23583 жыл бұрын
Thank you for this.
@CodeJava3 жыл бұрын
My pleasure!
@swathinunavth86464 жыл бұрын
Password is not working can you help with it
@CodeJava4 жыл бұрын
so you must use the correct password.
@nisa59473 жыл бұрын
@@CodeJava how do I know the correct password?
@VIKASSHARMA-ic3dm2 жыл бұрын
thanks bro
@CodeJava2 жыл бұрын
Welcome
@analys76223 жыл бұрын
Hay quá anh :awesome:
@alejandromattias76633 жыл бұрын
this solution does not work for me
@CodeJava3 жыл бұрын
what issue did you get?
@anhtram41813 жыл бұрын
Thanks man. It's work!!!
@CodeJava3 жыл бұрын
You're welcome!
@djemilasandza3 жыл бұрын
Entered root password but shows error
@CodeJava3 жыл бұрын
what is the error? check carefully username, password, port number, ... and make sure that MySQL server is actually running.
@djemilasandza3 жыл бұрын
The problem is it my own password that if have to put cause it doesn’t work. When I’m testing the connection it says that “Cannot establish a connection to jdbc...
@oasteadomnuluibucovina3 жыл бұрын
the best
@CodeJava3 жыл бұрын
thanks.
@jamalelboujamai19273 жыл бұрын
tnx
@CodeJava3 жыл бұрын
you're welcome :)
@rajanemani3 жыл бұрын
COMPILATION ERROR : ------------------------------------------------------------- hospital/editPatient.java:[53,72] error while writing : could not create parent directories 1 error getting this error
@rajanemani3 жыл бұрын
can you plz help me ?
@CodeJava3 жыл бұрын
maybe your application doesn't have permission to write files (create parent directories).
@lloyde32022 жыл бұрын
My connection failed
@CodeJava2 жыл бұрын
check url, username, password and make sure the server is running.
@rahmamedhat9102 жыл бұрын
Please, what is password, is this constant word?
@CodeJava2 жыл бұрын
No, it is the password you set when MySQL is installed.
@benahmbugua55182 жыл бұрын
thanks alot
@CodeJava2 жыл бұрын
You are welcome 😁
@jessadelacruz20793 жыл бұрын
So great!! Thanks!!
@CodeJava3 жыл бұрын
You're welcome!
@yoyo-ct3sh2 жыл бұрын
audio not clear
@CodeJava2 жыл бұрын
Sorry to hear that.
@blasiusjohn72043 жыл бұрын
Good man, tanx
@CodeJava3 жыл бұрын
You're welcome!
@Lelouchvv3 жыл бұрын
giong giong VN ghe
@CodeJava3 жыл бұрын
yes, I'm from Vietnam
@duonghiep5453 жыл бұрын
ghê cái j ông cũng biết
@Lelouchvv3 жыл бұрын
@@duonghiep545 :))))
@kshitij58273 жыл бұрын
thanks
@CodeJava3 жыл бұрын
You're welcome!
@alexismontales77313 жыл бұрын
thanks man!
@CodeJava3 жыл бұрын
Happy to help!
@zdani3 Жыл бұрын
szarabb gép nem volt kéznél?
@alevilghost3 жыл бұрын
Que genial, muchas gracias.
@CodeJava3 жыл бұрын
you're welcome.
@salmali90392 жыл бұрын
what's the solation of this problem ? Connection failed: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. (jdbc:mysql://localhost:3306/newdb?zeroDateTimeBehavior=CONVERT_TO_NULL using com.mysql.cj.jdbc.Driver)
@CodeJava2 жыл бұрын
MySQL server might be not running. Check for that.
@thanuja9912 Жыл бұрын
Is your error solved
@sweetcookitalys57002 жыл бұрын
what does it mean Connection failed: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. (jdbc:mysql://localhost:3306/salesdb?zeroDateTimeBehavior=CONVERT_TO_NULL using com.mysql.cj.jdbc.Driver)
@CodeJava2 жыл бұрын
make sure MySQL server is running.
@sweetcookitalys57002 жыл бұрын
@@CodeJava I did the restore and I solved ,i I turned off the pc badly