User Tools

Site Tools


snippets:sql
You were redirected here from snippets:mysql.

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

pager less
GRANT ALL PRIVILEGES ON `${name}`.*  TO `${name}`@'${lxc_ipaddress}' IDENTIFIED BY '${mysql_pass}';
snippets/sql.txt · Last modified: by allspark