Reputation: 1
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.
Upvotes: 0
Views: 2399
Reputation: 154
Yes - You have to install MySQL server. Workbench is a tool for sending queries to MySQL server
Upvotes: 1