
我正在尋找名為“schema.sql”的文件,有人可以讓我知道在哪裡可以找到它嗎?
當我用谷歌搜尋了一下它時,我走了一條路徑,即 /etc/raddb/sql/mysql/schema.sql,但據我所知,它在 Ubuntu 作業系統中不存在。
我還嘗試了以下命令來查找該文件,但沒有成功。
root@test-radius:~# find / -name "schema.sql"
請告訴我在哪裡可以找到它?
先致謝!請隨時更新/編輯問題並接受我對英語不好的歉意。 :(
答案1
有幾個軟體包提供了一個名為schema.sql
.
您可以使用以下命令在 Ubuntu 軟體包內容中搜尋http://packages.ubuntu.com及其「搜尋包內容」表單。
這詢問返回:
/etc/freeradius/sql/mysql/schema.sql freeradius-mysql
/etc/freeradius/sql/postgresql/schema.sql freeradius-postgresql
/usr/lib/python2.7/dist-packages/slapos/proxy/schema.sql slapos-node-unofficial
/usr/share/dbconfig-common/data/pybit-web/install/pgsql/schema.sql pybit-web
/usr/share/doc/libdancer-perl/examples/dancr/schema.sql libdancer-perl
/usr/share/doc/libjs-jquery-treetable/examples/ajax_php_sqlite/db/schema.sql libjs-jquery-treetable
/usr/share/doc/libpoet-perl/examples/blog/db/schema.sql libpoet-perl
/usr/share/doc/libtheschwartz-perl/schema.sql libtheschwartz-perl
/usr/share/doc/python-sqlkit-doc/demo/sql/model/schema.sql python-sqlkit-doc
/usr/share/doc/python-tornado/examples/blog/schema.sql python-tornado
/usr/share/doc/radicale/examples/schema.sql radicale
/usr/share/doc/rfc5766-turn-server/schema.sql rfc5766-turn-server
/usr/share/ltsp-cluster-control/DB/schema.sql ltsp-cluster-control
/usr/share/node-mbtiles/schema.sql node-mbtiles
/usr/share/pyshared/slapos/proxy/schema.sql slapos-node-unofficial
/usr/share/pyshared/vistrails/core/collection/schema.sql vistrails
/usr/share/pyshared/vistrails/packages/persistence/schema.sql vistrails
/usr/share/pyshared/vistrails/packages/persistence_exp/schema.sql vistrails
/usr/share/rfc5766-turn-server/schema.sql rfc5766-turn-server
根據您的需要,安裝與您的應用程式相對應的應用程式 ( freeradius-mysql
?)。