项目服务器信息.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. 测试服务器地址:
  2. 47.113.226.116
  3. root
  4. idea@2023
  5. 后台服务器
  6. /home/projects/industryPark
  7. web端前段
  8. /home/tools/apache-tomcat-8.5.46/webapps/industryPark
  9. 手机端前段
  10. /home/tools/apache-tomcat-8.5.46/webapps/industryParkApp
  11. // 官网
  12. /home/tools/apache-tomcat-8.5.46/webapps/sunanWebsite
  13. nginx配置文件位置
  14. /usr/local/nginx/conf/nginx.conf
  15. ===============================================================
  16. 测试数据库地址:47.113.226.116/sunan industry_park
  17. ===================================================================
  18. 项目没有vpn,要发布需要去新吴城运去发布
  19. 注意:正式网信息
  20. 苏南政务网2.22.139.129 数据库密码 : Idea_sunan@20231107!
  21. 苏南快递项目
  22. ======================================================
  23. 2.22.203.193
  24. 账号密码:root/778899aabb
  25. 9012 后台服务器端口
  26. 443 nginx端口/小程序用
  27. 9306 mysql数据库===>2023年12月6日初审退回:漏扫通过 3306属于高危端口请更按 所以改成9306
  28. root@localhost: 7=.owFGHKafG
  29. Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-100-generic x86_64)
  30. //====安装问题=================================================================
  31. mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
  32. cp /lib64/libncurses.so.6 /lib64/libncurses.so.5
  33. 或者 添加软连接
  34. ln -s /lib64/libncurses.so.6 /lib64/libncurses.so.5
  35. apt-get install libtinfo*
  36. =========================================
  37. libtinfo6 is already the newest version (6.2-0ubuntu2).
  38. libtinfo6 set to manually installed.
  39. You might want to run 'apt --fix-broken install' to correct these.
  40. The following packages have unmet dependencies:
  41. libtinfo-dev : Depends: libncurses-dev (= 6.2-0ubuntu2) but it is not going to be installed
  42. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  43. ./mysql: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libtinfo.so.5)
  44. 2.22.203.193
  45. root@wxdx:~# uname -a
  46. Linux wxdx 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
  47. root@wxdx:~# uname -v
  48. #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022
  49. root@wxdx:~# lsb_release -a
  50. No LSB modules are available.
  51. Distributor ID: Ubuntu
  52. Description: Ubuntu 20.04.4 LTS
  53. Release: 20.04
  54. Codename: focal
  55. root@wxdx:~# cat /etc/issue
  56. Ubuntu 20.04.4 LTS \n \l
  57. cat /proc/version
  58. Linux version 5.4.0-100-generic (buildd@lcy02-amd64-002) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022