0

I am a beginner in the web and I would like to create a database with a user "username : admin / password : admin". The fact is that I really don't know much about databases.

I have installed MySQL Workbench on my computer but I don't know if it is enough on its own or if I also need to install MySQL...

Can we create a complete database only with MySQL Workbench or MySQL Workbench is only a complement to MySQL and cannot work without?

I started to take inspiration from that: Create a new database with MySQL Workbench

But the subject is 8 years old and I didn't want to dig it up to ask my questions.

2
  • No you need also ti install mysql. Then connect workbench and then add a new schema and then a new datable Commented Nov 19, 2019 at 23:00
  • just google 'ho to install mysql on '+ you operating system, follow a guide (better if from website like digital ocean), an at the end probably they will teach you how to create a user on mysql, and than you just need to tell the credentials to mysql workbench, and you are done Commented Nov 19, 2019 at 23:23

1 Answer 1

1

Yes - You have to install MySQL server. Workbench is a tool for sending queries to MySQL server

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.