WP-DBManager

Por Lester Chan
(94 avaliações)
Baixar
  • Versão:
    3.0.0
  • Última atualização:
    há 11 dias
  • Instalações ativas:
    mais de 60 mil
  • Versão do WordPress:
    6.0 ou maior
  • Testado até o WordPress:
    7.0.2
  • Versão do PHP:
    7.4 ou maior
  • Tags:

Hospedagem WordPress com plugin WP-DBManager

Onde devo hospedar o plugin WP-DBManager?

Este plugin pode ser hospedado em qualquer servidor que possua WordPress configurado. Recomendamos fortemente escolher um provedor de hospedagem de confiança, com servidores otimizados para WordPress, como o serviço de hospedagem de sites da MCO2.

Hospedando o plugin WP-DBManager em um provedor confiável

A MCO2, além de instalar o WordPress na versão mais atualizada para seus clientes, disponibiliza o WP SafePress, um sistema singular que assegura e otimiza seu site conjuntamente.

Por que a Hospedagem WordPress funciona melhor na MCO2?

A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização automática de imagens e fotos, proteção da página de login, bloqueio de atividades maliciosas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São recursos que potencializam seu WordPress para a máxima segurança e o máximo desempenho.

Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up, optimizing and repairing of database.

General Usage

  1. Activate WP-DBManager Plugin
  2. The script will automatically create a folder called backup-db in the wp-content folder if that folder is writable. If it is not created, please create the folder and ensure that the folder is writable
  3. Go to WP-Admin -> Database -> DB Options to configure the database options
  4. Secure the backup folder, see below
  5. Go to WP-Admin -> Database -> Backup DB, which checks whether the folder is actually reachable over HTTP and tells you if it is

Securing The Backup Folder

A database backup contains everything, including your users table. Anyone who can guess a backup file name can download the lot, so the folder must not be served over HTTP.

The reliable option, on any server: set Path To Backup under WP-Admin -> Database -> DB Options to a folder outside your web root, for example /var/www/example.com/backup-db when WordPress lives in /var/www/example.com/public_html. Nothing served, nothing to configure.

If the folder has to stay inside the web root:

  • Apache — move htaccess.txt from Folder: wp-content/plugins/wp-dbmanager to Folder: wp-content/backup-db/.htaccess
  • IIS — move Web.config.txt from Folder: wp-content/plugins/wp-dbmanager to Folder: wp-content/backup-db/Web.config
  • nginx — nginx does not read .htaccess files, so the file above does nothing. Add this to your server block and reload nginx:
location ^~ /wp-content/backup-db/ { deny all; }

Move index.php from Folder: wp-content/plugins/wp-dbmanager to Folder: wp-content/backup-db/index.php as well, so the folder cannot be listed.

The Backup DB page requests a file from the folder and reports what the server actually returns, so you can confirm the folder is closed rather than assume it.

Desenvolvimento

Créditos

Doações

  • Eu passo a maior parte do meu tempo livre na criação, atualização, manutenção e suporte desses plugins, se você realmente ama meus plugins e pode me enviar alguns dólares, eu realmente aprecio isso. Mas do contrário, sinta-se livre para usá-los sem quaisquer obrigações.

Capturas de tela

Admin - Backup DB

Admin - Backup DB

Admin - Empty/Drop Tables In DB

Admin - Empty/Drop Tables In DB

Admin - DB Information

Admin - DB Information

Admin - Manage DB

Admin - Manage DB

Admin - Optimize DB

Admin - Optimize DB

Admin - DB Options

Admin - DB Options

Admin - DB Options

Admin - DB Options

Admin - Repair DB

Admin - Repair DB

Admin - Run Query in DB

Admin - Run Query in DB

Plugins semelhantes

Better Search Replace
(543 avaliações)

Um plugin simples para atualizar URLs ou outro texto em um banco de dados.

TablePress – Facilite a criação de tabelas no WordPress
(4.624 avaliações)

Incorpore tabelas bonitas, acessíveis e interativas nos posts e páginas do seu site WordPress, sem precisar escrever código!

Advanced Database Cleaner – Optimize & Clean Database to Speed Up Site Performance
(1.933 avaliações)

Limpre o banco de dados excluindo dados órfãos como 'revisões', 'transientes', otimizando o banco de dados e mais...

BackUpWordPress
(1.363 avaliações)

Backups automatizados simples do seu site em WordPress.

Search Regex
(100 avaliações)

Search Regex adds a powerful set of search and replace functions to WordPress posts, pages, custom post types, and other data.

Go Live Update Urls
(59 avaliações)

Change the domain on your site with one click.

Do mesmo author (Lester Chan)

WP-PageNavi
(149 avaliações)

Adiciona uma interface de navegação de páginas mais avançada.

WP-Sweep
(138 avaliações)

WP-Sweep allows you to clean up unused, orphaned and duplicated data in your WordPress. It also optimizes your database tables.

WP-PostViews
(65 avaliações)

Enables you to display how many times a post/page had been viewed.

WP-Polls
(135 avaliações)

Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress's blog post/page.

WP-PostRatings
(179 avaliações)

Adds an AJAX rating system for your WordPress site's content.

WP-UserOnline
(38 avaliações)

Enable you to display how many users are online on your WordPress site with detailed statistics.