Adding User Accounts mysql – asterisk database

Create mysql user id after logging through root user.

mysql -u root -p yourpasswordforroot
CREATE USER 'monty'@'localhost' IDENTIFIED BY 'some_pass';
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP ON bankaccount*. TO 'monty'@'localhost';
FLUSH PRIVILEGES;
 

2 thoughts on “Adding User Accounts mysql – asterisk database

  • October 3, 2013 at 3:43 pm
    Permalink

    Hi there! I just wish to give you a huge thumbs up for the excellent information
    you’ve got right here on this post. I am returning to your
    web site for more soon.

  • October 7, 2013 at 7:05 pm
    Permalink

    What i don’t understood is in reality how you’re not actually a lot more well-liked than you may be now. You are so intelligent. You recognize therefore considerably in terms of this subject, made me personally believe it from a lot of numerous angles. Its like women and men don’t seem to be involved unless it is something to do with Woman gaga! Your individual stuffs excellent. Always deal with it up!

Leave a Reply