-1

Please tell what may be reason when I click on structure tab on right frame of a table, it hangs for at least 10 seconds and then the screen adjusts itself with table structure details.

Indication
  • 95
  • 1
  • 9

2 Answers2

1

This depends on many factors.

  • Whether you are accessing database on localhost or remote host.
  • Your browser and internet speed.
  • Shared or dedicated hosting.

If you are on shared hosting and accessing using phpmyadmin then this things happens. Try using adminer.php

Dinesh Belkare
  • 639
  • 8
  • 24
0

There could be a number of reasons:

Your server's memory is being used up.

You have a large table structure.

You have a slow internet connection.

Try using another computer, speak to your server provider and ask them if there is any memory issues with the server where your services are hosted.

user3285356
  • 67
  • 1
  • 9
  • It's not about internet or table structure as there are only 10 fields and I am using AMPPS local server. Memory allocation could be the issue which may be adjusted using php.ini. But according to me the reason may be the screen adjustment. I am using screen resolution of 1366x768. – Indication Oct 20 '15 at 10:51