User Tools

Site Tools


snippets:sql

Differences

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

Link to this comparison view

Next revision
Previous revision
snippets:sql [2016/12/09 15:04] – created allsparksnippets:sql [2018/02/28 11:04] (current) allspark
Line 1: Line 1:
 +# SQL Admin
 +
 +https://www.adminer.org/de/#download
 +
 +without apache 
 +
 +http://docs.php.net/manual/da/features.commandline.webserver.php
 +
 +```
 +cd <directory with adminer.php>
 +php -S localhost:8080
 +```
 +
 +
 # mysql # mysql
  
 ``` ```
 pager less pager less
 +```
 +
 +```
 +GRANT ALL PRIVILEGES ON `${name}`.*  TO `${name}`@'${lxc_ipaddress}' IDENTIFIED BY '${mysql_pass}';
 ``` ```
snippets/sql.1481292299.txt.gz · Last modified: by allspark