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 14:50] – [(Optional) Start without Root Privileges on Linux] Weinlein, Thomas | 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 ==== |