super helpful!! Crazy that this vid is only 2 years old, this information should have been out there so long ago lol
@nikita-dev5 ай бұрын
Haha I’m glad it helpful. Although it’s much easier to setup a MySQL db locally with Docker, which is what I would recommend nowadays
@JamoliddinIloldinov Жыл бұрын
A great guide, Nikita! You helped me a lot!
@TheLunaButterflyOriginal11 ай бұрын
SO HELPFUL, THANK YOU!
@patrickbrinkley29347 ай бұрын
Thank you for the video bro, life saver!
@wilsonmwangashi26118 ай бұрын
Do I have to do the same thing if I want to connect to a remote MySQL database?
@xixu87057 ай бұрын
this is great! but I can't start my server. "Command to start the server is not configured. Please set the command that must be used to start the serve.." how to fix it?
@pedropastoriz8 ай бұрын
thank you!!
@anu_prasad_klgd6 ай бұрын
Mysql server is automatically disconnected and connected repeatedly,, ,, any suggestion to solve it?
@nikita-dev6 ай бұрын
Honestly I would just use docker to run a mysql container
@contuwontu8 ай бұрын
Thank you for this video, really appreciate it! I have downloaded mysql but when running it ( pasted this /usr/local/mysql/bin/mysql) an error message says file not found & does not let me enter the password. How do I fix this issue?
@nikita-dev5 ай бұрын
Honestly I would just use Docker to spin up a local MySQL container, it's much easier to set up.
@aleksey61512 жыл бұрын
Great video
@hamidawaty476211 ай бұрын
Where did he get the zshrc file from?
@nikita-dev10 ай бұрын
If you download Oh-My-Zsh it will automatically create it for you. You can also just create one manually
@Hemant-Dev Жыл бұрын
tutorial is awesome except u didnt mention how to open .zshrc file :(
@nikita-dev10 ай бұрын
sorry about that! you can open it via any text editor (vim, vscode, etc.). The file should live at your home directory (~/.zshrc). so you can do something like: vim ~/.zshrc