le

Search

You can find the results of your search below.

postgres
18 Hits, Last modified:
eventually open network for remote connections <file ini /etc/postgresql/9.5/main/postgresql.conf> listen_addresses = '*' </file> ===== Basic operations ===== <code> # list dat... # list tables in schema \dt auth.* # describe table \d+ auth.users # list of installed extensions \dx # enable expanded display \x </code> set search path for
oracle
12 Hits, Last modified:
====== Oracle ====== Download client lib from [[http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.htm... e]] (Base + sqlplus + SDK). Unzip all in /opt/oracle /etc/profile.d/oracle.sh <code> export ORACLE_HOME=/opt/oracle export PATH=${PATH}:/opt/oracle expo
mssql
4 Hits, Last modified:
.3.4.tar.gz cd unixODBC-2.3.4/ ./configure --enable-gui=no --enable-drivers=no --enable-iconv --with-iconv-char-enc=UTF8 --with-iconv-ucode-enc=UTF16LE --libdir=/usr/lib/x86_64-linux-gnu --prefix=/usr
redis
1 Hits, Last modified:
pe **hash** for **tables and rows** namespace:table:id <code> INCR gianoauth:realm:next_user_id => 1