我正在尝试运行我的Laravel5.7应用程序,但是当我试图在我的页面中运行查询时,总是会得到错误Could not find driver。 下面是我的.env代码的一部分: DB_CONNECTION=mysqlDB_PORT=3306 无论如何,我们不使用mysql,而是使用MariaDB。我可以确认MariaDB正在运行,没有任何问题,因为如果我在我的终端上运行mysql -u root -p,我就可以连接到我的mariadb。以下是成功登录到我的MariaDB时将显示的欢迎消息。 Welcome to the MariaDB monitor.
我在亚马逊上创建服务器,并希望通过putty中的SSH连接到它。我连接成功,但无法发送命令。我有错误:sudo: apt-get: command not found
-bash: apt-get: command not found
-bash: root: command not found sudo
usage: sudo [-D level] -h | -
我正在使用Centos 7.7和PHP 7.2,但是当我尝试使用laravel迁移数据库时,出现了这个错误。我试过很多方法,但我还是解决不了这个问题。 Illuminate\Database\QueryException : could not find driver (SQL: select * from information_schema.tables where table_schema = forge and table_name = migrations and table_type = 'BASE TABLE')
at /var/www/vhosts/x