Level 1
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'))