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