le

Search

You can find the results of your search below.

postgres
43 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... o database \c giano # list schema \dn # list tables in schema \dt auth.* # describe table \d+ auth.users # list of installed extensions \dx # enable
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
redis
10 Hits, Last modified:
onic.com/2013/07/29/mysql-and-redis-command-equivalents/|from mysql to redis]] ===== string ===== t... USH puts the new value at the start of the list. LLEN, LPOP, RPOP <code> RPUSH friends "Alice" RPUSH f... set ===== A set does not have an order but each element may only appear once. <code> SADD superpowe... D superpowers "x-ray vision" SADD superpowers "reflexes" SREM superpowers "reflexes" SISMEMBER superp
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
mariadb
1 Hits, Last modified:
cean.com/community/tutorials/how-to-configure-a-galera-cluster-with-mariadb-10-1-on-ubuntu-16-04-serve