3 Ocak 2022 Pazartesi

mariadb komutu

Giriş
mariadb komutu ile mysql komutu çok benziyorlar

-h seçeneği
Şöyle yaparız
mariadb --host example.skysql.net --port 5001 \
    --user db_user --password \
    --ssl-verify-server-cert \
    --ssl-ca /path/to/skysql_chain.pem
-u seçeneği
Şöyle yaparız
mariadb -u user -p

Hiç yorum yok:

Yorum Gönder

Soft Delete

Giriş Açıklaması  şöyle When using the soft delete mechanism on the database, you might run into a situation where a record with a unique co...