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

Alex96's avatar

Problems performing migrations

I'm new to implement Laravel Forge, I'm taking the server IP as a domain to see if everything works perfectly, before buying the domain and running it.

The domain is displayed but when I want to run the php artisan migrate command it generates errors. As well as when deploying

The error is the following that is the most important of the database.

Illuminate\Database\QueryException

SQLSTATE[HY000] [1045] Access denied for user 'zoho_api_test'@'localhost' (using password: YES) (Connection: mysql, SQL: select table_name as name, (data_length + index_length) as size, table_comment as comment, engine as engine, table_collation as collation from information_schema.tables where table_schema = 'zoho_api_test' and table_type = 'BASE TABLE' order by table_name)

at vendor/laravel/framework/src/Illuminate/Database/Connection.php:822 818▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 819▕ ); 820▕ } 821▕ ➜ 822▕ throw new QueryException( 823▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 824▕ ); 825▕ } 826▕ }

  +36 vendor frames 

37 artisan:35 Illuminate\Foundation\Console\Kernel::handle()

0 likes
1 reply

Please or to participate in this conversation.