Tagged Questions
0
votes
1answer
125 views
ibdata1 file size not increasing while mysql import is in process?
I am trying to import the categorylinks sql file (almost 8 GB in size) from english wiki dump on my local mysql 5.5 server. I did it through command line. The import process is going on since last ...
0
votes
0answers
46 views
How to import wiki categories and their relationships
I want to have wiki categories and its hirarchical relationship in my MYSQL database. For that I have imported the 2 wiki dumps to MYSQL. enwiki-20110901-categorylinks.sql and ...
1
vote
1answer
160 views
In version 1.3.3 of WikkaWiki, why does the install script fail to create database tables?
When I run the auto-install script for a new installation of v1.3.3, I get a the following message indicating that none of the tables for the database were installed:
Creating page table... ...
0
votes
1answer
53 views
Efficiently getting an article from a Wiki dump by title
Going through the xml file obviously takes a lot of time.
Tried importing it into a MySQL database, but unfortunately querying it also takes more than 10 seconds for retrieving a single article by ...
0
votes
1answer
72 views
Which wiki/cms framework should I use to manage personal and collobrative web sites in a research group? [closed]
In my university, we would like to allow research group members to publish information and upload any kind of document on personal web pages about their projects. It should be WYSIWYG.
This ...
0
votes
2answers
477 views
Tool for creation and managing of MySQL DB documentation
What I have: MySQL DB, 100+ tables, messy architecture, etc.
Would like to manage tables/columns/relationships comments, to get structure diagram. So, I'm looking for tool that provides next ...
0
votes
1answer
31 views
Adding security to a wiki
My company wants to use a wiki for training, to try and encourage a team learning and teaching approach. It was easy enough to set up the wiki, but I am trying to find the best way to require a ...
0
votes
1answer
50 views
PHP and MySQL on a MediaWiki Install
I have installed the extension SecurePHP to do a little bit of PHP coding, but I am having problems receiving data posted through the URL.
For example, I create a link to pass information like: ...
0
votes
1answer
50 views
MySQL-based wiki that is suitable for custom applications?
I develop an online, Flash-based multiplayer game. It is a complex game, and requires a lot of documentation to fully explain it to our users. Ideally, I would like to find MySQL-based wiki software ...
0
votes
1answer
229 views
Text files vs MySQL. Which is better for storing wiki information
I have been storing my wiki information in a MySQL database. However, it seems like kind of a waste to store huge amounts of info in a relational database. I am thinking of moving the bulk of the ...
1
vote
3answers
146 views
how the wiki site work i mean the sql structure [closed]
any one know
that in wiki sites
any one can edit the page
i want know
how i can make this is mysql
i want to know the mysql table structure fot that job
and how approve edits
0
votes
1answer
1k views
Good tutorial on how to build a wiki with PHP & Mysql? [closed]
I'm searching for a good tutorial on how to build a wiki with PHP & MySQL. I need something that will show me how to structure the mysql database and which algorithms to implement for the text ...
1
vote
1answer
63 views
whats the best way to allow users to edit a site wiki style
and have the changes save straight to the mysql db only requiring an email address to make the change
0
votes
2answers
119 views
Get count of missing links in MediaWiki?
How can I get the number of missing links that are in my Wiki? We have a lot of articles about all kinds of things that haven't been written or stubbed yet, but we want to provide a progress bar so ...
0
votes
3answers
115 views
Using a single wiki table for multiple subject tables
I wonder to know if someone can help to understand if I'm doing well using a single table with wiki content for multiple subjects, so:
TABLE wiki
==> wiki_id
wiki_content
...
7
votes
4answers
3k views
Mantis - Integrate Wiki
I am using Mantis (PHP and MysQL) as a bug tracking tool and I would like to extend it in order to document requirements and technical specifications. Ideally, I should be able to link a defect with a ...
0
votes
1answer
172 views
Is it really helpful to store content in flat-file than a database for better google/yahoo/bing searches?
I just came across few articles, while selecting a wiki for my personal site. I am confused, as i am setting a personal wiki for my personal projects, i think a flat file system is good, even to ...
4
votes
1answer
3k views
Merging MediaWiki contents together
Currently I have two MediaWikis, one a slightly older version than the other. I want to merge the contents of both together, without eliminating duplicate pages. So far the best option I can think ...