zoukankan      html  css  js  c++  java
  • lnmp 安装笔记

    mysql 安装

    To start mysqld at boot time you have to copy
    support-files/mysql.server to the right place for your system
    
    PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
    To do so, start the server, then issue the following commands:
    
    /usr/local/webserver/mysql/bin/mysqladmin -u root password 'new-password'
    /usr/local/webserver/mysql/bin/mysqladmin -u root -h localhost password 'new-password'
    
    Alternatively you can run:
    /usr/local/webserver/mysql/bin/mysql_secure_installation
    
    which will also give you the option of removing the test
    databases and anonymous user created by default.  This is
    strongly recommended for production servers.
    
    See the manual for more instructions.
    
    You can start the MySQL daemon with:
    cd /usr/local/webserver/mysql ; /usr/local/webserver/mysql/bin/mysqld_safe &
    
    You can test the MySQL daemon with mysql-test-run.pl
    cd /usr/local/webserver/mysql/mysql-test ; perl mysql-test-run.pl
    
    Please report any problems with the /usr/local/webserver/mysql/scripts/mysqlbug script!

     

     

     

  • 相关阅读:
    Linux日志清除
    QT vs x64编译
    VC调用QT的UIDLL
    QT UI获得控件ID(HWND)
    安卓黑客工具
    VMware+Windgb+Win7内核驱动调试
    ubuntu 键盘布局修改
    魅族MX3 smart bar处失灵
    把NDK的工具链提取出来单独使用
    arm指令版本
  • 原文地址:https://www.cnblogs.com/siqi/p/2691138.html
Copyright © 2011-2022 走看看