MySQL install and setting

Tomorrow is the deadline of DATABASE, I am very nervous because of my project. Today is first day that I do my DATABASE project, and I am tired now, I will do my homework day and night. By the way, my beautiful girl have been interested in the faith, I'd love to introduce to her what I am believed.

  1. instill
    sudo apt-get install mysql...

  2. setting
    none

  3. login
    before login you should start the service.
    please input:
    /etc/init.d/mysql start

  4. then login mysql.
    mysql -u root -p

  5. and input the password.

  6. stop the server
    /etc/init.d/mysql stop

posted @ 2017-04-25 16:10  屋中人  阅读(727)  评论(0编辑  收藏  举报
返回顶部