Guest User

Untitled

a guest
Sep 13th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. wp config create --dbname=jackalope --dbhost=localhost --dbuser=root --dbpass=passwordhere
  2. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
  3.  
  4. sudo wp config create --dbname=jackalope --dbhost=localhost --dbuser=root --dbpass=passwordhere
  5. [sudo] password for david:
  6. Do not run Composer as root/super user! See https://getcomposer.org/root for details
  7.  
  8.  
  9. [SymfonyComponentConsoleExceptionRuntimeException]
  10. The "--dbname" option does not exist.
  11.  
  12.  
  13. config [-g|--global] [-e|--editor] [-a|--auth] [--unset] [-l|--list] [-f|--file FILE] [--absolute] [--] [<setting-key>] [<setting-value>]...
  14.  
  15. wp db create
  16. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
  17.  
  18. sudo wp db create
  19. [sudo] password for david:
  20. Do not run Composer as root/super user! See https://getcomposer.org/root for details
  21.  
  22.  
  23. [SymfonyComponentConsoleExceptionCommandNotFoundException]
  24. Command "db" is not defined.
Add Comment
Please, Sign In to add comment