S
S
shamilovcliserv12016-02-12 12:14:11
PHP
shamilovcliserv1, 2016-02-12 12:14:11

Working with mysql in phpmyadmin or?

Hello everyone. I’m reading a book on php and mysql, and the mysql section has come, as I understand it, they used to administer the database through commands entered manually, and now there are all sorts of helpers like phpmyadmin (it’s not there about it). I haven’t started yet, I wanted to ask, it’s better just learn phpmyadmin quickly and read more php or ? In order not to suffer from installations, I work through openserver there and found phpmyadmin. Thanks in advance for the answers and MB advice.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
Dmitry Kovalsky, 2016-02-12
@dmitryKovalskiy

Learn the SQL language and the dialect used in MySQL (in general, this is the same process if you are not drawn to other DBMS). Generating requests is certainly great, but it's better to understand what and how the request makes. Of course, you can also generate tables with the mouse - it's even faster than writing, but surprises are possible.

N
Nick Murzin, 2016-02-12
@R0s0maxa

Your book is strange, pma has definitely existed for 15 years.
Well, in the case - often pma is enough with the head, and almost all hostings have it. But just in case, you also need to be familiar with console mysql - because sometimes it is easier to make / upload a large dump through the console utility.

A
Andrey, 2016-02-12
@VladimirAndreev

I would advise heidisql ..
autocomplete is still a handy thing

Z
zooks, 2016-02-12
@zooks

Learn commands, repeat actions in PMA - there they are displayed on the screen, you'll figure it out.

N
Novomirskoy, 2016-02-13
@Novomirskoy

Instead of phpmyadmin I recommend using adminer . The alternative is more lightweight, but no less functional because of this, there is support for other DBMS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question