Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. useradd bokica
  2. passwd bokica
  3. mkdir public
  4. CREATE USER 'bokica'@'localhost' IDENTIFIED BY 'xxxxxx'; GRANT ALL PRIVILEGES ON bokica.* TO 'bokica'@'localhost'; FLUSH PRIVILEGES;
  5. wp core download
  6. wp core config --dbname=bokica --dbuser=bokica --dbpass=xxxxxxxxx --locale=en_US
  7. wp core install --url=bokica.mojserver.xyz --title=Bokica --admin_user=bokica --admin_password=xxxxxxxx --admin_email=mmbojan@gmail.com --skip-email
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement