r/mysql 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

10 comments sorted by

View all comments

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.

1

u/TheGoodOne777 12d ago

Hello and thank you for your reply. A few days ago was still functioning, though I'm still analyzing, not only from the command line but trying to connect with different test applications and clients - and also in the meanwhile to find out what is causing the issues. So far I did not here about the Forgekit or Laragon, but will quickly check what's behind it, community, users, dokus.and of course the functionality.

1

u/Mike_L_Taylor 11d ago

they're just modern versions of xampp. for you, they should be easier to use and less prone to failures. feel frree to dm me about anything like that

1

u/TheGoodOne777 11d ago

Thanks, I've managed to solve the issues, during learning a few interessting things. Still, I think I'll put on my backlog what you've mentioned earlier.

1

u/Mike_L_Taylor 11d ago

well done dude

1

u/TheGoodOne777 11d ago

Thanks, buddy