DokuWikiで情報発信

個人での情報発信や社内での情報共有に便利なDokuWikiを紹介するサイトです。

ユーザ用ツール

サイト用ツール


サイドバー

目次

DokuWikiを理解

DokuWikiの構築

よく確認するページ

· 最終更新: 2016/11/14 by oreda admin



「プラグイン」に戻る

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

DokuWikiプラグイン : SQL Plugin

概要

必要

  • PEAR::DB
  • mysql-client php-pear php-db php5-mysql

バグ

"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おすすめプラグイン一覧。まとめ




· 最終更新: 2016/11/14 by oreda admin

ページ用ツール