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 …
Original source
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 …
Original source
44 responses to “Beginners MYSQL Database Tutorial # How to install MySQL on Ubuntu/Debian Linux”
what means sudo? what means apt-get?
thank you!
ERROR 1045 (28000): Access denied for user 'user'@'localhost'(using password: NO). Wasted hours on this one. Tried all of the solutions below unsuccessfully.
works like a charm in 2017 🙂
cheers!
how did you installed notepad++, did you used wine ?
THANK YOU
Wow, I tried to avoid this guy cause of his accent but every time I search up how to do something in Ubuntu he pops up. Damn…Here's an upvote and props for sharing what you know.
I'm pretty sure its Database not Daatabase…
thx mate, could you show how to install pgsql on CentOS 6/7 ?
Can I access this server from my other local devices on the network .!??
i have install mysql using the command show in video…but when enter directly into mysql it show the error ->
[ "sunny@sunny-Inspiron-3542:~$ mysql
ERROR 1045 (28000): Access denied for user 'sunny'@'localhost' (using password: NO)
sunny@sunny-Inspiron-3542:~$ "]…..and using "mysql -u root -p " this command it enters to sql.So,now what shoud i do??
I bet the password was '1234'
the password you entered was toor 😉
how to execute an external file ?
its throwing an errow when I enter mysql after installing it…??
ERROR 1045 (28000): Access denied for user '………'@'localhost' (using password: NO)
How do i get the details for my server so i can enter it into my website hosted online?
PLEASE HELP!
Thanks for your explanation.
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
unable to find package mysql-server
thank you …….good job.
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
after typing mysql -p , is shows only usign password : YES
what should i Do …?
hey i installed mysql bt when i use command sql, it's showing access denied for the user
Thanks for the excellent tutorial. Got me up and running quickly on a new Ubuntu installation in a VirtualBox.
Thanks nice video
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
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.
For those getting the error regarding access being denied. Use the following instead
mysql –user=root –password=YOUR_PASSWORD
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
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.
Thank you come again.
Thank you for help. 🙂
error showing
Could not get lock /var/cache/apt/archives/lock – open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/cache/apt/archives/
i m getting some error msg……access denied for 'vijay'@'localhost'(using password: no)…..this msg is popping up on the screen
thnks
Best way to install MySQL:
sudo apt-get install postgresql postgresql-contrib
(Don't install MySQL)
Thank you so much!
Thanks for the tutorial had forgotten about installing now am set..
Thank you for the video, very simple and helpful.
ERROR 1045 (28000): Access denied for user 'root'@'localhost'(using password: NO)
I have never even used linux once unless you count android.
good video, helped me out. thanks.
It can be good to mention that the MySQL root user has nothing in common with the Linux system user root, except by the name.
You do the same, it will install the latest version.
show how to install mysql-server 5.6.14 or newer….