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

Sunday, January 16, 2022

[FIXED] PHPmyAdmin Default Databases

 January 16, 2022     phpmyadmin     No comments   

Issue

Ok this is more of a 'Keeping my house in order' question.

PHPmyAdmin is installed but it has a bunch of databases installed as default.

•cdcol (1) •information_schema (37) •mysql (24) •performance_schema (17) •phpmyadmin (8) •test •webauth (1)

I recently deleted a bunch of these but after that I had lots of issues accessing PHPmyAdmin and had to re-install. Anyway long story short can I happily delete these without effecting my system?


Solution

Not all of those listed databases are phpMyAdmin related. Some are required for MySQL to operate normally.

  • performance_schema http://dev.mysql.com/doc/refman/5.5/en/performance-schema.html
  • information_schema http://dev.mysql.com/doc/refman/5.5/en/information-schema.html
  • test http://dev.mysql.com/doc/refman/5.0/en/database-use.html
  • mysql http://dev.mysql.com/doc/refman/5.5/en//adding-users.html

cdcol Probably is for the cd collection sample database that comes with XAMPP. webauth is probably part of XAMPP as well.

The only phpMyAdmin related database (as you probably already guessed) is phpmyadmin, you can delete it, but letting it be there would improve performance, and add more functionality to the phpMyAdmin.



Answered By - racetrack
  • 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