zoukankan      html  css  js  c++  java
  • ubuntu install mysql server method

         recently try to install mysql in my computer so that  I can practise some sql statement on sever.But there are some problem while install mysql package in my ubuntu system.I hava tried lots of ways to move on. at last.I find there is a

    best way to install mysql in my computer ,so I want to share with other friends like you who finds solutions for such program and hope my suggetion will give some help,even less..


    First  we should keep our system clear to install mysql before (beacuse I hava installed some other types on compters ,and there might be some files which still existed in system,to handle that I use some commands such as

    sudo rm /var/lib/mysql/ -R

    sudo rm /etc/mysql/ -R

    )

    you can do following steps:

    #sudo apt-get autoremove mysql* --purge

    #sudo apt-get remove apparmor


    #sudo apt-get install mysql-server mysql-common  mysql-client


    Then you can login in your own mysql(mysql has running in your system while installed)



    Conclusions:

    in linux system we hava some troubles on installing software,but there are some easy ways to achieve your goals.

    redhat system you can use" yum " to install ,and ubuntu you can use apt-get install  

    maybe  help you  and give my best wish to you!

                                                                                                                                                                  JiangJian

                                                                                                                                                                 in Shanghai

  • 相关阅读:
    TCP/IP详解学习笔记(3)IP协议ARP协议和RARP协议
    TCP/IP详解学习笔记(2)-数据链路层
    TCP/IP详解学习笔记(1)-基本概念
    HTTP协议学习
    Windows下Git多账号配置,同一电脑多个ssh-key的管理
    Linux定时任务Crontab命令详解
    样式化复选框(Styling Checkbox)
    emmm 深入浅出教你看懂现代金融游戏
    今日工作收获(2018/2/27)
    html upload_file 对象(2018/02/26)工作收获
  • 原文地址:https://www.cnblogs.com/mfrbuaa/p/3926675.html
Copyright © 2011-2022 走看看