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!

     

     

     

  • 相关阅读:
    YXY-压测
    禅道使用
    抓https包
    数据库基本查询语句
    限制网速 制造测试条件
    测试中认识 sqlite
    Adb 命令
    jmeter 查看提取的参数
    jmeter传入字符时文本显示乱码
    nginx 访问springboot项目
  • 原文地址:https://www.cnblogs.com/siqi/p/2691138.html
Copyright © 2011-2022 走看看