Skip to main content
Home
Live to Learn!

Main navigation

  • Home
  • Learn
    • FoxPro
    • MS-DOS
    • C PRG
    • Java
    • ASP
    • Ruby on Rails
    • ASP.NET
    • E-Books
    • Exam Preparation
    • Tools
  • Blog
  • Forums
  • Contact
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Forums
  3. Programming
  4. Web Programming

How to reset mysql privillages and root password

By Divya , 11 June, 2012


I have lost necessary privileges for my root user in xampp mysql.
How do I reset the privileges?
But the sites are working properly because I have other username with all permissions.
But the mysql phpMyAdmin page loads with root user as default.
Hence, I am not able to access databases from phpmyadmin.
How to reset the change the default login user name in phpMyAdmin or how to reset the permissions to the root user?

Forums
Web Programming
Profile picture for user admin

admin

12 years 12 months ago

reset xamp root password

1. Execute reset root batch file that is available in mysql root directory. i.e., xampp\mysql\resetroot.bat It will remove the root user password, if you forgot root user password you can do this. 2. To Login with the user that has privileges, or to change the default login user for phpmyadmin, edit the config file that exists in phpmyadmin root folder i.e., xampp\phpMyAdmin\config.inc.php

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
Change the root into any user name you created, and set the password of the user.
  • Add new comment

Featured Blog Posts

Convert Currency in Number to Words (Indian Rupees) - MS Excel
Foxpro Tutorial and Programs
Convert Currency in Number to Words in MS Word
Convert Currency in Number to Words (Indian Rupees) - Version 2
Best way to Use Rupee Symbol in Windows – Easy steps
Convert Currency in Number to Words - MS Access
Creating All in One Windows XP DVD with all Important Applications
RSS feed

© 2009-2025 Live to Learn.In

Terms of Use | Privacy Policy