• When I log into the phpMyAdmin…. Nothing shows up on the page. . Am I doing something wrong?

    I am trying to increase the MB limit to 96 as such…. define( ‘WP_MEMORY_LIMIT’, ‘96M’ ); I have been reading that I need to go into the cpanel > phpMyAdmin > public_html And I should find the code there. Could you tell me if I am doing something wrong?

Viewing 1 replies (of 1 total)
  • The location
    cpanel > phpMyAdmin > public_html
    does not make any sense. phpMyAdmin is about databases, while public_html is about your website files, they are different things. You need to find different sources of information.

    More likely something like “define( ‘WP_MEMORY_LIMIT’, ‘96M’ );” is to be put into your wp-config.php file, just don’t do this because I said so here, just that this is the kind of advice you should look for.

Viewing 1 replies (of 1 total)
  • The topic ‘Can not log into the phpMyAdmin to chanks MB Limit’ is closed to new replies.