Jump to content

Phpmyadmin


MarcusZ

Recommended Posts

Hello,

I have two questions about phpmyadmin.com . First of all it loads very slowly in my browser, is there a way to speed things up?

Is it possible to set a standard order in the table, because my tables are all in very strange orders?

 

thanks

Link to comment
Share on other sites

InnoDB tables are by default ordered by primary key (unless there's no such key defined)

 

To set default order for MyISAM:

ALTER tableName ORDER BY columnName

 

although this will only order records already in the table. Any new records will not be ordered until you run this query again.

Link to comment
Share on other sites

No it is not. If the table is fragmented, MyISAM will put new rows into vacant spaces where deleted rows were.

 

Why would you care anyway? You should order your queries anyway to avoid ambiguity.

Link to comment
Share on other sites

Hello,

I have two questions about phpmyadmin.com . First of all it loads very slowly in my browser, is there a way to speed things up?

Is it possible to set a standard order in the table, because my tables are all in very strange orders?

 

thanks

 

hey i'm not so super good at php but i was having same probs, i had no idea, so i unistalled it and then and reinstalled, that solved my prob, if that doesn't do then you should have virus in PC which is slowing your browser to load from localhost, even just to browse phpmyadmin.. i might not be much help but it worked for me.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.