PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, January 19, 2022

[FIXED] Dropping Database in PhpMyAdmin

 January 19, 2022     phpmyadmin, xampp     No comments   

Issue

I'm using linux and I just finished installing xampp right now. I tried creating a database and wanted to delete it because I got it wrong. When I tried dropping the database. A mySQL error pops up and says:

1932 - Table 'phpmyadmin.pma__column_info' doesn't exist in engine


Solution

This seems your config file config.inc.php does not contain following line:-

$cfg['Servers'][$i]['pma__column_info'] = 'pma__column_info';

Check more "Connection for controluser as defined in your configuration failed" with phpMyAdmin in XAMPP



Answered By - user5366090
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing