PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, January 15, 2022

[FIXED] Phpmyadmin uses custom query on loading a table

 January 15, 2022     phpmyadmin     No comments   

Issue

I have a problem...

In my database I have a table called users. Each user has a lot of data (columns). Now when I click on the table to show It uses the default query: SELECT * FROM Users ORDER BY Name ASC LIMIT 1920. Because of the Limit it tries to show 1920 rows on 1 page.

This causes a very slow response of the page and it takes a while to load. I also get this message "Warning: a form on this page has more than 1000 fields. On submission, some of the fields might be ignored, due to PHP's max_input_vars configuration."

How can I reset the default query on this table?


Solution

I would suggest to use adminer in place of phpmyadmin here is the link to download, https://www.adminer.org/ Adminer is less in size(just one file) compair to phpmyadmin and way to faster compair with phpmyadmin and it provides all features that phpmyadmin provides if you are using windows then just put that downloaded file in your ht docs and if linux than /var/www/html/ and that's all.enter image description here



Answered By - div47
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing