gpt4 book ai didi

laravel - sqlite连接使用用户名和密码

转载 作者:行者123 更新时间:2023-12-03 13:00:26 24 4
gpt4 key购买 nike

MySQLite连接使用用户名和密码,但是我没有指定任何名称


Illuminate \ Database \ QueryException SQLSTATE [HY000] [1045]用户'homestead'@'localhost'的访问被拒绝(使用密码:是)(SQL:从customers中选择*)

最佳答案

此错误基本上是由于更改DB_DATABASE文件中的DB_USERNAMEDB_PASSWORD.env

打开.env文件并进行编辑。

DB_CONNECTION=sqlite
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE= // Your Database Name
DB_USERNAME= // Your Database Username
DB_PASSWORD= // Your Database Password


如果在安装时没有默认用户名,则应将 DB_USERNAME设置为 root

注意:如果未在数据库上设置密码,请清除它 DB_PASSWORD

.env编辑后,必须清除缓存:

php artisan config:cache

关于laravel - sqlite连接使用用户名和密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55650563/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com