• ubuntu MySQL采用apt-get install安装目录情况


    安装服务器:
    root@ubuntu:/# apt-get install mysql-server-5.5
    安装客户端:
    root@ubuntu:/# apt-get install mysql-client-core-5.5
     
    一). ubuntu下mysql安装布局:
    /usr/bin                      客户端程序和mysql_install_db
    /var/lib/mysql            数据库和日志文件
    /var/run/mysqld        服务器
    /etc/mysql               配置文件my.cnf
    /usr/share/mysql       字符集,基准程序和错误消息
    /etc/init.d/mysql        启动mysql服务器
  • 相关阅读:
    Codeforces 977F
    Codeforces 219C
    Codeforces 1132
    Codeforces 660C
    Codeforces 603A
    Codeforces 777C
    Codeforces 677
    JNUOJ 1032
    Codeforces 677D
    Codeforces 835C
  • 原文地址:https://www.cnblogs.com/ClassNotFoundException/p/6093205.html
Copyright © 2020-2023  润新知