How to Install MySQL server on Ubuntu 18.04/20.04

preview_player
Показать описание
How to Install MySQL server on Ubuntu 18.04/19.04

Here are the commands that you have to type..
sudo apt update
sudo apt install mysql-server
sudo mysql
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
FLUSH PRIVILEGES;
exit
mysql -u root -p
enter root password for mysql

Рекомендации по теме
Комментарии
Автор

Thank you so much for this video! was going crazy....

seo-rakwon
Автор

I have an error this?
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

brobersaudara
Автор

Thank you so much or this! I had tried everything under the sun from various sources and could not get past the root login. The missing link out of all of the steps that I noticed you did differently was using `root mysql` instead of only `mysql` in the terminal. The rest was cake! Thank you, again!

ryanhinton
Автор

When it says do u want continue Y/n I pressed Y but error is coming what should I do 😥 I have 18.04

pranavjoshi
Автор

In the past it was created the password during the installation, but apparently now it has changed.
Thanks so much for creating this video.

ribeiro
Автор

Great work for me, simple and easy tutorial.

marshchawki
Автор

Hello, how i can put my database on my sql server? please help

huynhlong
Автор

Hi, Can you suggest any free sql-client for sql connection in windows from ubuntu.
Right now I am trying to connect to sqlyog through tunneling but its not working.

rohits
Автор

Bro. Thanku... i have an mistake that i was seen your video at
It is worked without any errors...
🙏😘😍😘🙏😘😍

udhaykrishna
Автор

I couldn't install. When I put sudo apt install mysql-server command in terminal it shows unable to acquire the dpkg frontend lock . I don't know what to here. Please help to fix this!

arunaagt
Автор

Which desktop environment are you using ?

omerfarooqsyed
Автор

This video is the fastest way to get working SQL server . Cool man!!

QuickFi_x
Автор

When i try to install de mysql server, the instalation are aborted, i don't know why...

ricardomcl
Автор

Good one. How to install mysql workspace bench?

VeereshDammur
Автор

it shows error when you alter user root, there is this error 1524(HY000) :plugin 'mysql_native_passward ' not loaded

snehak
Автор

Thanks, your video helped clarified some questions. Please fix the audio. Appreciate it.

lukaround
Автор

I have this error also
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

obentabiayuk
Автор

Unable to locate mysql- server... Why it's showing like this when I am install mysql server

aswathyjithin
Автор

Funcionou para o Ubuntu 19.04 perfeitamente.

rendley
Автор

hi bro i have a question for you how can i install mysql without internet i mean how i can install mysql from tar or bundle whatever ?

panzorax.