₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,147 members, 8,420,548 topics. Date: Friday, 05 June 2026 at 12:49 AM

Toggle theme

Sql Statement On How To Create Users In Mysql Help! - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingSql Statement On How To Create Users In Mysql Help! (3158 Views)

1 Reply (Go Down)

Sql Statement On How To Create Users In Mysql Help! by luckyCO(op): 7:50pm On Feb 10, 2007
Can somebody help me with SQL statement on how to create User, Edit and grant a user previledges in MYSQL.
Re: Sql Statement On How To Create Users In Mysql Help! by Cactus(m): 4:12pm On Feb 11, 2007
just use mysql administrator

www.mysql.com

download it and fire up

click User Adminitration to the left

and click add user at the bottom right panel

gl
Re: Sql Statement On How To Create Users In Mysql Help! by luckyCO(op): 9:58am On Feb 12, 2007
Thanks for your concern. I want to edit and add user using programming language not using their interface.
Re: Sql Statement On How To Create Users In Mysql Help! by kengimel(m): 10:01am On Feb 12, 2007
I suggest you try using phpmyadmin or MYSQL ADMIN

but in the mean while:
Create User with :
GRANT USAGE ON * . * TO 'user'@'localhost' IDENTIFIED BY 'password' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 ;

Grant privileges with :

GRANT SELECT , INSERT , UPDATE , DELETE , CREATE , DROP , FILE , INDEX , ALTER , CREATE TEMPORARY TABLES ON * . * TO 'user'@'localhost'
IDENTIFIED BY '********'
WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0
Re: Sql Statement On How To Create Users In Mysql Help! by MDSADMIN(m): 4:06pm On Feb 14, 2007
If you use a cpanel just go to the option
MYSQL DATABASES then create a database, create a user and assign the user to a database and grant permission to the user.
1 Reply

How To Solve Multiple Foriegn Key In MysqlCapture Image From Webcam And Store In Mysql Database From C Sharp WinformPhp/mysql Help:how To Run Sql Query From A Link234

Vb6.0 CodeSave Image Into Oracle Database In Asp.net/vb.netWho Wants To Attend A Hackathon?