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
Thanks for your explanation.
ReplyDeleteI had some problems with commands from the video. This worked for me:
ReplyDeletesudo 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
I got the same error. Then I typed in
ReplyDeletemysql --user=root -p
then it asks for password
and it worked.
In case anyone else in the future needs help.
+Amy Aranda Thank you
ReplyDeleteYour welcome :)
ReplyDeletethank you
ReplyDeleteyour welcome +Djibril Barry
ReplyDeleteERROR 1045 (28000): Access denied for user 'root'@'localhost'(using password: NO)
ReplyDeleteI have never even used linux once unless you count android.
+Juan C Porras Thanks a ton...!! The tutor in the video trolled...!!
ReplyDeleteThaaanksss :)))
ReplyDeleteFor those of you having the error message:
ReplyDeleteERROR 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.
Same for me
ReplyDeleteUse 'mysql -u root -p'. Once you enter the password, you'll be logged into mysql!
ReplyDeletethanks man
ReplyDeleteits throwing an errow when I enter mysql after installing it...??
ReplyDeleteERROR 1045 (28000): Access denied for user '.........'@'localhost' (using password: NO)
how to execute an external file ?
ReplyDeletethe password you entered was toor ;)
ReplyDeleteHow do i get the details for my server so i can enter it into my website hosted online?
ReplyDeletePLEASE HELP!
I bet the password was '1234'
ReplyDeleteERROR 1045 (28000): Access denied for user 'root'@'localhost'(using password: NO)
ReplyDeletetype 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
kk
ReplyDeletei have install mysql using the command show in video...but when enter directly into mysql it show the error ->
ReplyDelete[ "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??
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.
ReplyDeleteI'm pretty sure its Database not Daatabase...
ReplyDeletethank you .......good job.
ReplyDeleteFor those getting the error regarding access being denied. Use the following instead
ReplyDeletemysql --user=root --password=YOUR_PASSWORD
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.
ReplyDeletehey i installed mysql bt when i use command sql, it's showing access denied for the user
ReplyDeleteunable to find package mysql-server
ReplyDelete