• Skip to main content
  • Skip to primary sidebar
  • Home
  • WordPress
  • web Hosting
  • linux
  • mysql
  • nginx
  • apache2
  • devops

Raju Ginni

wordpress tutorials seo hosting etc

You are here: Home / tutorials / xampp tutorials 2021 installation errors fix wordpress phpmyadmin mysql apache

xampp tutorials 2021 installation errors fix wordpress phpmyadmin mysql apache

Table of Contents

Toggle
  • How to download & install xampp?
  • Install WordPress on xampp windows local
  • xampp errors MySQL won’t start
  • fix mysql not starting in xampp error on port 3306

How to download & install xampp?

visit the apache firedinds or bitnami.
Download for windows ,or Mac x, Linux
We don’t need xampp for apache or nginx

Install WordPress on xampp windows local

quick steps:
step : 1 download wp files  zip at wordpress.org & extract in a apache www/htdocts folder
step2: create a database in phpmyadmin & configure root document or directory mapping
step3: access localhost/wp install
Prerequisites:
xampp /wamp on installed.
Wamp windows specific, xampp for Mac,linux (ubuntu,debian,CentOS,fedora, redhat etc) .
bitnami xampp higher support.
detailed steps:
Visit: wordpress & download zip folder.
  1. Make a folder in htdocs called wp.
  2. then your address will be localhost/wp or 127.0.0.1/wp
  3. Click bitnami in status bar right side of window.
  4. click access to MySQL.
you may also know how to create a database.
in phpmyadmin or mysql command line.
create database there along with password.
add database details in wp-config.php
This will avoids error connecting database.
access localhost/wp in browser.
then enter site title, email address.
finally it installs the WordPress with basic theme.
you install new themes & plugins customize later.
you may also interested to know
installing wordpress on cpanel
installing wordpress command line ubuntu /debian.

xampp errors MySQL won’t start

reason: corrupted files in  C:\xampp\mysql\data\mysql
Plugin ‘FEEDBACK’ is disabled.
2020-11-18 22:10:54 0 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2020-11-18 22:10:54 0 [ERROR] Failed to initialize plugins.
2020-11-18 22:10:54 0 [ERROR] Aborting
C:\xampp\mysql\data\ibtmp1′ size to 12 MB. Physically writing the file full;
Solution 1: copy from backup
Copy From …xampp/mysql/backup/… of all files and paste into …/xampp/mysql/data/
except for the ibdata1
solution 2: force recovery
innodb_force_recovery=1
 
solution 3  rename logfiles 
plugin ‘feedback’ is disabled. mysql
[mysqld]
…
feedback=ON
erro gone but
[ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2020-11-18 22:21:14 0 [ERROR] Failed to initialize plugins.
2020-11-18 22:21:14 0 [ERROR] Aborting
remove or rename /var/lib/mysql:  or C:\xampp\mysql\data
ib_logfile0
ib_logfile1
aria_log_control

fix mysql not starting in xampp error on port 3306

solution check if any applications / processes / services on running port 3306.

then close them.

 

quick solution: xampp netstat to view ports using by applications. then close those services in windows services.

linux:

ps aux grep

windows: task manager>>services>> open services

knows apps: skype, bitnami nginx, teamviewer

 

you also change mysql port number

\xampp\mysql\bin\my.ini file in a couple of places.

There is also a couple of default MySQL port settings in the \xampp\php\php.ini

Primary Sidebar

tutorials

  • Core Java Tutorial Free online
  • HTML & CSS Tutorials
  • Php tutorials
  • ubuntu tutorials installation download issues etc
  • redis install ubuntu 20.04 with wordpress php redis mysql configuration
  • [INTRO] Ethical hacking / cyber Security / Penetration testing Tutorial -{updates frequently}
  • Android Studio tutorials syllabus Topics Course details #AndroidApplicationDevelopment
  • AUdio Editing Background Noise removal (Audacity, Adobe Premiere Addition, Camtasia Filmora Windows Obs)
  • what is vpn vs proxy vs tor, http vs https, http2, tcp vs udp, kali linux sql source code injection
  • how to create a website free of cost on google
  • CCNA Syllabus pdf (CCNA / CCNP vs devops vs mcsa /MCSE)
  • Redis performance metrics & tuning for nginx apache ubuntu & debian
  • xampp tutorials 2021 installation errors fix wordpress phpmyadmin mysql apache
  • new relic installation linux (infrastructure agent , php, mysql , nginx)
  • new relic mysql install integration - 2 ways fix problems
  • new relic php agent install in 3 steps
  • aws load balancer tutorial
  • git branches merge fetch pull conflicts

hi i am raju ginni, primalry i manage wordpress websites on GCP cloud platform as a cloud engineer, and create content on passionate things.
you can follow me on youtbe

© 2025 - All Rights Reserved Disclaimer & Privacy Policy