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 -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/f1a7ab27-bf1e-4500-b9ff-c0d234e8ee9f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
