数据库连接的时候,会报错“MySql.Data.MySqlClient.MySqlException:“The host localhost does not support SSL connections”,解决办法:mysql连接字符串里面加"SslMode=none",mysql启用ssl可以参考下这个:https://www.cnblogs.com/mysql-dba/p/7061300.html

  项目在windows下发布好上传到ubuntu服务器以后,可以通过重启supervisor的方式重启应用

sudo service supervisor restart

 

相关文章:

  • 2022-12-23
  • 2021-08-05
  • 2022-02-19
  • 2022-02-07
  • 2018-02-03
  • 2021-08-02
  • 2022-01-19
  • 2021-12-01
猜你喜欢
  • 2018-11-08
  • 2021-08-31
  • 2021-08-06
  • 2021-11-12
  • 2021-05-03
  • 2022-12-23
相关资源
相似解决方案