Dose phpMyAdmin works without config.inc.php?

reza1ee

I'm using Windows server 2008 R2, nginx, php7, MySQL 5.7.

I manually configured them and decided to install phpMyAdmin.

But no configuration needed after extracting phpMyAdmin files into c:\nginx\html\phpMyAdmin folder. It means that I didn't edit config.inc.php. When I enter the address http://localhost/phpMyAdmin in browser, the phpMyAdmin login page loaded correctly and after login via MySQL root password, there didn't any ERROR occur!

Now here is my question:

Does phpMyAdmin works without config.inc.php? And is this Safe?

Quentin

From the documentation:

This file only needs to contain the parameters you want to change from their corresponding default value

If you don't want to change anything from the default, then you don't need to have anything in it, and it doesn't need to exist.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

phpMyAdmin permissions for config.inc.php

From Dev

phpMyAdmin config.header.inc.php broken

From Dev

Update phpmyadmin config.inc.php file in bash

From Dev

Modify the file 'config.inc.php' for XAMPP, PHPMyAdmin & MySQL setup

From Dev

How can phpMyAdmin be restarted after /etc/phpmyadmin/config.inc.php is changed?

From Dev

phpmyadmin is working fine but I can't find config.inc.php file?

From Dev

Access denied for phpMyAdmin after changing password,config.inc.php only readable

From Dev

Query works in phpmyadmin but not in PHP

From Dev

MySQL query works in PHPMyAdmin but not PHP

From Dev

MySQL UPDATE works in phpMyAdmin but not in PHP

From Dev

Mysql query works in Phpmyadmin but not works in PHP

From Dev

MySQL SELECT query works in PHPmyadmin, not in PHP

From Dev

A query that uses variables works in PHPMyAdmin, but not in a PHP script

From Dev

MySQL INSERT query works in Phpmyadmin but not in PHP

From Dev

SQL Query works in phpMyAdmin but not in php page

From Dev

A query that uses variables works in PHPMyAdmin, but not in a PHP script

From Dev

mysql query works in phpmyadmin but errors in php

From Dev

PHP and MySQL french accent works in PHPMyAdmin but not in page

From Dev

PHP MYSQL query won't work in PHP but works in PHPMyAdmin

From Dev

mysql and php %like% query. Works in phpmyadmin but different results php

From Dev

I Can't Find dompdf_config.inc.php or dompdf_config.custom.inc.php for setting "DOMPDF_UNICODE_ENABLED" true

From Dev

I Can't Find dompdf_config.inc.php or dompdf_config.custom.inc.php for setting "DOMPDF_UNICODE_ENABLED" true

From Dev

DB query from PHP gives no result but same query on phpMyAdmin works?

From Dev

MySQL works in terminal on PHPmyadmin but does not work in php script?

From Dev

error in locking 'pma__column_info' after change in config.inc.php

From Dev

phpMyAdmin not using config file

From Dev

Doctrine standalone without cli-config.php

From Dev

Can't locate Config.pm in @INC

From Dev

Query works perfect in phpmyadmin but only returns true/1 when fetching with php

Related Related

  1. 1

    phpMyAdmin permissions for config.inc.php

  2. 2

    phpMyAdmin config.header.inc.php broken

  3. 3

    Update phpmyadmin config.inc.php file in bash

  4. 4

    Modify the file 'config.inc.php' for XAMPP, PHPMyAdmin & MySQL setup

  5. 5

    How can phpMyAdmin be restarted after /etc/phpmyadmin/config.inc.php is changed?

  6. 6

    phpmyadmin is working fine but I can't find config.inc.php file?

  7. 7

    Access denied for phpMyAdmin after changing password,config.inc.php only readable

  8. 8

    Query works in phpmyadmin but not in PHP

  9. 9

    MySQL query works in PHPMyAdmin but not PHP

  10. 10

    MySQL UPDATE works in phpMyAdmin but not in PHP

  11. 11

    Mysql query works in Phpmyadmin but not works in PHP

  12. 12

    MySQL SELECT query works in PHPmyadmin, not in PHP

  13. 13

    A query that uses variables works in PHPMyAdmin, but not in a PHP script

  14. 14

    MySQL INSERT query works in Phpmyadmin but not in PHP

  15. 15

    SQL Query works in phpMyAdmin but not in php page

  16. 16

    A query that uses variables works in PHPMyAdmin, but not in a PHP script

  17. 17

    mysql query works in phpmyadmin but errors in php

  18. 18

    PHP and MySQL french accent works in PHPMyAdmin but not in page

  19. 19

    PHP MYSQL query won't work in PHP but works in PHPMyAdmin

  20. 20

    mysql and php %like% query. Works in phpmyadmin but different results php

  21. 21

    I Can't Find dompdf_config.inc.php or dompdf_config.custom.inc.php for setting "DOMPDF_UNICODE_ENABLED" true

  22. 22

    I Can't Find dompdf_config.inc.php or dompdf_config.custom.inc.php for setting "DOMPDF_UNICODE_ENABLED" true

  23. 23

    DB query from PHP gives no result but same query on phpMyAdmin works?

  24. 24

    MySQL works in terminal on PHPmyadmin but does not work in php script?

  25. 25

    error in locking 'pma__column_info' after change in config.inc.php

  26. 26

    phpMyAdmin not using config file

  27. 27

    Doctrine standalone without cli-config.php

  28. 28

    Can't locate Config.pm in @INC

  29. 29

    Query works perfect in phpmyadmin but only returns true/1 when fetching with php

HotTag

Archive