摘要:
解题:我用的是SQLite数据库,原因是没有填对数据库路径, Database server name: /var/www/html/phpBB3/db 解题过程: 1.Google Both the database and the directory containing it must be 阅读全文
摘要:
如果没有php环境先百度安装一下,或者用docker创建,如下:使用docker搭建apache + php环境:https://www.cnblogs.com/v5captain/p/14165777.html或yibai教程php开发环境安装 https://www.yiibai.com/php 阅读全文
摘要:
1.Ctrl-Alt-T 打开终端 2.安装sqlite3sudo apt-get install sqlite3 libsqlite3-dev 3.创建数据库sqlite3 mysqlite.db 4.创建数据表CREATE TABLE myTable (id INTEGER, name VARC 阅读全文
摘要:
StackOverFlow上说可能是存在重复Keys我遇到的情况是select了一个不存在的列,修改后没有再报错了. https://stackoverflow.com/questions/56552801/how-to-fix-org-apache-spark-sql-catalyst-analy 阅读全文