SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

What is a database?
A database (or DB) is any structured storage of data. In XOOPS terms, it means a database that contains (or will contain) both the information needed for running your XOOPS site and your content.

XOOPS uses a SQL-based RDBMS to store information. Currently only MySQL is supported as the database server, and although the object oriented nature of XOOPS makes it easier to add support for other engines no official version has implemented it. It has been reported that changes in the way DB schemas (structure) are created will arrive for the next major version and make XOOPS cross-RDBMS for production.

Your server/hosting service must have a MySQL server running and you need to provide a username, password and server address (usually localhost: the IP of the database server can be the same of the HTTP server) for XOOPS to install and work correctly. This information must be kept safe, since it would allow anyone to alter your DB (even erasing it).

Usually hosting companies make DB management tools available. The most common for MySQL problably is phpMyAdmin and you can use it or a similar tool to access/modify/input raw data into your MySQL database.

See also this FAQ here


The comments are owned by the author. We aren't responsible for their content.


Login

Who's Online

217 user(s) are online (2 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 217


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

Did you know that the xoops icons are available in a vast range of colours.

Random question

How can i share tables between sites with MySQL?