php artisan migrate でエラーがでてはまる → 解決済 Laravel

<p>laravelで環境構築してて
# php artisan migrate でエラーがでてはまる
原因はユーザ作成してなかったから
そりゃユーザなかったらそうだよね
phpmyadminで、ユーザ作成したら解決したよ


以下エラーログ
[Note] Access denied for user &#39;test&#39;@&#39;xxx.xxx.xxx.xxx&#39; (using password: YES)
&nbsp;</p><p>&nbsp;</p><p># php artisan migrate

Illuminate&yen;Database&yen;QueryException</p><p>&nbsp; SQLSTATE[HY000] [1045] Access denied for user &#39;test&#39;@&#39;xxx.xxx.xxx.xxx&#39; (using password: YES)</p><p>&nbsp; (SQL:&nbsp; select* from information_</p><p>schema.tables where table_schema = test and table_name = migrations and table_type = &#39;BASE TABLE&#39;)</p><p>
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:669
665| // If an exception occurs when attempting to run a query we&#39;ll format the error
666| // message to include the bindings with SQL which will make this exception a
667| // lot more helpful to the developer instead of just the database&#39;s errors.
668| catch (Exception &#36;e) &#123;
&gt; 669| throw new QueryException(
670| &#36;query &#36;this-&gt;prepareBindings(&#36;bindings) &#36;e
671| );
672| &#125;
673|

+34 vendor frames
35 artisan:37
Illuminate&yen;Foundation&yen;Console&yen;Kernel::handle(Object(Symfon11y&yen;Component&yen;Console&yen;Input&yen;ArgvInput) Object(Symfony&yen;Component&yen;Console&yen;Output&yen;ConsoleOutput))</p>