Hello World,
I have a demo project hosted with freehosting dot com which I really need to transfer to another server. The problem is whenever I try to access phpmyadmin I get a "temporarily unavailable" error. Now I cannot access the database neither change the login details due to this error.
When I try to download through "Backup" function in the CPanel all I get is a potion of my database which is irrelevant:
mysqldump: Got error: 1146: Table 'creati83_creati.joe_commentmeta' doesn't exist when using LOCK TABLES
-- MySQL dump 10.13 Distrib 5.5.36, for Linux (x86_64)
--
-- Host: mysql1.freehosting.com Database: creati83_creati
-- ------------------------------------------------------
-- Server version 5.6.17-65.0-587.trusty
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
This is all I get yet the database it larger than this.
How can I access, transfer or export my DB without using phpmyadmin?
I have a demo project hosted with freehosting dot com which I really need to transfer to another server. The problem is whenever I try to access phpmyadmin I get a "temporarily unavailable" error. Now I cannot access the database neither change the login details due to this error.
When I try to download through "Backup" function in the CPanel all I get is a potion of my database which is irrelevant:
mysqldump: Got error: 1146: Table 'creati83_creati.joe_commentmeta' doesn't exist when using LOCK TABLES
-- MySQL dump 10.13 Distrib 5.5.36, for Linux (x86_64)
--
-- Host: mysql1.freehosting.com Database: creati83_creati
-- ------------------------------------------------------
-- Server version 5.6.17-65.0-587.trusty
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
This is all I get yet the database it larger than this.
How can I access, transfer or export my DB without using phpmyadmin?