Replies: 5 comments 5 replies
-
You have probably set the password for MySQL. Quick app will only work with Laragon default settings, no password. |
Beta Was this translation helpful? Give feedback.
-
Believe it or not, I literally just ran into this a few minutes ago. At least from what I see, you can use quick app with a set password, but you have to edit your MySQL my.ini file under MySQL -> my.ini. You'll see on the first line a commented #password=your_password, and then you just uncomment and replace the placeholder your_password with whatever your current root password is as a string. After that, quick app will just read off of that and work how it did before. I almost forgot you'll also have to edit your wp-config.php file inside whichever directory as well to include your current I just created two test sites after the fact, so maybe try that first. |
Beta Was this translation helpful? Give feedback.
-
To fix it, go to laragon\etc\apps\phpMyAdmin, then find config.inc.php, open it and find // $cfg['Servers'][$i]['AllowNoPassword'] = TRUE; |
Beta Was this translation helpful? Give feedback.
-
Adding a comment in case helpful to other readers. Go to Laragon icon, right click for Menu/Mysql/Change root password (or generate random root password). After that you can deal with if you want no password or not. On localhost no password is probably ok but never use no password on live projects! |
Beta Was this translation helpful? Give feedback.
-
i fix the same problem u facing To check if any application is using port 3306, follow these steps:
above command will search for all connections and processes using port 3306.
Replace 1234 with the PID shown in the previous output.
Replace 1234 with the actual PID you found. |
Beta Was this translation helpful? Give feedback.
-
I got error when i try to create a new Wordpress project in Laragon.
The error says like this:
Does anyone know how I can fix this?
Beta Was this translation helpful? Give feedback.
All reactions