raspi backup and restore

This commit is contained in:
2014-12-16 12:33:43 +01:00
parent c3e0d84dbf
commit 55baa9451c
5 changed files with 73 additions and 0 deletions

6
sql-playground.sql Normal file
View File

@@ -0,0 +1,6 @@
# gitlab stuff;
select * from users where name like 'heiko%';
update users set username = 'hhaller' where username = 'heikohaller';
select login,firstname,lastname,mail from users where status = 1;