Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:install [2019/05/21 04:54] – [Accessing Stages] mir72:install [2019/07/29 09:39] alz
Line 43: Line 43:
 </code> </code>
  
-  * MySQL: Create database "stages" and import dump file (downloaded from [[https://www.methodpark.de/downloads/stages/mysql/stages72_mysql57_content.zip|https://www.methodpark.de/downloads/stages/mysql/stages72_mysql57_content.zip]] and unzip the file -or- customer specific dumpfile that has been sent to you). All commands need to be executed within path "<MySQL installation path>/bin":+  * MySQL: Create database "stages" and import dump file (downloaded from [[http://www.methodpark.de/downloads/stages/mysql/stages7_mysql_content.zip|http://www.methodpark.de/downloads/stages/mysql/stages7_mysql_content.zip]] and unzip the file -or- customer specific dumpfile that has been sent to you). All commands need to be executed within path "<MySQL installation path>/bin":
  
 <code> <code>
 mysqladmin -uroot -p<mysql-root-password> create stages mysqladmin -uroot -p<mysql-root-password> create stages
-mysql -uroot -p<mysql-root-password> stages <[PATH TO DUMP FILE\stages72_mysql57_content.sql]+mysql -uroot -p<mysql-root-password> stages <[PATH TO DUMP FILE\stages7_mysql_content.sql]
 </code> </code>
  
Line 76: Line 76:
       * Windows: Start the services "Stages Search" and then "Stages"       * Windows: Start the services "Stages Search" and then "Stages"
       * Linux: Execute "stages start"       * Linux: Execute "stages start"
- 
  
 ===== Configure Virus Scanner ===== ===== Configure Virus Scanner =====