@ImeDa
i have done
.env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=ecube_v2
DB_USERNAME=ecube_db
DB_PASSWORD=03OalxShHVWx
config file
'mysql' => [
'driver' => 'mysql',
'host' => env('DB_HOST', 'localhost'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'ecube_v2'),
'username' => env('DB_USERNAME', 'ecube_db'),
'password' => env('DB_PASSWORD', '03OalxShHVWx'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
'engine' => null,
],
but when i create a new application throught SSH It works properly, and not with my copied project
and after updated the thing it shows sel ect * from information_schema.tables where table_schema = demoadmin and table_name = menus) on
where demoadmin not there on cpanel its my localmachine database name