Skip to content

Instantly share code, notes, and snippets.

@ptcmariano
Last active February 16, 2017 16:33
Show Gist options
  • Save ptcmariano/624c848715472b7a18850ddff4d615bd to your computer and use it in GitHub Desktop.
Save ptcmariano/624c848715472b7a18850ddff4d615bd to your computer and use it in GitHub Desktop.
to remember how install wp
wget https://wordpress.org/latest.tar.gz
tar -xnf latest.tar.gz
mv wordpress/* ./*
#db
mysql> create user user identified by 'pss';
mysql> grant all privileges on db.* to user;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment