Guest User

Untitled

a guest
Apr 4th, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. php -d memory_limit=-1 bin/magento setup:install
  2. --base-url=http://local/
  3. --db-host=localhost --db-name=magento
  4. --db-user=root --db-password=root
  5. --admin-firstname=Admin --admin-lastname=Adminovich --admin-email=admin@example.com
  6. --admin-user=admin --admin-password=qwerty --language=de_DE
  7. --currency=EUR --timezone=Europe/Kiev
  8. --cleanup-database
  9.  
  10. [Zend_Db_Statement_Exception]
  11. SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento.store_website' doesn't exist, query was: SELECT `main_table`.* FROM `store_website` AS `main_table` ORDER BY main_table.sort_order ASC, main_table.name ASC
  12.  
  13. [PDOException]
  14. SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento.store_website' doesn't exist
Add Comment
Please, Sign In to add comment