<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Skuzzy Topten</title>
    <description>The latest articles on DEV Community by Skuzzy Topten (@skuzzy_topten).</description>
    <link>https://dev.to/skuzzy_topten</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1599811%2Fbfc1b732-25f5-499d-8fa7-c2271057c8e9.jpg</url>
      <title>DEV Community: Skuzzy Topten</title>
      <link>https://dev.to/skuzzy_topten</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/skuzzy_topten"/>
    <language>en</language>
    <item>
      <title>Installatron (WordPress): How to solve "Backing-Up: Error"</title>
      <dc:creator>Skuzzy Topten</dc:creator>
      <pubDate>Fri, 27 Sep 2024 02:46:52 +0000</pubDate>
      <link>https://dev.to/skuzzy_topten/installatron-how-to-solve-backing-up-error-3k00</link>
      <guid>https://dev.to/skuzzy_topten/installatron-how-to-solve-backing-up-error-3k00</guid>
      <description>&lt;p&gt;The error you're encountering with Installatron during backup, related to a database query failure, suggests a few potential issues that you can check:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Incorrect Database Credentials:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Double-check the database name, username, and password in your Installatron settings to ensure they are correct.&lt;/li&gt;
&lt;li&gt;Verify these credentials in your wp-config.php file (usually located in the root directory of your WordPress installation).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkpz8xkrmyvle3thrrs2i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkpz8xkrmyvle3thrrs2i.png" alt="Image description" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Disk Space:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Check if your hosting account has sufficient disk space for the backup. Low disk space can prevent backups from completing.&lt;/li&gt;
&lt;li&gt;You can check available disk space through cPanel under "Disk Usage" or "Statistics".&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Database Corruption:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sometimes, database tables can become corrupted. Use phpMyAdmin to check for any corrupted tables and repair them if necessary.&lt;/li&gt;
&lt;li&gt;In phpMyAdmin, you can select your database, choose all tables, and then select Repair table from the dropdown.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg3k933j2f12helhu34w2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg3k933j2f12helhu34w2.png" alt="Image description" width="800" height="320"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If none of these solutions work, there might be an issue on the hosting side, and it would be a good idea to contact your hosting provider’s support team for further investigation.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>WordPress: How to solve "Error establishing a database connection"</title>
      <dc:creator>Skuzzy Topten</dc:creator>
      <pubDate>Sun, 22 Sep 2024 12:05:15 +0000</pubDate>
      <link>https://dev.to/skuzzy_topten/wordpress-how-to-solve-error-establishing-a-database-connection-ml9</link>
      <guid>https://dev.to/skuzzy_topten/wordpress-how-to-solve-error-establishing-a-database-connection-ml9</guid>
      <description>&lt;p&gt;The "Error Establishing a Database Connection" in WordPress typically occurs when WordPress can't connect to your database due to incorrect database credentials, a problem with the server, or a corrupted database. Here's a step-by-step guide to troubleshoot and resolve the issue:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check Database Credentials in wp-config.php&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ensure the database name, username, password, and host are correct in the wp-config.php file.&lt;/li&gt;
&lt;li&gt;Navigate to the root directory of your WordPress installation, find wp-config.php, and verify these lines&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn913fdmuqp8sb2ep513x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn913fdmuqp8sb2ep513x.png" alt="Image description" width="800" height="492"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;XAMPP (phpMyadmin)&lt;/strong&gt;&lt;br&gt;
To check or retrieve the username and password for your MySQL database in XAMPP via phpMyAdmin, follow these steps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Open phpMyAdmin in XAMPP&lt;/strong&gt;&lt;br&gt;
Start XAMPP and ensure that Apache and MySQL services are running.&lt;br&gt;
Open your web browser and go to &lt;a href="http://localhost/phpmyadmin" rel="noopener noreferrer"&gt;http://localhost/phpmyadmin&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Check the MySQL Username&lt;/strong&gt;&lt;br&gt;
By default, the MySQL username for XAMPP is usually root.&lt;br&gt;
To confirm or change this, click on the "User accounts" tab in the top menu inside phpMyAdmin.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdsy1p1bois4bgfg4numo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdsy1p1bois4bgfg4numo.png" alt="Image description" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You’ll see a list of all MySQL users and their corresponding privileges. Look for the user with the Host set to localhost (this is typically the root user).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs3t9m54bw026rxaqdr93.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs3t9m54bw026rxaqdr93.png" alt="Image description" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Check the MySQL Password&lt;/strong&gt;&lt;br&gt;
By default, XAMPP does not set a password for the root user, meaning the password field is blank.&lt;br&gt;
However, if you have set a password for the root user, you won't be able to see the password directly. Instead, you can reset it if needed.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Resetting or Setting a Password for MySQL User&lt;/strong&gt;&lt;br&gt;
In phpMyAdmin, navigate to "User accounts".&lt;br&gt;
Find the user you want to reset the password for (likely root), then click Edit Privileges next to the user.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq9eed6s0ai0lmxm9ce7h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq9eed6s0ai0lmxm9ce7h.png" alt="Image description" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Scroll down to the Change password section and enter a new password. Confirm the password, and click Go to save the changes.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffgh1s9j4fn0nitmmdx1x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffgh1s9j4fn0nitmmdx1x.png" alt="Image description" width="800" height="600"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg6psym3mtiywa0jyasxu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg6psym3mtiywa0jyasxu.png" alt="Image description" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you've set a password for the root user, remember to update 'DB_NAME', 'DB_USER' and 'DB_PASSWORD' fields in your WordPress configuration (wp-config.php) accordingly.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;These steps should help you troubleshoot and resolve the "Error Establishing a Database Connection" in WordPress.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
