PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved
rakeshkakati

Aug 24th, 2021 05:17 AM

SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client How to solve this error ?

Report
1
bo-iliev

Aug 24th, 2021 06:36 AM

Hello there,

I think the way to solve this error is by entering MySQL with root and running this query:

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';

Then after that, run these following commands:

php artisan config:clear

php artisan migrate

Let me know if this fixes your problem.

Report
1
rakeshkakati

Aug 24th, 2021 08:49 PM

My database error is resolved thanks to you. However, I am unable to view wave.test.

Report
1
bo-iliev

Aug 25th, 2021 02:52 AM

Hi there,

You would need to install Laravel Valet. Here is the link to their documentation, so that you can follow the steps on how to install it.

https://laravel.com/docs/8.x/valet

Let me know how it goes.

Regards,

Boyan

Report
1
rakeshkakati

Aug 25th, 2021 06:55 AM

Got it up and running. Thank you.

Report
1
bo-iliev

Aug 25th, 2021 11:09 AM

No problem! Happy to help.