I have a question. How did phpmyadmin was able to connect to mysql even before you setup the network between them? Could you please clarify if possible?
@mrSmith-r8w16 күн бұрын
Great tutorial, thank you! When you are showing the coding, could you change the screens so that your body is hidden. Only to make the code easier to read.
@donleonardestrera6092Ай бұрын
I've been looking for this. This helps a lot in my research paper, this gives me an idea on how to start the project. Thanks a lot!
@StayllnewАй бұрын
i haw this part of code ( <img src="../site/imagini/caracter/<?php echo $caracter; ?>"/>) and mysql ( CREATE TABLE `configuration` ( `id` int(11) NOT NULL, `name` varchar(255) DEFAULT NULL, `seperator` varchar(3) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `maintenance` int(1) DEFAULT NULL, `copyright` varchar(255) DEFAULT NULL, `caracter` varchar(255) DEFAULT NULL, `logo` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;) image dont show ...???
@Deadpulshorts-y9rАй бұрын
Thank you so match
@musickmannАй бұрын
Watching the troubleshooting process is so helpful, thanks for the extra effort!
@bullearwig8062Ай бұрын
Hi Adam. I enjoyed your videos. With every method I’ve tried, it has been extremely difficult to load code once a large program is built up and running. For example, in Thonny, the stop button does not work. I’ve used Ampy in the terminal window of VS Code, and had great trouble stopping the program so I can upload changes to .py and .js files. The VS Code plug in, Pymakr, simply does not work. I’ve had similar trouble using PyCharm and their half-baked, unsupported Micropython plug-in. I just wish there was one decent, reliable solution. If you can routinely load, run, stop, load, run code that is large, please explain how. I’ve even added code that disables my homegrown web server and commands browser to stop polling- thinking it was keeping me from stopping code so I could upload changes.
@rmcoder232 ай бұрын
this is what im looking for. Thank you so much sir Adam for this nice tutorial im building my own ioT project using arduino and nextjs/bun btw.
@StewartCambridge-iu5sw2 ай бұрын
Would have been nice to see you do the Dockerfile version of the fix, even though you had an image ready to go :)
@marcoseduardosantoshenke51842 ай бұрын
excelent video man, help me a lot!
@al8xandros3 ай бұрын
Hi, thx for the video, in the part you specify ports, is there any syntax that would let me redirect an incoming connection to a specific container based on the domain the user has used ? Similar to Apache's domain based virtual hosts but instead of having apache using a specific /html path depending on the domain used, Docker would redirect the user to the right container instead.
@marcsanchez78933 ай бұрын
Thank you for sharing the code!
@marcsanchez78933 ай бұрын
Thank you very much. This video gave me a good start
@knowcart3 ай бұрын
Hello every one : when you try to log into PHPmyadmin please waite mysql complete start this take about 30 sec after docker-compose.ymal finished and up
@torresyoreparo3 ай бұрын
excelente introducción! Me gusto! en el caso de querer implementar el bluetooth que viene en el hardware de nuestra PC, como podría cambiar DEV/COM/ETC por esta funcionalidad?
@viewerck4 ай бұрын
thanks, so patient and clear!
@yikunobarnaby57595 ай бұрын
well, that was easy. lol Spent two days trying to get my project to run on a container, then I thought, "wait, shouldn't docker already have a solution to this?" and here we are. lol.
@ellgibug6 ай бұрын
Thank you so much for your video! It helped a lot!!!
@alienbunker6 ай бұрын
Thanks dude! You explained it so easily!
@worldoflanguages10437 ай бұрын
im getting503 SERVICE UNAVAILABLE
@RodrigoSotoCastro7 ай бұрын
Nice video. Also nice to know the free version of MAMP only display the last version from php 7 and 8. I downloaded the Pro version of Mamp using the free trial which by default includes a lot of php versions but the free version only let you choose between two. So all that I had to do was delete o rename the last version of php (as I needed the 8.1 not the 8.2) and it works perfectly. So thank you very much.
@rajarajan88697 ай бұрын
How to php.ini file update in the local machine and how it is mount
@amrhesham63838 ай бұрын
thanks a lot
@CyJobes8 ай бұрын
Shouldn't it be setup so you don't have to dump from MySQL, but rather it does it by default. Sure would suck to shutdown and lose all the data. I'm told that doing it the way you are means it is not setup correctly, and you could lose valuable data because of it.
@ahahhaize9 ай бұрын
Saved me so many times. You are the best bro. Sadly that I can't like your video more than 1 time
@fredrickmwepu31349 ай бұрын
Thanks very much. We would like to see more of such videos God Bless
@przemekbundy9 ай бұрын
I'm watching the guide. but even a magnifying glass doesn't help you see what you're doing there?!
@przemekbundy9 ай бұрын
kurde. jakość 720p. a nic nie można przeczytać na ekranie. sam maczek, drobnica...
@shettyabhishay9 ай бұрын
Great explainer. However a lot of the code elements need to be updated for the latest node js and libraries. no complaints tho. It was a fun challenge
@eugenionita87029 ай бұрын
Hi, You got a subscriber here, I am currently learning to become full stack developer, nice video thank you, I wonder if I can install this node server on my esp8266? I have a setup with 12 max7219 modules in 2 rows, the bottom one it’s made of 8 blue max modules that displays messages and the top one it’s made of 4 green max modules, currently I have a server running on it that I made and I can send data to the esp8266 over WiFi and I can control all the settings I need, but it would be great to make it display the value of analog light sensor also the current data from the esp like temperature and humidity from dth11 or the current date and time from the DS module, good luck and all the best!
@sirajalzahran980410 ай бұрын
Thank you, great tutorial
@NirtTech10 ай бұрын
This was really helpful. Thanks so much
@Olliewiener10 ай бұрын
Is there a way to do it in a single container instead of multiple pls and thanks
@isaacambi191410 ай бұрын
Great content.
@TinyMaths10 ай бұрын
This is pretty much what I'm looking for; I had no idea how to approach this but you've given me a place to start. Thank you!
@chubamoa364011 ай бұрын
Web sockets is way easier than http..in case you want to build a project with it
@Abc-sl1nf11 ай бұрын
Can Arduino IDE read JavaScript? Isn't the js library too big for Arduino?
@cyberlions852111 ай бұрын
Thank you for making this video!
@manischbulls333311 ай бұрын
Hey, can you create a tutorial to do the same for the ESP32 microcontroller using Wifi? I am trying to create a react application that can display real-time values using ESP32 and sensors that can be viewed from anywhere in the world.
@domjanzsoo11 ай бұрын
Thanks.
@ronaldjoytengco700011 ай бұрын
I had a sqlyog and mysql workbench how can i connect to the database using that software? Thank you
@codepunk77 Жыл бұрын
You help me alot! thanks
@mehmet.sunguralp Жыл бұрын
It’s very exciting to see that you can control the opacity of the div by turning a real knob!
@thanasister Жыл бұрын
Some notes: 1. This is for the v1 of docker Compose (EOL June 2023). The commands are slightly different in v2. Also the `docker-compose.yml` is suggested to be named `compose.yaml` 2. You can set a simple volume in mysql instead of entry point stuff, to persist the db data. The volume will store all the db data in a location outside the container.
@jeffrowe60049 ай бұрын
Thanks, that's probably why my mailcow didn't work as well. Guess it's time for a newer video
@anonnim5132 Жыл бұрын
bullshit
@Sdirimohamedsalah Жыл бұрын
Great video , how build it and remove unnecessary packages in order to be ready for production environment? Any ideas?
@akifbicek7015 Жыл бұрын
how to do this for mampro
@TheDupeng Жыл бұрын
thanks for share.
@pikadroo Жыл бұрын
My friend. I want to thank you with all my heart for making this video. I am not sure if I will be using docker but you presented the best argument for using it then any video I have tried to watch. I appreciate you! Keep up the great content!