This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| snippets:sql [2016/12/09 15:04] – created allspark | snippets:sql [2018/02/28 11:04] (current) – allspark | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # SQL Admin | ||
| + | |||
| + | https:// | ||
| + | |||
| + | without apache | ||
| + | |||
| + | http:// | ||
| + | |||
| + | ``` | ||
| + | cd < | ||
| + | php -S localhost: | ||
| + | ``` | ||
| + | |||
| + | |||
| # mysql | # mysql | ||
| ``` | ``` | ||
| pager less | pager less | ||
| + | ``` | ||
| + | |||
| + | ``` | ||
| + | GRANT ALL PRIVILEGES ON `${name}`.* | ||
| ``` | ``` | ||