Advertisement
Guest User

Untitled

a guest
Jul 10th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. [root: drush]# drush @tqz si openatrium --debug
  2. Bootstrap to phase 0. [0.05 sec, 1.26 MB] [bootstrap]
  3. Drush bootstrap phase : _drush_bootstrap_drush() [0.06 sec, 1.39 MB] [bootstrap]
  4. Load alias @tqz [0.06 sec, 1.39 MB] [notice]
  5. Bootstrap to phase 1. [0.14 sec, 3.03 MB] [bootstrap]
  6. Drush bootstrap phase : _drush_bootstrap_drupal_root() [0.14 sec, 3.03 MB] [bootstrap]
  7. Initialized Drupal 6.20 root directory at /var/www/vhosts/example.com/subdomains/tracker/httpdocs [0.18 sec, 3.55 MB] [notice]
  8. Found command: site-install (commandfile=core) [0.18 sec, 3.55 MB] [bootstrap]
  9. Initializing drush commandfile: user [0.18 sec, 3.55 MB] [bootstrap]
  10. Drush bootstrap phase : _drush_bootstrap_drupal_site() [0.18 sec, 3.56 MB] [bootstrap]
  11. Initialized Drupal site tracker.example.com at sites/tracker.example.com [0.18 sec, 3.56 MB] [notice]
  12. Drush bootstrap phase : _drush_bootstrap_drupal_configuration() [0.2 sec, 3.56 MB] [bootstrap]
  13. You are about to DROP your 'atrium' database and then CREATE a new one. Do you want to continue? (y/n): y
  14. Sites directory sites/default already exists - proceeding. [5.14 sec, 3.57 MB] [notice]
  15. Calling system(mysql -v --database=information_schema --host=localhost --user=atrium --password=*********** < /tmp/phpFrGwO4);
  16. ERROR 1044 (42000) at line 1: Access denied for user 'atrium'@'%' to database 'atrium'
  17. --------------
  18. DROP DATABASE IF EXISTS `atrium`
  19. --------------
  20.  
  21. --------------
  22. CREATE DATABASE `atrium` /*!40100 DEFAULT CHARACTER SET utf8 */
  23. --------------
  24.  
  25. --------------
  26. GRANT ALL PRIVILEGES ON `atrium`.* TO atrium@localhost IDENTIFIED BY '***********'
  27. --------------
  28.  
  29. Executing: mysql -v --database=atrium --host=localhost --user=atrium --password=*********** < /tmp/phptfb9vF
  30. --------------
  31. SHOW TABLES
  32. --------------
  33.  
  34. Calling db_query(DROP TABLE SHOW TABLES, --------------, )
  35. Could not drop and create database: atrium [16.38 sec, 3.57 MB] [error]
  36. Command dispatch complete [16.39 sec, 3.56 MB] [notice]
  37. Timer Cum (sec) Count Avg (msec)
  38. page 16.188 1 16187.69
  39.  
  40. Peak memory usage was 3.59 MB [16.39 sec, 3.56 MB] [memory]
  41. [root: drush]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement