4
Quote:
hnic_spanks wrote:
i have to import my database in phpmyadmin, but i have no idea what a database file looks like and where to find it...
Your database file will be a "MySQL" database.
It is almost certain that you won't actually be able to see it inside your webspace using your FTP client. It will be elsewhere on your host's server.
If you login to your webspace through your host's webspace you should have access to the "Control Panel" through which you should able to access your database. Many "Control Panels" actually have phpmyadmin built in.
In control panel/phpmyadmin, you can import your backed-up database into another database by chosing to "Edit Database" (or similar link), clicking on the "SQL" tab on the resulting screen and navigating to the back-up file. Then click "Go".
Quote:
hnic_spanks wrote:
i suppose this database was automatically made when i made my XOOPS site offline?
You made a XOOPS site offline? How?
Do you mean that you made a site using WAMP or similar on your PC? In that case, FTP over all your files to the server and then import the database to your databse on the server.
You will need to amend mainfile.php so that the following are correct:
xoops_url - this is the webaddress where your XOOPS site is
xoops_root_path - the actual physical path to your files on the server
database name - kinda self explanatory
database host - "localhost" usually works
database username
database password
Hope this helps
Your host company will be able to advise you of these if you don't already know.