Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

DATA Moving to another hosting


You can move you installation, but you have to know a little about MySQL and PHP. If you don't have knowledge, the best it's install OSClass again.

Here the steps to move your OSClass installation:
    1 - Back up your database.
    2 - Download all your files (oc-admin, oc-content, oc-includes and the rest of the files in the root folder)
    3 - Upload your files to the new host
    4 - Restore your database.
    5 - Modify config.php file. Here there's a config.php sample:. Usually, the parameters that you would have to change:
        - DB_NAME
        - DB_USER
        - DB_PASSWORD
        - DB_HOST (the most common is localhost)
        - REL_WEB_URL and WEB_PATH: If you haven't changed the domain, it would be the same.

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

Ora2PG - Oracle/MySQL to Postgres DB migration Version 20.0

PostgreSQL Introduction