1 nicoleb Mar 26, 2010 04:17
3 sam2kb Mar 26, 2010 19:10
Do one of the following
- Contact your host
- Switch to MySQL 5 if possible
- Change all tables to use MyISAM storage engine instead of InnoDB
Backup the DB first
4 nicoleb Mar 27, 2010 05:58
Thank you both,
have been on a day trip yesterday., In between the site must have been fallen apart in different places, but today it runs again totally normal.
@Sam, will look into that and yeah, backup,....the magic word ;)
5 sam2kb Mar 27, 2010 06:05
- Change all tables to use MyISAM storage engine instead of InnoDB
Don't do this if the site is back
6 nicoleb Mar 27, 2010 06:08
Oh, ok :)
hi nicole.
your b2 website http://nicoleb.org/b2/index.php cannot connect to its mysql server.
try to check maybe the password or hostname for mysql has been changed.
check your hosting sql server host,user and pass
open the file /blogs/conf/_basic_config.php
look for something like
/**
* MySQL DB Settings
below, make sure your hosting information for mysql matches that settings..
good luck