Is Mysql embedded in Easyphp?

Asked

Viewed 960 times

2

I use Easyphp and only installed it, Phpmyadmin works perfectly and I can perfectly handle the tables.

Mysql installation is already built into localserver that I use or something? Need to install some other software more to have a better performance?

  • Usually these packages install, apache, mysql, php and configure the php module in apache.

  • improve performance? Are you having performance problems? I couldn’t understand the situation here. It’s a hypothetical question and not a real problem?

  • 1

    It is more a hypothetical question for me to know better how works this tool I use, sorry if I didn’t make clear.

3 answers

5


Easyphp installs everything you need to learn how to use a web server, including Mysql. You don’t need anything beyond this, although you may want other things later.

With learning you will know what can help you most and will make you no longer want to use this type of Bundle software. It is great to help those who know nothing, but it is bad for normal use. It facilitates the use by precisely hiding what can give more performance and flexibility.

I suggest to dig a lot into everything that has been installed to start learning a little more deeply how it works and then take the step of not needing this type of software and being able to have more control over what you are using. Curiosity is fundamental to evolution.

  • Thanks for the explanation, helped me understand better what I’m using.

1

Phpmyadmin is only the Mysql database administration interface. You can check that in the Easyphp installation folder you have the Mysql folder. But nothing prevents you from installing the Mysql Workbench (which is the known Mysql, when in fact it is also only an interface/database administration tool - works similarly to the SQL Server [Version] Management Studio which is the SQL Server tool, where "management" means "management" or "administration").

  • Thanks for the clarification.

1

A database management program does not come in the installation package of Easyphp or another server program, type Wamp, Xampp and Apache.

You can download the part of a program that manages a database. Some of them:

  • Mysql Workbench (already cited, free and good)
  • Mysql Browser (good)
  • Navicat (I use this on Windows, but it’s not free)
  • Toad (good and free)
  • Thanks for the tips, I’ll look into them.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.