shell重溫 基礎篇(連線資料庫)

2022-08-29 11:51:13 字數 709 閱讀 9094

前幾天分享了shell字串操作,陣列操作等,接下來回歸到專案,進行資料庫操作。按照一般情況來說,shell連線資料庫基本上都是db使用的,因為需要執行大量的sql啊什麼的,所以都會封裝到shell中來進行操作。話不多說,給大家看乙個例項,基本上就差不多完事了:

#!/bin/bashmysql -uroot -proot <
執行結果就是:

database

information_schema

cmsdedecms

kdmysql

performance_schema

project_manager

super

supers

test

tests

id      name

9       wl

8       renyuz

10      renyuz

11      wl

12      renyuz

13      wl

14      renyuz

15      wl

大家可以建立乙個表試一下,其中呢,eof是開始執行和結束執行sql的一種標識。

ok,今天的分享很簡單,到這裡就結束了,各位勿噴哈。。。。。。

shell連線資料庫

bin sh 資料庫的ip hostname 10.10.10.10 資料庫埠 port 3306 資料庫使用者名稱 username root 資料庫密碼 password password 資料庫名 dbname db name 查詢的表名 tablename table name 查詢語句 s...

連線資料庫查詢基礎

public w3c dtd xhtml 1.0 transitional en 1.造連線物件 db new mysqli localhost 使用者名稱 密碼 要操作的資料庫 2.判斷鏈結是否出錯 if mysqli connect error 3.準備sql語句 sql select name...

連線資料庫

2 documents 目錄就是我們可以用來寫入並儲存檔案得地方,一般可通過 nsarray paths nssearchpathfordirectoriesindomains nsdocumentdirectory,nsuserdomainmask,yes nsstring documentsdi...