The problem was I have 2 instances of Mysql installed and I didn’t know the password for both instances.Just check if port 80 is used by any of the programs. This is what I did
1.Quit Skype because it was using port 80.(Please check if port 80 is used by any other program).
2.Search for Mysql services in task manager and stop it.
3.Now delete all the related mysql files.Make sure you delete all the files.
4.Reinstall
Related Posts:
- How to do a MySQL dump from production site without using a search and replace script for local development?
- WordPress fails to install with “Can’t Select Database” Error (WAMPServer)
- cannot log in to the mysql server (wamp and wordpress)
- Setting up foreign keys in phpMyAdmin?
- Fix Access denied for user ‘root’@’localhost’ for phpMyAdmin
- MySQL Error #1133 – Can’t find any matching row in the user table
- phpmyadmin #1045 Cannot log in to the MySQL server. after installing mysql command line client
- How to create a foreign key in phpmyadmin
- importing a CSV into phpmyadmin
- MySQL said: Documentation #1045 – Access denied for user ‘root’@’localhost’ (using password: NO)
- Moving WordPress from MAMP to WAMP, can’t access pages
- Moving WordPress from MAMP to WAMP, can’t access pages
- What specific database privileges does WordPress need?
- “#1067 – Invalid default value for ‘post_date'” when trying to reset AI after backup
- How to copy post titles to post slug in phpmyadmin
- How to Create a Admin User for A WordPress Site via MySQL (PHPMyAdmin)?
- SQL error #1062 – Duplicate entry ‘1’ for key ‘PRIMARY’ [closed]
- Set meta_key and meta_value for all registered user in wordpress using sql query [closed]
- Can’t find my wordpress DB in phpmyadmin
- Backing up and restoring multiple sites efficiently
- $wpdb to insert html form information
- Locally restoring a ManageWP full site backup
- Setting up WordPress Locally on WAMP for a new site (with one already)
- Getting Error Trying to Create Table
- Export Yoast Keywords from MySQL/phpMyAdmin
- Editing mysql tables/database with wordpress or other app/cms
- List users with the most posts in the last 30 days
- Installing local to live WP into subdirectory
- Export SQL query based on custom field?
- How can I view my site directly from WordPress dashboard?
- Mysql Server keeps crashing
- How to bulk delete a certain part of all wordpress posts
- When I add metadata, metavalue length is added in to the value in some cases
- Find locations of all featured images of draft posts via SQL
- SQL query to change custom field in WordPress database
- 403 Forbidden home on localhost with nginx server
- An SQL query to find orphaned image attachments and their meta
- Why is local wordpress install calling live site executions?
- SQL command to export post_content from wp_posts using phpMyAdmin
- Need SQL query to find&replace image URL
- Why does the MySQL command line tool ignore the –port parameter?
- How to check what port mysql is running on
- How to use mysqli_query() in PHP?
- Access denied for user ‘root@localhost’ (using password:NO)
- How do I use MySQL through XAMPP?
- MySQL ERROR 1045 (28000): Access denied for user ‘bill’@’localhost’ (using password: YES)
- How do I quickly rename a MySQL database (change schema name)?
- What does SQL Select symbol || mean?
- PHP Connection failed: SQLSTATE[HY000] [2002] Connection refused
- Mysql: Setup the format of DATETIME to ‘DD-MM-YYYY HH:MM:SS’ when creating a table
- phpMyAdmin: secret passphrase?
- Access Denied for User ‘root’@’localhost’ (using password: YES) – No Privileges?
- ERROR 2003 (HY000): Can’t connect to MySQL server on ‘127.0.0.1’ (111)
- MySQL error code: 1175 during UPDATE in MySQL Workbench
- java.sql.SQLException: Access denied for user ‘root’@’localhost’ (using password: YES)
- ERROR 1452: Cannot add or update a child row: a foreign key constraint fails
- How to update a record using sequelize for node?
- Can’t open the mysql.plugin table. Please run mysql_upgrade to create it
- Convert MySQL to SQlite [closed]
- Convert partially non-numeric text into number in MySQL query
- MySql: is it possible to ‘SUM IF’ or to ‘COUNT IF’?
- MySQL Select Multiple VALUES
- SQL – IF EXISTS UPDATE ELSE INSERT INTO
- How to unblock with mysqladmin flush hosts
- MySQL Error #1071 – Specified key was too long; max key length is 767 bytes
- How To have Dynamic SQL in MySQL Stored Procedure
- MySQL – UPDATE query with LIMIT
- What SQL Query to do a simple find and replace
- Scanning Database for malicious Data
- how to refresh wordpress permalink settings? (without admin panel)
- Ordering posts by day (not time) AND meta value
- wpdb->prepare function remove single quote for %s in SQL statment
- Is it useful to turn on MySQL query cache for performance
- Programmatically changing role information; editing role name and deleting
- Search and replace in post content
- How to add 2 hours to the wordpress time formed with current_time(“mysql”, false)?
- Update slug (URL) of pending posts via phpMyAdmin
- Mysql SELECT posts
- #1115 – Unknown character set: ‘utf8mb4’
- How to add a private user page populated from sql?
- Active DB queries in WordPress?
- Run Username SQL Query from WordPress Child Theme Functions File
- SQL syntax error. However, it works normally at phpmyadmin
- string literals in query
- Need to change all links in page content but not in post content
- Create pages from MySQL database
- Files on Localhost, Database on Server
- Exporting completed webiste for another server
- Using mysql to replace img src?
- mysqli_sql_exception: Unknown column ‘wp_’ in ‘field list’ PHP 8
- DB prefix not updating
- Store GravityForm data in phpmyadmin (mysql)
- wpdb insert into point column in db
- Search and Replace in Windows XAMPP site
- WPDB delivers wrong results from complex queries
- How to change link in all posts?
- Get data from 3rd table
- Why can’t I connect to imported WP DB on local MAMP?
- InnoDB: Error: log file ./ib_logfile0 is of different size
- Postgres equivalent to MySQL’s \G?