If you click on it you'll see the logs
Okay, I see The error is that port 3306 is in use
2023-04-23 17:20:57 0 [Note] Server socket created on IP: '0.0.0.0'. 2023-04-23 17:20:57 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 98: Address already in use 2023-04-23 17:20:57 0 [ERROR] Do you already have another server running on port: 3306 ? 2023-04-23 17:20:57 0 [ERROR] Aborting
Do you have any other MySQL running on your computer? From Laragon/ Wamp etc?
no
i have workbench but not opened
In your task manager, in details, check if you have mysql \ mysqld
ok
You can run resmon.exe
And go to Listening ports
to check who is using 3306
yeah there was mysqld
i ended that task
And now everything should start
i have to run this code in cmd
No
got this
Great!
thanks a lot bro
You'll set
😇
You saved me
are you a flutter developer?
What is about?
Recommended threads
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...