Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

arunasrim's avatar

DB connection Issue from Lumen

I have changed new db instance details in .env and DB connection isn't working, but the same db connection details are working from dbeaver

0 likes
1 reply
arunasrim's avatar

When i executed php artisan migrate from project folder i see following error, new db password has { } characters. is there any chance that these are causing the issue?

SQLSTATE[IMSSP]: An unescaped right brace (}) was found in either the user name or password. All right braces must be escaped with ano ther right brace (}}). (SQL: select * from sys.sysobjects where id = object_id(migrations) and xtype in ('U', 'V'))

Please or to participate in this conversation.