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

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


30 comments:

  1. స్మార్ట్ థింకింగ్ కొన్ని తెలుసుకోవడానికి1 March 2017 at 15:18

    Thanks for your explanation.

    ReplyDelete
  2. 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

    ReplyDelete
  3. I got the same error. Then I typed in

    mysql --user=root -p

    then it asks for password

    and it worked.
    In case anyone else in the future needs help.

    ReplyDelete
  4. +Amy Aranda Thank you

    ReplyDelete
  5. Your welcome :)

    ReplyDelete
  6. thank you

    ReplyDelete
  7. your welcome +Djibril Barry

    ReplyDelete
  8. nbarrager Productions1 March 2017 at 15:18

    ERROR 1045 (28000): Access denied for user 'root'@'localhost'(using password: NO) 

    I have never even used linux once unless you count android.

    ReplyDelete
  9. Nitin Lakhotia1 March 2017 at 15:18

    +Juan C Porras Thanks a ton...!! The tutor in the video trolled...!!

    ReplyDelete
  10. Thaaanksss :)))

    ReplyDelete
  11. 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.

    ReplyDelete
  12. Tristan Vermeesch1 March 2017 at 15:18

    Same for me

    ReplyDelete
  13. Use 'mysql -u root -p'. Once you enter the password, you'll be logged into mysql!

    ReplyDelete
  14. Nihal Kulkarni1 March 2017 at 15:18

    its throwing an errow when I enter mysql after installing it...??
    ERROR 1045 (28000): Access denied for user '.........'@'localhost' (using password: NO)

    ReplyDelete
  15. how to execute an external file ?

    ReplyDelete
  16. the password you entered was toor ;)

    ReplyDelete
  17. Muhsinun Chowdhury1 March 2017 at 15:18

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

    ReplyDelete
  18. I bet the password was '1234'

    ReplyDelete
  19. 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

    ReplyDelete
  20. Siddharth Bhavsar1 March 2017 at 15:18

    i have install mysql using the command show in video...but when enter directly into mysql it show the error ->
    [ "[email protected]:~$ mysql
    ERROR 1045 (28000): Access denied for user 'sunny'@'localhost' (using password: NO)
    [email protected]:~$ "].....and using "mysql -u root -p " this command it enters to sql.So,now what shoud i do??

    ReplyDelete
  21. 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.

    ReplyDelete
  22. Natarajan Ramanshankar1 March 2017 at 15:18

    I'm pretty sure its Database not Daatabase...

    ReplyDelete
  23. thank you .......good job.

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

    ReplyDelete
  25. Yaser Ahmed Mohammed1 March 2017 at 15:18

    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.

    ReplyDelete
  26. hey i installed mysql bt when i use command sql, it's showing access denied for the user

    ReplyDelete
  27. unable to find package mysql-server

    ReplyDelete

Note: only a member of this blog may post a comment.