2

A very noob question: it's my first time working on Magento2 e-commerce and I would like to move pages from IP to the domain name.

Reading the documentation, I've found that I've to edit the core_config_data table in PHPMyAdmin. The problem is that actually there isn't such a table in my DB...

Is this normal? I'm not a developer and the guy that made the installation doesn't respond to my emails.

Thank you for your help!

5
  • 1
    It's not normal :).. It must there core_config_data Commented Jun 26, 2019 at 13:12
  • 1
    I'm sure that there is a core_config_data table in there otherwise your website would not work. Try to run this query select * from core_config_data limit 10 just to see if you get some results. Commented Jun 26, 2019 at 13:13
  • without core_config_data table magento setup will not work, maybe you are searching in some other database. check database name at app/etc/env.php file Commented Jun 26, 2019 at 13:14
  • if it is magento, then there should be a core_config_data table. may be tables are created with some prefix. try to run query and check if you get any result. select * from core_config_data limit 1 Commented Jun 26, 2019 at 13:14
  • Thanks @Marius. It works! Commented Jun 26, 2019 at 14:03

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.