Linux下的MediaWiki的部署启动遇到的问题与解决方案

1. MySQL安装不成功

解决方案:https://bbs.csdn.net/topics/394377536

 

2. no space left on device ubuntu

解决方案:https://blog.csdn.net/qq_35451572/article/details/80778388

使用  sudo apt-get -f install mysql-server 继续安装mysql

 

3. Apache启动失败

解决方案:

service --status-all

service apache2 stop

sudo /opt/lampp/lampp start

 

4. The program 'mysql' can be found in the following packages

解决方案:安装mysql,https://blog.csdn.net/qq_42881421/article/details/91981918

 

5. 2003错误,修改配置文件后,如何保存退出。

解决方案:https://blog.csdn.net/weixin_44166997/article/details/93216783

 

6. /opt/lampp# /opt/lampp/bin/mysql.server: 264: kill: No such process

解决方案:https://www.e-learn.cn/topic/3522246

https://blog.csdn.net/qq_37280924/article/details/105867952 在发现我的mysql访问不了时,我安装了mysql,然后就通过上面的命令,成功解决。

 

7. Another FTP daemon is already running?

解决方案:https://www.cnblogs.com/pengdonglin137/articles/6171461.html

 

8. 浏览器访问:IP地址/phpmyadmin/出现New XAMPP security concept

解决方案:https://blog.csdn.net/longzhoufeng/article/details/84255269

 

9. Navicat for mysql 连接远程数据库 出现SQL Error (2013)

解决方案:https://blog.csdn.net/benben1580/article/details/79334523

 

10. 使用Navicat连接mysql出现1045错误。

密码错误,通过phpmyadmin页面的mysql数据库中的user表可以查看密码。

posted @ 2020-11-16 20:31  北漂的尘埃  阅读(636)  评论(0编辑  收藏  举报