Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
710:install [2024/03/15 11:29] – [Start without Root Privileges on Linux] Mrozek, Marek | 710:install [2024/10/29 10:11] (current) – Suess, Bernhard | ||
---|---|---|---|
Line 39: | Line 39: | ||
< | < | ||
create database stages; | create database stages; | ||
- | create user ' | + | create user ' |
- | grant all privileges on *.* to ' | + | grant all privileges on *.* to ' |
flush privileges; | flush privileges; | ||
exit; | exit; | ||
Line 176: | Line 176: | ||
* Start MySQL cli: mysql -uroot -p< | * Start MySQL cli: mysql -uroot -p< | ||
* Execute the following commands: | * Execute the following commands: | ||
- | < | ||
+ | <code -> | ||
create database stages; | create database stages; | ||
create user ' | create user ' | ||
Line 183: | Line 183: | ||
flush privileges; | flush privileges; | ||
exit; | exit; | ||
- | |||
</ | </ | ||
* Import dump file into database “stages” | * Import dump file into database “stages” | ||
- | | + | |
- | * Execute to Import: mysql -uroot -p stages < / | + | * Execute to Import: mysql -uroot -p stages < / |
==== Database installation with Oracle 11g, 12c or 19c ==== | ==== Database installation with Oracle 11g, 12c or 19c ==== | ||
Line 250: | Line 250: | ||
2. Reload system manager configuration with systemctl command: | 2. Reload system manager configuration with systemctl command: | ||
- | * Unordered List Itemsystemctl | + | * systemctl |
3. Additionally change the user ownership for all files below stages installation folder with following command: | 3. Additionally change the user ownership for all files below stages installation folder with following command: |