ubuntuvhost810:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ubuntuvhost810:start [2009/02/20 13:18] – svschwartz | ubuntuvhost810:start [2009/02/20 13:28] (current) – svschwartz | ||
|---|---|---|---|
| Line 138: | Line 138: | ||
| < | < | ||
| - | cat << | + | WEBUSER=drivesource |
| + | DBPASS=secret | ||
| + | export WEBUSER DBPASS | ||
| + | cat << | ||
| create database ${WEBUSER}_main; | create database ${WEBUSER}_main; | ||
| - | GRANT ALL PRIVILEGES ON ${WEBUSER}_main.* TO ' | + | GRANT ALL PRIVILEGES ON ${WEBUSER}_main.* TO ' |
| + | commit; | ||
| + | exit; | ||
| + | EOFSCRIPT | ||
| + | mysql -u root -p | ||
| </ | </ | ||
ubuntuvhost810/start.1235135884.txt.gz · Last modified: (external edit)
