rhusari
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: database backup – urgent help pleasethanks frioman. I spoke to tech support, they said the data base is still there but while trying to access it I changed the password (true!) so it’s not the same one the website uses to access the database. They said I need to go to wp hostings configuration.php file to correct it. Where do I find this file? I don’t see it when I go back to mysql, is it inside one of the tables?
thanks a lot.Forum: Fixing WordPress
In reply to: database backup – urgent help pleaseYes, it looks so but I’m still wondering whether it contains more than it should…here are a few lines from the top. Do they look correct to you? thanks again.
@OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;—
— Database:myblog
—— ——————————————————–
—
— Table structure for tablewp_comments
—DROP TABLE IF EXISTS
wp_comments;
CREATE TABLE IF NOT EXISTSwp_comments(
comment_IDbigint(20) unsigned NOT NULL auto_increment,
comment_post_IDint(11) NOT NULL default ‘0’,
comment_authortinytext NOT NULL,
comment_author_emailvarchar(100) NOT NULL default ”,
comment_author_urlvarchar(200) NOT NULL default ”,
comment_author_IPvarchar(100) NOT NULL default ”,
comment_datedatetime NOT NULL default ‘0000-00-00 00:00:00’,
comment_date_gmtdatetime NOT NULL default ‘0000-00-00 00:00:00’,
comment_contenttext NOT NULL,
comment_karmaint(11) NOT NULL default ‘0’,Forum: Fixing WordPress
In reply to: database backup – urgent help pleaseReviewing my steps, I think I have checked extra boxes under structure and Data that I wasn’t supposed to. Can I still restore the database using the backup done this way? Thanks.
Forum: Fixing WordPress
In reply to: database backup – urgent help pleaseThanks esmi. The backup file on my desktop is in a notepad format with a .sql extension. Is that how it’s supposed to look?
Forum: Fixing WordPress
In reply to: database backup – urgent help pleaseI get this message when trying to open the site with IE:
The website cannot display the page
HTTP 500
Most likely causes:
The website is under maintenance.
The website has a programming error.Forum: Fixing WordPress
In reply to: database backup – urgent help pleaseIt doesn’t look like a server problem at that end. When I log on back to mysql, all the tables are still there. And Yes I did follow the instructions, clicked go and saved the downloaded file to my desktop — but now I’m thinking maybe I checked some boxes I wasn’t supposed to??