Author Topic: how to clear cache user account database in laravel file in live server?  (Read 163 times)

0 Members and 2 Guests are viewing this topic.

Offline
*
i have problem with error 1045 access denied for user password yes. Already tried to change env file, still the same error exist. what should i do to look at my.ini/csf in pubic file, i dont know where to find exact path for the files...or any other method/simplest method to solve this error

Offline
***
Re: how to clear cache user account database in laravel file in live server?
« Reply #1 on: January 08, 2025, 01:26:48 PM »
There is no any "database cache". If you get the cached error then it means the error is cached by your site or some service like "CloudFlare" if your site uses it. If the error isn't cached then I recommend you to contact the deveopers/community or read docs of Laravel to find where the database connection settings are stored.

Offline
*
Re: how to clear cache user account database in laravel file in live server?
« Reply #2 on: January 09, 2025, 02:13:24 AM »
hi, thanks for your replied..will check with laravel doc