目次

「プラグイン」に戻る

DokuWikiおすすめプラグイン一覧。まとめ

DokuWikiプラグイン : SQL Plugin

概要

必要

バグ

"show page source" security problem

the 'Show page source' button always present in DokuWiki website?
In fact, with the possibility of watching the wiki source's of a page, anybody can catch your database login and password.

'Show page source' ボタンが表示されるようになってしまう。

More than one query on a page

Whenever I put more than 1 query in a page, I get this error : Fatal error: Call to undefined function: setfetchmode() in /usr/share/dokuwiki-2005-09-22/lib/plugins/sql/syntax.php on line 75


MySQL

<sql db="mysql://login:password@server/database"> select * from table; </sql>
<sql db="mysql://login:password@server/database" wikitext="disable"> select * from table; </sql>

Oracle

<sql db="oci8://login:password@server/database"> select * from table; </sql>





「プラグイン」に戻る

DokuWikiおすすめプラグイン一覧。まとめ