Hello,
I thing I've lost half of my database in stoli's server moving.
After the letter J, I've nothing. First, I've got an error with my jos_session, but after a little investigation, some of my table are lost.
I've try to use the backup in cpanel, but my login is not working.
Now I'm trying to find another way to recover the database.. but I need some help.
My web site is base on joomla. I have joomlapack installed. But since some month, I haven't been able to do a completed backup because of time out. The backups never completed I've after 2 suspension because backup used to much of resources, I've stop to try to do a completed backup with joomlapack.
Thanks in advance.
Account : norfond
account id MMP1024247
contact email norfond@yahoo.ca
Edit : I've repaired, or tried to repaire talbe jos_session with this script :
DROP table IF EXISTS jos_session;
CREATE TABLE `jos_session` (
`username` varchar(150) default '',
`time` varchar(14) default '',
`session_id` varchar(200) NOT NULL default '0',
`guest` tinyint(4) default '1',
`userid` int(11) default '0',
`usertype` varchar(50) default '',
`gid` tinyint(3) unsigned NOT NULL default '0',
`client_id` tinyint(3) unsigned NOT NULL default '0',
`data` longtext,
PRIMARY KEY (`session_id`(64)),
KEY `whosonline` (`guest`,`usertype`),
KEY `userid` (`userid`),
KEY `time` (`time`)
) TYPE=MyISAM CHARACTER SET `utf8`;
found on this tread :
http://forum.joomla.org/viewtopic.php?f=429&t=357126&start=0
I thing I've lost half of my database in stoli's server moving.
After the letter J, I've nothing. First, I've got an error with my jos_session, but after a little investigation, some of my table are lost.
I've try to use the backup in cpanel, but my login is not working.
Now I'm trying to find another way to recover the database.. but I need some help.
My web site is base on joomla. I have joomlapack installed. But since some month, I haven't been able to do a completed backup because of time out. The backups never completed I've after 2 suspension because backup used to much of resources, I've stop to try to do a completed backup with joomlapack.
Thanks in advance.
Account : norfond
account id MMP1024247
contact email norfond@yahoo.ca
Edit : I've repaired, or tried to repaire talbe jos_session with this script :
DROP table IF EXISTS jos_session;
CREATE TABLE `jos_session` (
`username` varchar(150) default '',
`time` varchar(14) default '',
`session_id` varchar(200) NOT NULL default '0',
`guest` tinyint(4) default '1',
`userid` int(11) default '0',
`usertype` varchar(50) default '',
`gid` tinyint(3) unsigned NOT NULL default '0',
`client_id` tinyint(3) unsigned NOT NULL default '0',
`data` longtext,
PRIMARY KEY (`session_id`(64)),
KEY `whosonline` (`guest`,`usertype`),
KEY `userid` (`userid`),
KEY `time` (`time`)
) TYPE=MyISAM CHARACTER SET `utf8`;
found on this tread :
http://forum.joomla.org/viewtopic.php?f=429&t=357126&start=0
Last edited: