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

Sunday, July 3, 2022

[FIXED] How did mysql workbench get my old database?

 July 03, 2022     mysql, mysql-workbench, phpmyadmin, workbench, xampp     No comments   

Issue

I created database using mysql from phpmyadmin for some practice purposes. Now I've just downloaded and set up mysql workbench and right after I saw my old database which I created in phpmyadmin and that makes me wonder how did workbench get it?


Solution

Both phpMyAdmin and MySQL Workbench are administration/client tools. It is used to connect MySQL Service running on your machine / remote machine called server. (usually on port 3306).

When you create databases or store data which is stored under a folder represented as datadir which is owned by the MySQL service.

how did workbench get it?

Database is managed by MySQL Service, like a phpMyAdmin, Workbench also another client, connecting to same MySQL Service.

Similarly, you can use any other MySQL Client to connect with the same MySQL service running on your machine.

Additionally, you can refer my blog to understand more about MySQL Architecture.



Answered By - Rathish Kumar B
Answer Checked By - Marilyn (PHPFixing Volunteer)
  • 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