Learn about Centmin Mod LEMP Stack today
Become a Member

Creating specific user and database

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

  1. rdan

    rdan Well-Known Member

    5,449
    1,410
    113
    May 25, 2014
    Ratings:
    +2,204
    Local Time:
    4:33 PM
    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

    55,197
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    6:33 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. rdan

    rdan Well-Known Member

    5,449
    1,410
    113
    May 25, 2014
    Ratings:
    +2,204
    Local Time:
    4:33 PM
    Mainline
    10.2
    That's a very handy script :)
    Thanks!
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,197
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    6:33 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    it is ... don't even have to move out of the comfort of good old SSH window :D