Mysql management tools for node js

52 views
Skip to first unread message

harish moghe

unread,
Jul 27, 2015, 9:43:30 AM7/27/15
to nodejs
Hi All,


      How to create new database with nodejs and mysql
      How to create new user with nodejs and mysql
      How to set previllages to user
      CRUD for databases and user
      
      Is there any UI tool like php myadmin is available for nodejs mysql 
   
      At least commanda to do above operations.  

Aria Stewart

unread,
Jul 27, 2015, 10:04:46 AM7/27/15
to nodejs, haris...@gmail.com, haris...@gmail.com
On Monday, July 27, 2015 at 9:43:30 AM UTC-4, harish moghe wrote:
Hi All,


      How to create new database with nodejs and mysql

Issue the CREATE DATABASE command.
 
      How to create new user with nodejs and mysql

Issue the CREATE USER command.
 
      How to set previllages to user
 
Issue the GRANT command.

It sounds like you want to be using the reference documentation at http://doc.mysql.com/

      CRUD for databases and user
 
      
      Is there any UI tool like php myadmin is available for nodejs mysql 

PHPMyAdmin works quite well and is fully featured.

What requirements do you have for using a nodejs-based user-facing client? I'm not sure such a thing exists.
 
   
      At least commands to do above operations.  


Aria

Robert Zehnder

unread,
Jul 27, 2015, 11:47:31 AM7/27/15
to nodejs, haris...@gmail.com
Tried MySQL workbench? Much better than a web front-end..


On Monday, July 27, 2015 at 9:43:30 AM UTC-4, harish moghe wrote:
Reply all
Reply to author
Forward
0 new messages