How to Create a New User in MySQL

  Рет қаралды 33,626

Database Star

Database Star

Күн бұрын

Пікірлер: 42
@darrenhind9948
@darrenhind9948 Жыл бұрын
Fantastic tutorial and teaching style, thank you. I'm a novice and was trying to connect a C# app to a local instance using root and getting all kinds of errors, creating a user profile for myself worked seamlessly, thanks again.
@DatabaseStar
@DatabaseStar Жыл бұрын
Thanks! Glad it helped.
@mrboobs
@mrboobs Жыл бұрын
watching this at 2am, after spending about 20 hours on a uni project just figured id let yall know idk
@DatabaseStar
@DatabaseStar Жыл бұрын
Thanks for sharing! Glad it helped.
@Rokect890
@Rokect890 Жыл бұрын
Thanks for sharing. Short and helpful tutorial!
@DatabaseStar
@DatabaseStar Жыл бұрын
Glad it was helpful!
@sayedkazmi2844
@sayedkazmi2844 Жыл бұрын
Thanks for sharing useful and helpful tips
@DatabaseStar
@DatabaseStar Жыл бұрын
No problem!
@hangc10
@hangc10 5 ай бұрын
is there not a way to create user through a user friendly GUI?
@DatabaseStar
@DatabaseStar 5 ай бұрын
Yes, you can. You can click on the Administration panel on the left, then Users and Privileges, and add a new user there.
@felixkimutai8478
@felixkimutai8478 Жыл бұрын
Thank you Sir.
@DatabaseStar
@DatabaseStar Жыл бұрын
You’re welcome!
@bamideleifeoluwajoshua3642
@bamideleifeoluwajoshua3642 3 ай бұрын
it actually worked at first but couldnt go into my root where i have the schemas....i just lost a data😭😭😭😭😭😭😭😭😭😭.have been try to sign in to my localhost
@DatabaseStar
@DatabaseStar 3 ай бұрын
You should be able to sign into the main account still
@younesselbaz9279
@younesselbaz9279 Жыл бұрын
thank you so much for your effort
@DatabaseStar
@DatabaseStar Жыл бұрын
You’re welcome!
@Ufgvcewghhjgfhj
@Ufgvcewghhjgfhj Жыл бұрын
thanks. that helps a lot. may Allah bless you.
@DatabaseStar
@DatabaseStar Жыл бұрын
Thanks!
@1irezgaming_740
@1irezgaming_740 Жыл бұрын
I didn't get an error after creating a user, it connected successfuly, is there something wrong or done?
@DatabaseStar
@DatabaseStar Жыл бұрын
Oh that's good, if you got no error then it has worked for you.
@cherryanns4343
@cherryanns4343 Жыл бұрын
Does this work for a user in a network other than my local Network. If not how to do so? Please help
@DatabaseStar
@DatabaseStar Жыл бұрын
This will create a user on the MySQL database, not on the network. If you want someone else to be able to connect to this database server, they can use the existing user or this new user.
@TheC1tss
@TheC1tss Жыл бұрын
strange it does not create database inside the connection...
@DatabaseStar
@DatabaseStar Жыл бұрын
That's right, a new connection does not automatically create a new database in MySQL.
@delta4135
@delta4135 2 жыл бұрын
1:36 What if I did not get this error and instead got that connection was succesfully made? I got connection and everything seems to work. Is naming my new user admin is the problem here?
@DatabaseStar
@DatabaseStar 2 жыл бұрын
If everything works and you didn't get the error then it should be all good!
@hemantkumardas3333
@hemantkumardas3333 Жыл бұрын
Thanks sir 🙏
@DatabaseStar
@DatabaseStar Жыл бұрын
You’re welcome!
@b3ast324
@b3ast324 Жыл бұрын
If you create a sign in platform, do you know how to create users so they are entered into the database and they can sign in?
@b3ast324
@b3ast324 Жыл бұрын
Please answer, I am really struggling with this
@DatabaseStar
@DatabaseStar Жыл бұрын
Do you mean, creating some kind of app or website where users can have accounts and sign into their account? You would probably have some kind of users table that has an email address and password (which is stored as encrypted data). The app or website would then have the logic to look up the user details and check the password is correct. Does that answer your question?
@b3ast324
@b3ast324 Жыл бұрын
@@DatabaseStar Yes thank you so much!
@Rakshita_Goutam
@Rakshita_Goutam 8 ай бұрын
Anyone please help me , New User create password koin hai
@DatabaseStar
@DatabaseStar 8 ай бұрын
Could you follow this video to create the password for the new user?
@ayman4318
@ayman4318 2 жыл бұрын
Anything about postgresql??
@DatabaseStar
@DatabaseStar 2 жыл бұрын
Not yet, but I can create a video in the future.
@Thevol40k
@Thevol40k 2 жыл бұрын
But funny thing is i cant execute any command.
@DatabaseStar
@DatabaseStar 2 жыл бұрын
Can't execute any command in MySQL Workbench? Why not? Are you getting an error?
@oubayheot8843
@oubayheot8843 Жыл бұрын
if someone wants to give all the priveliges to the new user use this : grant all privileges on *.* to 'username'@'localhost'; And Thank you Database Star for the help.
@DatabaseStar
@DatabaseStar Жыл бұрын
Thanks for the tip!
@rain_yy
@rain_yy 8 ай бұрын
THANK YOUTROUTUTRU
@DatabaseStar
@DatabaseStar 8 ай бұрын
You're welcome
How to Create a Simple MySQL Stored Procedure
12:40
Database Star
Рет қаралды 10 М.
Learn the Basics of MySQL Workbench
14:44
Database Star
Рет қаралды 165 М.
Bike Vs Tricycle Fast Challenge
00:43
Russo
Рет қаралды 108 МЛН
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 198 М.
How to Design a Database
10:57
Database Star
Рет қаралды 61 М.
How to Create SQL Code from a Database Design
13:47
Database Star
Рет қаралды 8 М.
MySQL Workbench Users and Privileges
5:38
Patrick Belliveau
Рет қаралды 1,9 М.
Creating and granting permission to MySQL users
9:15
David Dalton
Рет қаралды 18 М.
UUID vs INT: What’s Better For Your Primary Key?
9:40
Database Star
Рет қаралды 47 М.
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,5 МЛН