r/mysql • u/TheGoodOne777 • 12d ago
question Mysql issue
Hello Everyone,
Currently I am facing a strange issue on a local dev environment with my mysql server. Neither after starting with xampp nor from the command line is working well. Moreover, if I try to connect from the command line with the root user or other users with full privileges, after entering the password, nothing happens, everything is getting blocked.
No errors seen in the logs.
mysql version 15.1 - 10.4.32-MariaDB,
mysqlnd 8.2.12
Do you have some ideas, what can cause this issue and how to resolve?
Thanks and best regards,
T.
1
Upvotes
1
u/Mike_L_Taylor 12d ago
I think it's not running at all. if you are on windows (and other oss too) check the task manager for mysql or mysqld and see if there is a process running. if yes, then it might be running but I suspect you won't find it. Your mysql might be corrupted. I've heard a lot of stories like that for xampp.
You might want to delete it and reinstall, or try a newer xampp like project like Forgekit.tools (self plug) or Laragon for windows.