-
Posts
24,871 -
Joined
-
Last visited
-
Days Won
886
Everything posted by Krydos
-
Your account has been fully backed up, including the malware files, and the link has been emailed to your contact email address. Please verify that everything in the backup is there, and I will delete all files from your account and unsuspend it.
-
Thanks! As a free service we don't have an advertising budget because we would rather invest all of the money that we do have into providing better service and improving the servers so we really appreciate the word of mouth recommendations that our satisfied users provide. Feel free to post about us on social media like twitter, facebook, hosting review sites, your personal websites or blogs, and anything else you can think of. As long as we have clients using our service Heliohost will continue to exist.
-
The database jpl_wordpress should now be visible to your root mysql account. You may need to delete, recreate, and reassign permissions to any database users that should have access to the affected database. If phpmyadmin doesn't log in properly or you don't see the database there change your account password and this should sync up the mysql/cpanel passwords. Let us know if you're still having any issues accessing your data.
-
The database rabbitde_wp should now be visible to your root mysql account. You may need to delete, recreate, and reassign permissions to any database users that should have access to the affected database. If phpmyadmin doesn't log in properly or you don't see the database there change your account password and this should sync up the mysql/cpanel passwords. Let us know if you're still having any issues accessing your data.
-
A cron runs on the command line, not within MySQL. The easiest way to accomplish what you're trying to do is create a php file that runs that delete query with a name like cron.php. Then the cron command would be something like php /home/dl5ark/cron.php
-
The database robev_blog should now be visible to your root mysql account. You may need to delete, recreate, and reassign permissions to any database users that should have access to the affected database. If phpmyadmin doesn't log in properly or you don't see the database there change your account password and this should sync up the mysql/cpanel passwords. Let us know if you're still having any issues accessing your data.
-
The database goldench_wordpress should now be visible to your root mysql account. You may need to delete, recreate, and reassign permissions to any database users that should have access to the affected database. If phpmyadmin doesn't log in properly or you don't see the database there change your account password and this should sync up the mysql/cpanel passwords. Let us know if you're still having any issues accessing your data.
-
The database piotrekn_forum should now be visible to your root mysql account. You may need to delete, recreate, and reassign permissions to any database users that should have access to the affected database. If phpmyadmin doesn't log in properly or you don't see the database there change your account password and this should sync up the mysql/cpanel passwords. Let us know if you're still having any issues accessing your data.
-
The database msuggett_bambooinvoice should now be visible to your root mysql account. You may need to delete, recreate, and reassign permissions to any database users that should have access to the affected database. If phpmyadmin doesn't log in properly or you don't see the database there change your account password and this should sync up the mysql/cpanel passwords. Let us know if you're still having any issues accessing your data.
-
[Solved] Connection To Johnny Via Pgadmin
Krydos replied to Crystalena's topic in Escalated Requests
Thanks! As a free service we don't have an advertising budget because we would rather invest all of the money that we do have into providing better service and improving the servers so we really appreciate the word of mouth recommendations that our satisfied users provide. Feel free to post about us on social media like twitter, facebook, hosting review sites, your personal websites or blogs, and anything else you can think of. As long as we have clients using our service Heliohost will continue to exist. -
The databases listed should now be visible to your root mysql account. You may need to delete, recreate, and reassign permissions to any database users that should have access to the affected databases. If phpmyadmin doesn't log in properly or you don't see the database there change your account password and this should sync up the mysql/cpanel passwords. Let us know if you're still having any issues accessing your data.
-
[Solved] Error Creating Table In Db Discard Tablespaces
Krydos replied to mrobo's topic in Escalated Requests
Awesome! Glad everything is working for you now. -
[Solved] Connection To Johnny Via Pgadmin
Krydos replied to Crystalena's topic in Escalated Requests
It looks like Johnny's postgresql configuration was overwritten at some point. Probably during an upgrade. Does it work now? -
[Solved] Phpmyadmin Returns Error 500
Krydos replied to allanvonfreitas's topic in Escalated Requests
I logged in to your account and it worked fine on the first try for me. What browser are you using? -
The databases listed should now be visible to your root mysql account. You may need to delete, recreate, and reassign permissions to any database users that should have access to the affected databases. If phpmyadmin doesn't log in properly or you don't see the database there change your account password and this should sync up the mysql/cpanel passwords. Let us know if you're still having any issues accessing your data.
-
The databases listed should now be visible to your root mysql account. You may need to delete, recreate, and reassign permissions to any database users that should have access to the affected databases. If phpmyadmin doesn't log in properly or you don't see the database there change your account password and this should sync up the mysql/cpanel passwords. Let us know if you're still having any issues accessing your data.
-
[Solved] Still (Kind Of) Inaccesible Database On Stevie
Krydos replied to huulie's topic in Escalated Requests
Thanks! As a free service we don't have an advertising budget because we would rather invest all of the money that we do have into providing better service and improving the servers so we really appreciate the word of mouth recommendations that our satisfied users provide. Feel free to post about us on social media like twitter, facebook, hosting review sites, your personal websites or blogs, and anything else you can think of. As long as we have clients using our service Heliohost will continue to exist. -
The database rulrok_wordpress should now be visible to your root mysql account. You may need to delete, recreate, and reassign permissions to any database users that should have access to the affected database. If phpmyadmin doesn't log in properly or you don't see the database there change your account password and this should sync up the mysql/cpanel passwords. Let us know if you're still having any issues accessing your data.
-
[Solved] Still (Kind Of) Inaccesible Database On Stevie
Krydos replied to huulie's topic in Escalated Requests
ALTER TABLE table_name ENGINE=MyISAM; -
[Solved] Still (Kind Of) Inaccesible Database On Stevie
Krydos replied to huulie's topic in Escalated Requests
We always recommended Myisam because it's more stable and less prone to crashing and less prone to corruption, but you can use whatever you want. If you need some features that are specific to InnoDB that aren't available on Myisam then you don't have a choice. If your tables are already using InnoDB from the backup it's not that big of a deal to leave then that way for simplicity. -
[Solved] Still (Kind Of) Inaccesible Database On Stevie
Krydos replied to huulie's topic in Escalated Requests
Did you delete the database first and recreate it? -
[Solved] Still (Kind Of) Inaccesible Database On Stevie
Krydos replied to huulie's topic in Escalated Requests
It looks like gastenboek and the other broken tables haven't been changed since April 2012. Do you have a backup since then? EDIT: I just answered my own question. Sitting in your /home1/huulie home directory you have a full backup from July 2012. Try deleting that whole database, and restoring it from the .sql file backup. Let us know if you need assistance with this or further instruction on how to go about it. I suspect that your tables that don't work were using the InnoDB engine and since InnoDB was broken for so long my script isn't working to make them visible again to you. Since your backup is three months after the last change to those tables there should be no data loss. -
The database vholtta_presents should now be visible to your root mysql account. You may need to delete, recreate, and reassign permissions to any database users that should have access to the affected database. If phpmyadmin doesn't log in properly or you don't see the database there change your account password and this should sync up the mysql/cpanel passwords. Let us know if you're still having any issues accessing your data.
-
[Solved] Still (Kind Of) Inaccesible Database On Stevie
Krydos replied to huulie's topic in Escalated Requests
What database engine does this table use?