Want to easily remember the Docker commands for working with your database? Get my free Docker Cheat Sheet here: www.databasestar.com/docker-database-cheat-sheet/?
@talios68242 жыл бұрын
If every tutorial were as simple as this one, the world would be a better place. :)
@DatabaseStar2 жыл бұрын
Thanks!
@chriscastle3742 жыл бұрын
Seriously...just started a new job with absolutely no experience and they said, just go do this, figure it out..THIS, figured it out and i'm off on my next 'fetch' request two days earlier than they expected me to...
@MichaelDude123452 жыл бұрын
I was trying to learn how to set up a SQL database on my homelab as a beginner for like over a week, and I for the life of me couldn't figure out why it wasn't working. You really saved my butt with this video, thank you!
@DatabaseStar2 жыл бұрын
Thanks, glad you found this useful!
@pouriapmd60779 ай бұрын
two years later and still very helpful. thank you sir.
@DatabaseStar9 ай бұрын
Glad it helped!
@brycenasay6051 Жыл бұрын
After spending HOURS trying to get this to work, this video is EXACTLY what I needed. Thank you so much!
@DatabaseStar Жыл бұрын
Glad to hear it helped you get it set up!
@kushagrakasliwal3930 Жыл бұрын
What a tutorial, detailed yet simple plus calming voice
@DatabaseStar Жыл бұрын
Thanks! I’m glad you like it!
@fatiheneskose44772 жыл бұрын
the best and simplest tutorial about this topic, thanks
@DatabaseStar2 жыл бұрын
Glad it was helpful!
@RogerHolden Жыл бұрын
Great overview on how to do with Docker, but I'm not sure why anyone would want to do it this long-winded and complex way. On Linux you can install mySQL with a single line on the terminal and for Mac and Windows you can use MAMP or XAMPP which can be set up with a few simple clicks and have a GUI for easy management. I'm guessing Docker could allow different configurations?
@DatabaseStar Жыл бұрын
Thanks! Yeah MAMP and XAMPP are pretty easy to set up, but perhaps people don't need Apache or PHP that's included in those. Docker can be used for quick setups for development, and is often used during the deployment process, perhaps for using as a database on a test environment. I don't have a lot of experience with Docker but there are probably more advantages too.
@yessicaapale3011Ай бұрын
3 years later and this help me too, thank you!
@DatabaseStarАй бұрын
I'm glad it's still helpful!
@leonardocampan Жыл бұрын
This is the best tutorial video I've ever seen :D thank you very much
@DatabaseStar Жыл бұрын
Oh thanks a lot!
@kxk2328 Жыл бұрын
This was great - seriously thank you x 100! love your approach/style.
@DatabaseStar Жыл бұрын
Thanks! I’m glad you liked it.
@slippinchillin2 жыл бұрын
This tutorial is very detailed, yet very simple! Thank you!
@DatabaseStar2 жыл бұрын
Glad it was helpful!b
@manhkhang77322 жыл бұрын
This tutorial is really helpful and instructive for a beginner like me. Much appreciated of your work!
@DatabaseStar2 жыл бұрын
Glad it was helpful!
@skh551 Жыл бұрын
So couple of things I noticed, --name indicates the name of the container, not the image. So we can refer to the container by "some-mysql". "-p" is short for publish that represents mapping between the ports in local machine and containers, it does not mean just ports.
@DatabaseStar Жыл бұрын
Thanks for the information, that's good to know!
@Hifi582 жыл бұрын
Thank you ! You make me love Docker !
@DatabaseStar2 жыл бұрын
You’re welcome! Yeah it’s a pretty handy tool!
@uditachakraborty59653 жыл бұрын
Thank you, This has helped me to succesfully run the docker desktop and creta ea databse in windows.
@DatabaseStar3 жыл бұрын
Glad it helped!
@liamnguyen1748 Жыл бұрын
Very simple and concise tutorial. Keeps up the good work bro.
@DatabaseStar Жыл бұрын
Thanks!
@aniketpatil-d8e Жыл бұрын
This tutorial is really helpful and instructive for a beginner like me. Much appreciated of your work! Could you please explain how setup cluster for same
@DatabaseStar Жыл бұрын
Thanks, glad it was helpful! I'm not sure how to set up a cluster unfortunately.
@tarikb.2201 Жыл бұрын
Just two remarks. Why setting up a docker account to pull the image from docker hub? This is not necessary. Second one what about persistence? If you create tables etc, and fill them all the work is gone as soon as you stop the container. Why not adding a simple -v to the docker run command to set up a db file on the host?
@DatabaseStar Жыл бұрын
Good points! I set up a docker account as I was getting errors when pulling the images and my research found that I needed to set up an account. But this may not have been correct or may have changed. So it's good to see an account is not needed. Persistance is also a good point. Yes the contents will be lost if you reset the container. I do have another video on setting up a volume and how that works.
@Schmiddiqt2 жыл бұрын
Really good tutorial. Helped a lot! Thank you
@DatabaseStar2 жыл бұрын
Glad it was helpful!
@NNNoName62632 жыл бұрын
i was looking for this for quite some time the steps to connect to the db were really useful many thanks.
@DatabaseStar2 жыл бұрын
You're welcome! Glad it helped.
@plnmbjj2 жыл бұрын
Direct to the point, thanks a lot!!
@DatabaseStar2 жыл бұрын
Thanks, glad you liked it!
@bootifulghost86242 жыл бұрын
Thanks very much for the video. Do you think it's possible and a smart idea to expose a DB through NGINX Proxy Manager? Is that even possible, so external applications can access the MySQL DB?
@DatabaseStar2 жыл бұрын
Good question. I’m not familiar with NGINX Proxy Manager so can’t really advise on that 😕
@bootifulghost86242 жыл бұрын
@@DatabaseStar Thanks for the fast reply. How would I connect to the DB through the same network but from another computer?
@MichaelDude123452 жыл бұрын
@@bootifulghost8624 when you set up the database I'm sure you had to assign a port as well as find the ip address used by the host device (or if containerized then the Ip address of the container or vm). Go to mysql workbench (or whatever SQL associated software you want to use) on the computer on the same nextwork and type in the ip address followed by a colon and then the port you assigned under connections. That will let you access it from that computer. You can do that with any software that works with SQL and just put in that info, i have been using java so for me that means i provided that info to jdbc. It'll also ask for the username and the password you set up. Does that make sense? Hope that helped.
@bootifulghost86242 жыл бұрын
@@MichaelDude12345 Thanks for the reply, I already got it to work, even externally. Thanks nonetheless for your reply :)
@heroman2937 Жыл бұрын
When i test the connection, i get an error message "Access denied for user 'root'@'localhost' (using password: YES)" . Any idea what might be causing that ? The container was made just fine and is running.
@DatabaseStar Жыл бұрын
That's strange. I assume the password you have entered is correct? If so, then there may be another MySQL instance running on your computer. If there isn't, then you could try changing the password, which is one of the steps I've written here: www.databasestar.com/access-denied-for-user-root-at-localhost/ If that doesn't work, then I'm not sure what could be the issue.
@Nam-k7h4 ай бұрын
Hi Sir, I want to ask a question when I try to run this command: "docker run --name mysqlreview -e MYSQL_ROOT_PASSWORD=mypss -d -p 3312:3306 mysql:latest", If I confuse the container port (3306) with the host port (3312), and instead of 3312:3306 I type 3306:3312, besides not being able to run MySQL, I'm wondering if there are any risks involved? Thank you!
@DatabaseStar4 ай бұрын
Good question. I’m not sure actually. There might be some confusion if you have another service running on the same port, but that’s all I can think of.
@adjprojetscmc38672 жыл бұрын
Amazing! I got it from the first time with you! Thank you so much!
@DatabaseStar2 жыл бұрын
Glad it helped!
@Supernyv6 ай бұрын
Nice! Thank you very much @Database Star.
@DatabaseStar6 ай бұрын
You're welcome!
@DanKardell2 жыл бұрын
Great job! How do you connect via the commandline to the db?
@DatabaseStar2 жыл бұрын
There is a command to do this that I've seen in some examples, but I haven't used it. I'll look at it and find out.
@DanKardell2 жыл бұрын
@@DatabaseStar so I found that after creating the container that I could use "docker exec -it some-mysql bash" to get to a prompt and then use the "mysql" commands just like I had MySQL installed locally. Pretty cool! Thanks!
@santrolli2 жыл бұрын
Thank you so much 😊 I appreciate your work! I wouldn’t be able to manage it on my own
@DatabaseStar2 жыл бұрын
You're welcome, glad you like the video!
@xinmwang36052 жыл бұрын
@@DatabaseStar but there is no default table like emp .
@westcoastwarriorsarchive79292 жыл бұрын
for me the whole video was helpful, im currently trying to learn how to use corteza and was trying to figure out how to connect a database, turns out you connect to docker and it kind of just connects on its own somehow.
@DatabaseStar2 жыл бұрын
Thanks, good to know the video was helpful and you got it working.
@jessebatstone785310 ай бұрын
perfect thank you! was missing the port exposure tags.
@DatabaseStar10 ай бұрын
Glad it helped!
@vpms60546 ай бұрын
which version of workbench you have used... because my workbench version is 8.0.34 and its says that it may not work properly Good explanation by the way
@DatabaseStar6 ай бұрын
Oh what error are you getting, and where is it being shown? I'm using 8.0.21.
@MelodySongsPlace Жыл бұрын
Not able to connect to MySQL using docker credentials,how can I see database in my local MySQL's db?
@DatabaseStar Жыл бұрын
What issue are you having when connecting to MySQL?
@ericksantos12 Жыл бұрын
Hello! really nice tutorial thank you! I've one question, i've heard that docker containers are immutable and once they are killed all the data inside is gone forever, my question is if i kill mysql container all the data will be deleted? if yes there's a way to save to the host machine?
@DatabaseStar Жыл бұрын
Yes, the data in a database within Docker is not guaranteed to be kept if the image is stopped. This is why Docker is recommended for dev and test but not for prod (I believe). I do have a video on my channel about using binding and mounting a volume for Docker which can help.
@ericksantos12 Жыл бұрын
@@DatabaseStar tysm
@paladin98768 ай бұрын
@@DatabaseStar Docker is completely fine for Production environments. Why would you create a docker container for development and then not have that same environment in production? That's one of the main advantages of using Docker.
@KhuongNguyen-vm5kc Жыл бұрын
holy shiet this channel is GOLD
@DatabaseStar Жыл бұрын
Thanks!
@HaiTran-gx2fz3 жыл бұрын
my listen English is not good, so i don't understand at 8:14, i don't, where is my password. My SQL Workbench appear error. You can explain for me, where is my password at comand line "docker run" . Comman line "docker run", i write like you
@DatabaseStar3 жыл бұрын
No problem! This is the password in the command shown at about 6:36. The part of the command that comes after MYSQL_ROOT_PASSWORD. In the video, this is my-secret-pw. So if you did the same as the video, you can enter my-secret-pw as the password.
@HaiTran-gx2fz3 жыл бұрын
@@DatabaseStar thank you so much😘😘
@aaomms79862 жыл бұрын
thx uuu . i've question if i've mysql server on my PC i still can use docker port 3306 same port with mymsql server?
@DatabaseStar2 жыл бұрын
Yes, as long as they are not both running at the same time, it should be OK. I have the same situation: mysql installed locally as well as Docker.
@aaomms79862 жыл бұрын
@@DatabaseStar thxxxx
@zidrexandag9664 Жыл бұрын
what if you put data on the container and I stopped the container, if you run docker run again, will my data be retained? or can i just use docker start ?
@DatabaseStar Жыл бұрын
I think the data is kept if you stop and restart the container, but I'm not 100% sure on that. When I've used docker for my databases, the data is kept when I stop it. But I don't know when it is removed.
@vensonestrope4534 Жыл бұрын
I did but I changed the port to 3307. How can I get the DB_Hostname cause I need to connect it to my laravel app. Hope you can help. Thank you.
@DatabaseStar Жыл бұрын
I think it should be localhost, that's what I use when I connect to the database when it runs in Docker.
@chrisslowedreverb2 жыл бұрын
This is amazing brother, thank you so much
@DatabaseStar2 жыл бұрын
Glad it was helpful!
@swapnilkumar5912 жыл бұрын
latest: Pulling from library/mysql docker: no matching manifest for linux/arm64/v8 in the manifest list entries. See 'docker run --help'. getting this error
@DatabaseStar2 жыл бұрын
Hmm I'm not sure what that error means unfortunately.
@milon27 Жыл бұрын
i have created a database in digital ocean managed database service now when i use prisma to connect with it locally it works fine. but when i dovkerized the node js app then prisma saying not able to reach the database host p1001 error, db connection error. any idea how to fix it? i tried without prisma just mysql2 and it works in dockerized app.
@DatabaseStar Жыл бұрын
It sounds like there could be a connection issue with prisma in the docker container. But I don't know anything about prisma or putting NodeJS apps inside Docker.
@milon27 Жыл бұрын
@@DatabaseStar fixed it by updating prisma to latest version
@radomircho3 жыл бұрын
Thank you very much for this video! It was very helpful! :)
@DatabaseStar3 жыл бұрын
Glad it was helpful!
@KAU500002 жыл бұрын
Great tutorial, works at the first time.
@DatabaseStar2 жыл бұрын
Great to hear!
@tonycavanagh19292 жыл бұрын
Do you need to have MySQL installed on your PC to get MySQL workbench working. I just want to use MySQL in docker.
@DatabaseStar2 жыл бұрын
No, you don’t need to have it installed on your Pc. If you use this Docker process then MySQL is included in the Docker container.
@tonycavanagh19292 жыл бұрын
@@DatabaseStar Thanks will try and install MySQL workbench again.
@patrykK1028 Жыл бұрын
docker login doesn't ask me for credentials and instead says "Authenticating with existing credentials..." which doesn't do anything and it locks the command line so I can't write anything after that
@DatabaseStar Жыл бұрын
That's strange. Is there a way to log out from Docker on the command line and try the process again?
@patrykK1028 Жыл бұрын
@@DatabaseStar I restarted my PC and then it asked me for credentials and worked
@christopherjspiteri Жыл бұрын
When I run SELECT NOW() it shuts off the Mysql Workbench. I am using Docker on a Mac.
@DatabaseStar Жыл бұрын
That's odd. Does it crash for any other commands or queries you run?
@krishnasagar9492 Жыл бұрын
my mysql workbench is running 3307 port what should i do ,when i am entering 3306 port it is showing password denied error please help
@DatabaseStar Жыл бұрын
If your MySQL is on port 3307 you should be able to specify this port in Workbench and connect to it.
@lalik7773 жыл бұрын
Thank , if i want container running on a specific host , for example 192.168.64.2 instead of localhost , how can we do it ?
@DatabaseStar2 жыл бұрын
Hmm I’m not sure how to do that unfortunately!
@poorpanda9033 Жыл бұрын
Damn, Thanks a lot what a clean tutorial !
@DatabaseStar Жыл бұрын
Thanks!
@margarita38733 жыл бұрын
Your video helped a lot! Thank you!
@DatabaseStar3 жыл бұрын
Glad to hear it!
@ikahdesign2 жыл бұрын
Thank you so much for this tutorial. It's very important and useful.
@DatabaseStar2 жыл бұрын
Thanks, I’m glad you like it!
@rivertorres562 Жыл бұрын
Where is my image?, i need the dockerfile to upload to my github and i don't know where it is, please help
@DatabaseStar Жыл бұрын
I'm not sure where the image is stored actually. Hopefully the Docker documentation or a Google search could help.
@himanshupandey34512 жыл бұрын
thanks. and how i connect this databas through powershell or command line of my local window machine?
@DatabaseStar2 жыл бұрын
You're welcome! I think you can open a command line and run the "mysql" command. You'll need to specify the username and hostname. So something like this: mysql -u root -p -h localhost
@ihorslavinskyi9823 Жыл бұрын
the best tutorial ever
@DatabaseStar Жыл бұрын
Thanks!
@aqkhana20023 жыл бұрын
i was unable to connect with workbench , and i have to add user with I.P address to allow to access, why do i need i.p address ?
@DatabaseStar3 жыл бұрын
What error message were you getting with MySQL Workbench? It seems strange you need to add the IP address.
@giraldiego Жыл бұрын
Thank you, it worked as you explained
@DatabaseStar Жыл бұрын
Glad it helped!
@law6906 Жыл бұрын
Does this mean if the container dies or is stopped then the data is lost?
@DatabaseStar Жыл бұрын
Yes, I believe so, which is why it's not recommended to use Docker in production or any database where you want to keep the data.
@zejiaann Жыл бұрын
Hi, can i check how do other users connect to this database and how do i access this database and update it using RStudio?
@DatabaseStar Жыл бұрын
Oh I’ve never used RStudio before so I’m not sure how to connect with it. Hopefully others can respond and provide assistance.
@decemberflower202 жыл бұрын
Let me ask how can we configure mysql docker container to be able to connect from host machine?
@DatabaseStar2 жыл бұрын
Good question - I’m not sure actually!
@fatihachaibi2920 Жыл бұрын
hi thanks for this tutorial but when I test the connection it's failed why ??
@DatabaseStar Жыл бұрын
What error message are you getting?
@peterkornos87492 жыл бұрын
Thank you, nice, clean and helpful.
@DatabaseStar2 жыл бұрын
Glad you like it!
@КухняКухонька-р1ж2 жыл бұрын
Dont working!! I try to use -p 3307:3306, because there is local mysql server. And connection can not be created
@DatabaseStar2 жыл бұрын
Oh, do you get an error message at all? What if you stop your local MySQL server?
@okorochavivian71532 жыл бұрын
Mine is saying failed to connect to MySQL at 127.0.1:3306 with user root., is there any other way to correct the error?
@DatabaseStar2 жыл бұрын
Hmm I would guess the password is incorrect or the Docker container is not running. I’m not sure what else it could be but I think it’s a common issue.
@zuberpalekar2 жыл бұрын
@@DatabaseStar - This happens because the password set contains some special characters. For example, when I set the password as Pa$$w0rd it gives this error. I think the $ is perceived as some special character in the docker run command. I have had similar issue when running other containers when using the password with $ in it
@srinathchintha95652 жыл бұрын
@Database Star , Databa For me it's working with terminal but not working with Java code and DBeaver. getting 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. Connection refused (Connection refused) Please help.
@SurendiranRaja2 жыл бұрын
How to create Dockerfile for mysql server hosting is possible?
@DatabaseStar2 жыл бұрын
I’m not sure how to create a Docker file unfortunately
@ArisenO.O2 жыл бұрын
Mine is saying can’t connect to MySQL server with user root
@DatabaseStar2 жыл бұрын
Oh, what error are you getting? Or is that the full error? Is the container running if you run “docker ps”?
@jorgeduran64002 жыл бұрын
good work! all in this video works fine!
@DatabaseStar2 жыл бұрын
Good to hear!
@m3xpl4y3 жыл бұрын
Thank you, this video helped me a lot, saved my day!
@DatabaseStar3 жыл бұрын
Glad it helped!
@kumarguru3044 Жыл бұрын
But people say a database as a container is a bad idea for prod environments. If so can you give me a good explanation?
@DatabaseStar Жыл бұрын
Yeah that's right, I've heard that too. I think it's because of the volatility of the data storage. There's a risk that a Docker container can be stopped and restarted, which may cause the data to be removed. From my basic knowledge, Docker is great for developing and testing databases but not advised for production.
@WisdomIsAwesome3 жыл бұрын
I did the same process but I got this error when connecting with Mysql workbench: docker lost connection to mysql server at 'reading initial communication packet', system error: 0 Pls help!
@DatabaseStar3 жыл бұрын
I haven't seen that one before, not sure what it could be unfortunately! The only thing I can think of is to try and wait 10-20 seconds for the container to start.
@WisdomIsAwesome3 жыл бұрын
@@DatabaseStar I got the problem! I was using the "-p 3308:3308" ports mapping instead of "-p 3308:3306" ports mapping. So, it didn't get bound to to correct mysql port internally.
@mr.pledplool2722 жыл бұрын
@@DatabaseStar I also had this problem. To clarify where this originates from: some MySQL server versions have the default host ip for the root user set to the localhost, meaning in case the of a dockerized MySQL server the Docker-internal localhost (try: "SELECT user, host FROM mysql.user;" from within the bash terminal of the container to see what I mean). Trying to access the MySQL Server from the normal host then yields the error that @Shashwat Khare pointed out. To circumvent simply change the root host ip to "%" (=any ip) ("UPDATE mysql.user SET host = '%' WHERE user = 'root';" also via the bash terminal of the container). Thanks for the vid btw. Great work!
@harryvideo2 жыл бұрын
I tried to do this and got the message localhost not found. I tried both the IP as well as the word localhost.
@DatabaseStar2 жыл бұрын
Oh that’s interesting. Is the Docker container running? As in does it say running when you run “docker ps”?
@vffncl02 жыл бұрын
Any idea how to resource optimize this container?
@DatabaseStar2 жыл бұрын
I’m not sure what that is unfortunately
@nicetomeetugaming70242 жыл бұрын
Amazing video sir!
@DatabaseStar2 жыл бұрын
Thanks, glad you like it!
@TheInternetFan2 жыл бұрын
hi there, how would I modify this if I wanted to use VS Code instead of Workbench?
@DatabaseStar2 жыл бұрын
The part that would change is connecting to the database. I have another video on vscode with sql, which involves installing an extension in vscode and connecting to the MySQL database
@TheInternetFan2 жыл бұрын
@@DatabaseStar , will look it up then, thanks for your reply ;-)
@hellocodeur3 жыл бұрын
thank you. it work for me without an error
@DatabaseStar3 жыл бұрын
Happy to hear it!
@ronmalachi99603 жыл бұрын
Good job, nice and useful video !! Thanks
@DatabaseStar3 жыл бұрын
Glad it was helpful!
@Ra-fb6gx7 ай бұрын
i got it successfully but i get this warning ; A connection to this database can be established but some MySQL Workbench features may not work properly since the database is not fully compatible with the supported versions of MySQL. MySQL Workbench is developed and tested for MySQL Server versions 5.6, 5.7 and 8.0. For MySQL Server older than 5.6, please use MySQL Workbench version 6.3.
@DatabaseStar7 ай бұрын
Interesting. Which version of MySQL are you using? The docker image should be a pretty new version.
@the_pachu49533 жыл бұрын
thanks so much! keeep going making greant content!
@DatabaseStar3 жыл бұрын
Thanks!
@joao71gaming2 жыл бұрын
Awesome ! Thank you so much !
@DatabaseStar2 жыл бұрын
No problem!
@sushmagowda90543 жыл бұрын
Please help me fix this error. no matching manifest for linux/arm64/v8 in the manifest list entries.
@DatabaseStar3 жыл бұрын
Hmm I've never seen that error before. What operating system are you running?
@sushmashekar77963 жыл бұрын
@@DatabaseStar On MACOS (m1 chip)
@DatabaseStar3 жыл бұрын
Hm perhaps there's an issue with Docker on the new M1 chips? Has a Google search showed anything for this error?
@mosesodalo50742 жыл бұрын
It worked, but when i want to connect with a php app its says mbind: Operation not permitted.
@DatabaseStar2 жыл бұрын
Hmm I’m not sure what that issue could be unfortunately
@antonleshchuk59083 жыл бұрын
Very succinct and clear. Thx
@DatabaseStar3 жыл бұрын
Thanks!
@paschalokafor9043 Жыл бұрын
--name is the name of the container not image
@DatabaseStar Жыл бұрын
Thanks for the correction, good to know!
@ad-vq8we2 жыл бұрын
I still cannot connect to my docker db
@DatabaseStar2 жыл бұрын
Oh what error or issue are you having?
@gautamnaik25162 жыл бұрын
Can we follow same steps in linux machine
@DatabaseStar2 жыл бұрын
I think so, but I've never tried it.
@一脸滑稽-k5v2 жыл бұрын
damn it I was following the tutorial, but I got problem and is stuck on it long time. I couldnt connect work bench to the thing
@DatabaseStar2 жыл бұрын
Oh, what error message are you getting?
@一脸滑稽-k5v2 жыл бұрын
@@DatabaseStar oh hi! Sorry seems like I just fixed it. Instead of 3306:3306, I did 3307:3306 and the workbench connect to 3307 and it worked
@vikasts10632 жыл бұрын
great tutorial thanks
@DatabaseStar2 жыл бұрын
You're welcome!
@mdony722 Жыл бұрын
just like coldfusion TV , thank you
@DatabaseStar Жыл бұрын
Thanks!
@Devman483 Жыл бұрын
thank you easy and simple
@DatabaseStar Жыл бұрын
You’re welcome!
@Ra-fb6gx7 ай бұрын
mysql has "Local Docker-Warning-not supported"
@DatabaseStar7 ай бұрын
Oh, which version are you using? I haven't seen that before.
@ninjateknologi15232 жыл бұрын
I got error while I try to open the connection using dbeaver
@DatabaseStar2 жыл бұрын
What error are you getting?
@ninjateknologi15232 жыл бұрын
@@DatabaseStar I've solved my issue, I think there is a problem with the dbeaver. I try to use Mysql Workbench and it works. Thanks for your attention.
@GabrielFerreira-sx8yc2 жыл бұрын
thank you helped me 🤙
@DatabaseStar2 жыл бұрын
No problem!
@alijenab91312 жыл бұрын
thanks it was useful.
@DatabaseStar2 жыл бұрын
Glad it was helpful!
@petergnadig4865 Жыл бұрын
thanks for this tutorial
@DatabaseStar Жыл бұрын
You're welcome!
@Cashandrick2 жыл бұрын
Thank you so much ! :)
@DatabaseStar2 жыл бұрын
Glad you like it!
@ahmedabuqamar15173 жыл бұрын
Thank you, it's nice video Keep on
@DatabaseStar3 жыл бұрын
Thanks!
@oscarmejia83062 жыл бұрын
Got error: Public Key Retrieval is not allowed
@DatabaseStar2 жыл бұрын
Was this when you ran one of the docker commands on the terminal, or some other time?
@Rybka5993 жыл бұрын
Thank you so much !
@DatabaseStar3 жыл бұрын
You're welcome!
@NitrosS2 жыл бұрын
it doesn't work, I can't connect
@DatabaseStar2 жыл бұрын
What issue are you having? Is there an error message?