Beginners MYSQL Database Tutorial # How to install MySQL on Ubuntu/Debian Linux

preview_player
Показать описание
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

Installing and Using Mysql on Ubuntu
How to install mysql
install mysql on ubuntu
Searches related to Installing and Using MySQL in Ubuntu
installing mysql on ubuntu server
installing mysql workbench on ubuntu
Installing MySQL Server on Ubuntu
Searches related to Installing and Using MySQL server in Ubuntu
setting up mysql server ubuntu
setting up mysql server linux
installing php ubuntu server
installing apache ubuntu server
installing phpmyadmin ubuntu server
installing mysql debian
where does mysql install on linux
ubuntu install php mysql
Ubuntu Linux Install MySQL Server
installing mysql 5.5 on ubuntu
installing mysql gem ubuntu
installing mysql client on ubuntu
installing php mysql ubuntu
installing apache on ubuntu
installing php ubuntu
Рекомендации по теме
Комментарии
Автор

For those of you having the error message:
ERROR 1045 (28000): Access denied for user 'root'@'localhost'(using password: NO)
type in:
mysql -p
it will ask you for the mysql root password of the moment of install. if done correctly, then it will show:
ERROR 1045 (28000): Access denied for user 'root'@'localhost'(using password: YES)

In order for it to work for me I had to run it under root, not using sudo.
sudo su

Then type:
mysql -p

See if it works. It did for me.

juancporras
Автор

For those getting the error regarding access being denied. Use the following instead
mysql --user=root --password=YOUR_PASSWORD

thisuserhas
Автор

I had some problems with commands from the video. This worked for me:
sudo apt-get purge mysql-client-core-5.6
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get install mysql-client-core-5.5
sudo apt-get install mysql-server

zemauror
Автор

Try running "sudo mysql -u root -p" if error is access denied password :NO

subhampratap
Автор

When I type the command:mysql there was an error like this:
ERROR 2002 (HY000) :can't connect to local Mysql server through socket
So what can i do

namitahingmire
Автор

Hi, I'm quite new to Ubuntu. I've installed Xampp on ubuntu and I wanted to open the control panel just like in windows. But this doesn't open. I'm starting and stopping it from the terminal. I had used Wine to run windows version of xampp on ubuntu. Please help me.

deserteagleto
Автор

Thanks for the excellent tutorial. Got me up and running quickly on a new Ubuntu installation in a VirtualBox.

ClassicalLuvr
Автор

The prompt to set my password didn't appear :( when I run:
sudo apt-get install mysql-server
does anyone know why? I tried several of times with no success.

edwinchp
Автор

works like a charm in 2017 :)
cheers!

xGrofx
Автор

Worked on my Linux mint too! Nice. I'm trying to create an application in C that use the mysql database and you help me about the mysql part. Thanks

flaviopibetagama
Автор

I have entered mysql -u root -p  . I am able to login and I can see Show databases;
But when I m creating Database table It doesn't work... it shows No database selected. Please help me to get out of it. Thank you

AMANKUMARBCE-nxkf
Автор

How do i get the details for my server so i can enter it into my website hosted online?
PLEASE HELP!

MuhsinunChowdhury
Автор

thank you sir...ur video helped me alot

manju-epnj
Автор

Thanks for the tutorial had forgotten about installing now am set..

BAZZBolt
Автор

sir, there is an error showing after the statement 'reading state information done' (after giving password)error:unable to locate package mysql server.5.7.So what can i do? pls help me?

shabanapj
Автор

thx mate, could you show how to install pgsql on CentOS 6/7 ?

Nodorgrom
Автор

I am getting the below mention error how to resolve it thanks in advance.
0 upgraded, 0 newly installed, 0 to remove and 503 not upgraded

RahulRawat-rjol
Автор

It doesn't ask any password like 1:19! What to do here?

arunaagt
Автор

Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

Getting the following error above

ubuntu 12.04 LTS

32bit OS
ARMv7 Processor rev 4 (v7l) x 2

goonie
Автор

its not working ! i got this error - "sudo apt-get install mysql-server
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. "

pranavkakade