How do you do a database export? (offload from server)

MySQL database export can be done through the phpMyAdmin interface. You can access it through the DirectAdmin hosting control panel, section: “Advanced Options” -> “phpMyAdmin” In phpMyAdmin, you need to select the desired database by clicking on it. Then in the menu click on the “Export” button

How to do import/export of a large size database?

Database size allowed for loading through the PhpMyAdmin interface is limited by the PHP parameters post_max_size and upload_max_filesize. (usually 100-200 MB), so if the database dump volume exceeds these parameters, you can download the dump using SSH access. In the DirectAdmin control panel is available Web SSH Client, for authorization use the same access data…

How do I direct a domain to hosting?

When using the shared hosting service, you need to specify our NS servers: If the domain is registered with us, then make these changes you can in the personal office, section “Products / Services” -> “Domains” then select the domain for which you want to make changes and on top there will be a button…

Where is the OpenCart configuration file?

The OpenCart configuration file is located in the root of this CMS and is named config.php The same file is also in the admin directory and has the same name config.php Therefore, it is necessary to make changes to the database connection in both files.Changes need to be made in the following fields:

Structure of NS servers and editing DNS

We use the following NS servers on our shared hosting service: So if you want to send a domain to our hosting, you need to specify them at your domain name registrar. If you need to make additional DNS entries for a domain, you can do it by you can in the hosting control panel…

How to transfer a site from one account to another

Transfer site from one account to another by copying files, and when using a database, creating a dump of the database via the interface PhpMyAdmin. To simplify data copying, you can create a backup copy of the site in the hosting control panel DirectAdmin. The archive will appear in the backups folder, which you can…

How do I direct a domain to hosting?

You can send a domain to our hosting in two ways. Specify our NS servers:ns1.tuthost.comns2.tuthost.comns3.tuthost.comns4.tuthost.com If the domain is registered with us, you can specify the NS in your personal cabinet.The Products/Services section -> Domains select your domain and the NS button at the top. Specify the IP address of the hosting.We recommend that you…

How do I change the authorization data of the OpenCart administrator user?

Data about users and passwords opencart stores in the database in the table user. Therefore, to change the password to go to the database management interface PhpMyAdmin and choose a database that is used in OpenCart. If you forget the name of the database used for the site, you can look in the file config.php,…

How can I deny access to a certain site URL?

You can block a certain URL on your site through the .htaccess file This file must be in the root of your site, if not create a new file. This blocks access to /administrator for all visitors except for IP 192.168.0.1 – which you can replace with your own IP address.

How do I add an alias to my site?

Sometimes there is a task to have the same site displayed on different domain names. That is, it had a mirror image. Aliases were invented for this purpose. You can create them in the hosting control panel DirectAdmin, section Domain Pointers Note, if you use an SSL certificate on the site, it must be issued…