To recover your lost Database and avoid leaking it: Send us 0.1 Bitcoin (BTC) to our Bitcoin address 1J6jLduCXbPyxt5EMTs7iHwdafANy4ThJc and contact us by Email with your Server IP or Domain name and a Proof of Payment. If you are unsure if we have your data, contact us and we will send you a proof. Your Database is downloaded and backed up on our servers. Backups that we have right now: porfit . If we dont receive your payment in the next 10 Days, we will make your database public or use them otherwise.
使用以命令查询版本
pip list|grep uWSGI
如果为2,卸载
pip uninstall uwsgi
安装uwsgi3
pip3 install uwsgi
可以直接pip3 install uwsgi
(centos7),然后为了在终端中使用uwsgi命令,执行以下命令
ln -s /usr/local/python3/bin/uwsgi /usr/bin/uwsgi3