Тёмный

How to Install MySQL 8 in Ubuntu 22.04 LTS [Step-by-Step] 

PnTutorials by Pradnyankur Nikam
Подписаться 4,5 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

6 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@HyperCreativeSoul
@HyperCreativeSoul Год назад
Thank you for this. Many other articles I have found did not work properly. Your instructions worked great first time. Not to mention that it actually works how its supposed to. Most of the others sources I have found online did not. I hope you receive blessings for this.
@PnTutorialsbyPradnyankurNikam
Thank you Will for the positive feedback. Glad to know my video tutorial was helpful to you. Being able to help someone is priceless. I'll keep uploading more useful video tutorials like this. Thanks again for the feedback, I appreciate it 😊🙏
@johnmaynard8257
@johnmaynard8257 Год назад
Mr. Nikam - thank you very much - the timing in finding your tutorial on youtube was perfect - the content was perfect - the presentation perfect. I subscribed and appreciate your skills. Thank you again.
@PnTutorialsbyPradnyankurNikam
Thank you John for the positive feedback and subscribing to my channel. Glad to know the video tutorials was helpful to you. Thanks for the feedback, I appreciate 😊🙏
@manjudapteimanju5131
@manjudapteimanju5131 2 месяца назад
Thankyou so much for 2 week I was not available now super
@PnTutorialsbyPradnyankurNikam
@PnTutorialsbyPradnyankurNikam 2 месяца назад
You are welcome Manju 😊🙏
@Quaght
@Quaght Год назад
Super easy to follow along with. Thanks!
@PnTutorialsbyPradnyankurNikam
Thank you Quaght for the feedback. Glad to know the tutorial was helpful to you.
@vaibhavchauhan5312
@vaibhavchauhan5312 Год назад
Thanks a lot! This was really helpful.
@PnTutorialsbyPradnyankurNikam
You are welcome Vaibhav. Glad to know the tutorial was helpful to you.
@mahi07404
@mahi07404 Год назад
thank you so much for your great supporting video
@PnTutorialsbyPradnyankurNikam
You are welcome Mahesh, Glad to know the tutorial was helpful to you. 😊🙏
@JuscelioRamos
@JuscelioRamos Год назад
thats perfect my friend. You are the best... Do you have a video that explain how install and configure a Grafic Interface for using MySql on Ubuntu? Cheers!
@PnTutorialsbyPradnyankurNikam
Hi Juscelio, Glad to know the tutorial was helpful to you. The MySQL workbench is GUI tool to use MySQL server. You can download it from the following link. dev.mysql.com/downloads/workbench/ On downloads page, For "Select Operating System" option, select "Ubuntu Linux" And for "Select OS Version", select Ubuntu Linux 22.10 (x86, 64-bit). It will show 2 deb packages. Download the one with large file size (62.5M). The installation would be straightforward. Let me know if it helps. Regards, Pradnyankur Nikam
@JuscelioRamos
@JuscelioRamos Год назад
@@PnTutorialsbyPradnyankurNikam Hi, I just follow the steps and everything was ok. Thanks!
@PnTutorialsbyPradnyankurNikam
Great! If you are interested in learning SQL, you can check out my 16 hours premium SQL course on Udemy. I'll also keep adding free SQL/MySQL/Database related tutorials here. Thanks for the positive feedback and support, I appreciate it :-)
@IamDoQtorNo
@IamDoQtorNo 10 месяцев назад
Howdy. Great instructions, easy to follow thanks a million. Now that i have it installed, how do I go about moving it to my second 1TB hard so that I can store all my databases there? Do you have a video that covers that? My installing nvme ssd is being used for system data only
@PnTutorialsbyPradnyankurNikam
@PnTutorialsbyPradnyankurNikam 10 месяцев назад
Hi, I think, you want to move your MySQL data directory to a new location right? I haven't uploaded a video tutorial about it. But you can find a step by step guide at following URL. www.digitalocean.com/community/tutorials/how-to-move-a-mysql-data-directory-to-a-new-location-on-ubuntu-20-04 Let me know if that helps. Regards, Pradnyankur
@IamDoQtorNo
@IamDoQtorNo 10 месяцев назад
@@PnTutorialsbyPradnyankurNikam Yeaph, that was what i was looking for!! Thanks!!!
@chandantripathy1894
@chandantripathy1894 Год назад
Thank you i will try it
@PnTutorialsbyPradnyankurNikam
Sure, try at your end and let me know if it works. If you encounter any error, feel free to ask. I would do my best to help you ASAP.
@babacarndiaye3836
@babacarndiaye3836 8 месяцев назад
thank you teacher
@PnTutorialsbyPradnyankurNikam
@PnTutorialsbyPradnyankurNikam 8 месяцев назад
You are welcome Babacar 😊🙏
@itstechshow7747
@itstechshow7747 10 месяцев назад
Thanks
@PnTutorialsbyPradnyankurNikam
@PnTutorialsbyPradnyankurNikam 10 месяцев назад
You are welcome 😊🙏
@dynamix9916
@dynamix9916 Год назад
Thanks a lot. 👍 👍
@PnTutorialsbyPradnyankurNikam
You are welcome 😊🙏
@mahikdm
@mahikdm 8 месяцев назад
Nice 👍
@PnTutorialsbyPradnyankurNikam
@PnTutorialsbyPradnyankurNikam 8 месяцев назад
Thanks ✌
@yogeshbansal9489
@yogeshbansal9489 Год назад
Hi Sir.. After (ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password by 'newpassword';) this command, we use mysql_secure_installation?
@PnTutorialsbyPradnyankurNikam
Hi Yogesh, Yes! First change the password then you can run mysql_secure_installation command to do some security configuration. I already have given it step by step.
@yogeshbansal9489
@yogeshbansal9489 Год назад
Thanku so much sir
@2bmotivatinginspirationalt252
hi please before setting de password what did u use as the default password, course i cant hear u clearly it sound like u sad sudo and i have been trying it an it not working
@PnTutorialsbyPradnyankurNikam
Hi, When after mysql installation, you'll have to do basic security configuration for that you run a command "sudo mysql_secure_installation". But in order to run a sudo command, you'll have to enter super user password of the computer (your computer username password). Later a tried to setup a random password for my MySQL root user account. But the process doesn't work. So, I've given another alternative to login to mysql using "sudo mysql". Then I changed the password of the root user. I hope it's clear. Let me know if you still have any doubts. Regards, Pradnyankur
@2bmotivatinginspirationalt252
@@PnTutorialsbyPradnyankurNikam what i mean is after running (sudo mysql) it will ask you to enter a password to open mysql (what is the password you entered?)
@PnTutorialsbyPradnyankurNikam
It’s your computer user password. The password you enter for logging in to your computer.
@malikdev2833
@malikdev2833 8 месяцев назад
Hello sir, when i do sudo mysql_secure_installation. it does not ask me to enter the new password but enter password for user root. so i don't set a password yet. can you help me
@PnTutorialsbyPradnyankurNikam
@PnTutorialsbyPradnyankurNikam 8 месяцев назад
Hi, when you run sudo first time in a session, you must enter your operating system root user password. Then you can change mysql root user password. I hope it’s clear.
@vasukambhapu3114
@vasukambhapu3114 Год назад
i am getting one error code exit
@PnTutorialsbyPradnyankurNikam
Hi Vasu, Can you provide more information like which Linux you are using, the command you used to install MySQL and the error message you are getting. So that I can understand your problem and help you fix it.
@mohamadjawad99
@mohamadjawad99 Год назад
what solve this command : $ sudo mysql_secure_installation Securing the MySQL server deployment. Enter password for user root: Error: Access denied for user 'root'@'localhost' (using password: YES)
@PnTutorialsbyPradnyankurNikam
Hi Mohamad, 1) Directly login to your MySQL server using following command, sudo mysql 2) Once you are logged in to your MySQL server, set a new password using following command, ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password by 'newpassword'; (change new password string with your own password) 3) Reset privileges using, FLUSH PRIVILEGES; 4) Exit out of MySQL database server using, 5) Now you can directly login to your MySQL server using, sudo mysql (without password) OR mysql -u root -p (When prompted, enter newly set root user password) Let me know if it works.
Далее
How To Install MySQL on Ubuntu 22.04 LTS (Linux)
12:50
Просмотров 127 тыс.
БЫСТРАЯ сборка ПК - от А до Я!
00:22
Uninstall MySQL 8 Database from Ubuntu 22.04 LTS
8:50
Просмотров 3,1 тыс.
Linux New User Guide: 10 Things I Wish I Knew
23:31
Просмотров 465 тыс.
How to install mysql and phpmyadmin on ubuntu 22.04
7:17
Installing SQL Server on Linux
8:40
Просмотров 35 тыс.
New to Linux? Yeah, DON'T Use Manjaro...
15:55
Просмотров 215 тыс.
Installing Linux The "Right" Way
18:43
Просмотров 678 тыс.