摘要:
ubuntu16.04 wordpress建站教程 image 非常简单!!复制代码即可!服务器方面自选,我这里用的 首都在线云主机(http://www.capitalonline.net/)(他家海外节点好便宜哈哈) 首先用putty远程连接云主机。百度搜索putty第一个下载即可。 image 阅读全文
摘要:
Firstly, to be able to install a certain PHP version, in this case, 7.2 you’ll need to add a certain repository to your system sudo apt-get install so 阅读全文
摘要:
在Ubuntu下 想要登录mysql数据库 root@JD:~# mysql -uroot -p 报错 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) 导致登录数据库不成功 打开文 阅读全文