当前位置:网站首页>Server environment setup

Server environment setup

2022-07-23 17:49:00 Ideal coder

  1. install yum install rpm
  2. Install the integrated environment rpm -Uvh http://mirrors.ustc.edu.cn/epel/5/i386/epel-release-5-4.noarch.rpm
  3. install apache/mysql/php yum install --enablerepo=epel php53 php53-mbstring
    mysql mysql-devel mysql-server MySQL-python php53-xml -y
  4. install Python Environmental Science
    1.yum install curl curl-devel
    2. yum install python
    3.yum install python-setuptools python
    4.easy_install DButils
  5. install xshell Drag file tool yum install lrzsz
  6. Configuration database
    1.mysql Configure user permissions :grant all privileges on . to [email protected]'xxx.24.19.33' identified by 'etxngxx3';
    2.mysql Set up root password :SET PASSWORD FOR 'root'@'localhost' = PASSWORD('a123456');
  7. Check the system version lsb_release -a
原网站

版权声明
本文为[Ideal coder]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/204/202207231503330291.html