Help - Search - Members - Calendar
Full Version: Ridiculous Wait Times For Phpmyadmin.
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
Digiwoki
Hello. I know this is a free site, but is there any way I could pay to make accessing my databases a bit quicker? Right now, I think my timetowait:edittime ratio is about 10:1...In other words, for every ten minutes I wait for the server, I get about 1 minute of time to work on my databases. I need to be able to access my databases at all times, and not have to wait for the server to load.

Is there anything I can do?
Ed
We have a huge number of databases that are left over from the old move, if the account has not been migrated within a month, we're going to drop the database, this should help speed it up, until this time, you'll have to unfortunately wait.

It's often quicker to get to your database by typing :
http://hosting.zymic.com/phpmyadmin/?db=YOURDATBASENAME
Digiwoki
QUOTE(Ed @ Oct 21 2009, 05:21 PM) *
We have a huge number of databases that are left over from the old move, if the account has not been migrated within a month, we're going to drop the database, this should help speed it up, until this time, you'll have to unfortunately wait.

It's often quicker to get to your database by typing :
http://hosting.zymic.com/phpmyadmin/?db=YOURDATBASENAME

Oh, okay, that's understandable then. If there's good reason to it, I can have patience. Thanks for the info. ;D

Meh, I think I'm just going to move my site elsewhere and pay for hosting...I can't handle waiting 10 minutes to delete a single entry, and then wait another ten minutes to delete another. Sorry.
HappyGL
Use this to execude mysql commands or to visualise somehow your tables.

Only the connection process takes some little time, maybe 20seconds, but the rest should be pretty fast.

Examples :
CODE
show tables

drop table mytable

select * from mytable

update mytable set myvalue='val' where id='2'


Just normal mysql commands. Only one command at a time.

And use this to save your db.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.