Score:0

Uninstall MySQL and perform first time setup

lr flag

I know this seems like a repeated question but I've tried every other answer and none of them worked.

I'm trying to follow this guide in order to create a database for my Minecraft server but before that, I've tried with a YouTube video on how to install MySQL.

I don't know what I did but I messed up. MySQL has a password I do not know, I tried uninstalling and reinstalling with various tutorials as I told before but none of them worked, the moment I reinstall MySQL it still asks for my password, data is still saved somewhere somehow.

Even if I manage to get in, I can't do the mysqladmin -u root -p create minecraft command that's on the guide, it would just get my in an arrow promp loop like this "->" no matter what I type it just drops another one, I've also searched help for that but no luck, I just found I can go back with \c but as long as I try again or any other thing I end up there again. :(

Score:0
cf flag

The guide is totally wrong. The command mysqladmin -u root -p create minecraft must be run from your shell, not when you are connected to the command-line client.

From the client, you can create the database using

CREATE DATABASE minecraft;
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.