Learn about Centmin Mod LEMP Stack today
Register Now

Creating specific user and database

Discussion in 'Centmin Mod Insights' started by rdan, Oct 10, 2014.

  1. rdan

    rdan Well-Known Member

    5,410
    1,370
    113
    May 25, 2014
    Ratings:
    +2,147
    Local Time:
    8:19 AM
    Mainline
    10.2
    I'm using your command here: WordPress + Super Cache plugin for Centmin Mod Nginx | wp1.centmincache.com
    Code:
    mysqladmin -u root -p create domain1v381
    mysql -u root -p -e "CREATE USER 'domain1username'@'localhost' IDENTIFIED BY 'yourmysqlpass';"
    mysql -u root -p -e "GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, LOCK TABLES, CREATE TEMPORARY TABLES ON domain1v381.* TO 'domain1username'@'localhost'; FLUSH PRIVILEGES;"
    To create a database and exclusive user.
    This command is not specific to wordpress only right?
    It's fine to use it for other php apps? like Xenforo.

    Thanks!

     
  2. eva2000

    eva2000 Administrator Staff Member

    50,132
    11,563
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +17,946
    Local Time:
    10:19 AM
    Nginx 1.21.x
    MariaDB 10.x
  3. rdan

    rdan Well-Known Member

    5,410
    1,370
    113
    May 25, 2014
    Ratings:
    +2,147
    Local Time:
    8:19 AM
    Mainline
    10.2
    That's a very handy script :)
    Thanks!
     
  4. eva2000

    eva2000 Administrator Staff Member

    50,132
    11,563
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +17,946
    Local Time:
    10:19 AM
    Nginx 1.21.x
    MariaDB 10.x
    it is ... don't even have to move out of the comfort of good old SSH window :D