Changes
Jump to navigation
Jump to search
50 bytes added
, 13:40, 11 January 2022
mLine 29:
Line 29:
==Узнать пароль от LT_Setup==
==Узнать пароль от LT_Setup==
−
# sqlite3 /home/settings/db/larnitech.db
+
<syntaxhighlight lang="c">
−
# select * from accounts;
+
sqlite3 /home/settings/db/larnitech.db
+
select * from accounts;
+
<syntaxhighlight lang="c">