Проблема с phpMyAdmin
-
- phpBB 1.4.4
- Сообщения: 127
- Стаж: 20 лет 5 месяцев
- Откуда: Таллинн, Эстония
- Забанен: Бессрочно
Проблема с phpMyAdmin
Скачал я версию 2.6.2. Изменил в файле config.inc.php всё как сказано в Documentation.html. Загружаю индексовую страницу и вместо неё появляется пустое белое окно. Помогите, пожалуйтса, в чём проблема?
-
- Former team member
- Сообщения: 4463
- Стаж: 20 лет 9 месяцев
- Поблагодарили: 1 раз
-
- phpBB 1.4.4
- Сообщения: 127
- Стаж: 20 лет 5 месяцев
- Откуда: Таллинн, Эстония
- Забанен: Бессрочно
Хостинг h14
. Знаю, что не самый удачный. Думаю переезжать. Вот полную копию базы хочу сделать.
Вот строки:
$cfg['PmaAbsoluteUri']
$cfg['Servers'][$i]['host']
$cfg['Servers'][$i]['user']
$cfg['Servers'][$i]['password']
$cfg['Servers'][$i]['host']
$cfg['Servers'][$i]['user']
$cfg['Servers'][$i]['password']
$cfg['Servers'][$i]['host']
$cfg['Servers'][$i]['user']
$cfg['Servers'][$i]['password']
Всё. Больше нигде ничего не менял.

Вот строки:
$cfg['PmaAbsoluteUri']
$cfg['Servers'][$i]['host']
$cfg['Servers'][$i]['user']
$cfg['Servers'][$i]['password']
$cfg['Servers'][$i]['host']
$cfg['Servers'][$i]['user']
$cfg['Servers'][$i]['password']
$cfg['Servers'][$i]['host']
$cfg['Servers'][$i]['user']
$cfg['Servers'][$i]['password']
Всё. Больше нигде ничего не менял.
-
- phpBB 1.4.4
- Сообщения: 127
- Стаж: 20 лет 5 месяцев
- Откуда: Таллинн, Эстония
- Забанен: Бессрочно
-
- phpBB 1.2.0
- Сообщения: 10
- Стаж: 20 лет 3 месяца
- Откуда: Minsk
-
- phpBB 1.4.4
- Сообщения: 127
- Стаж: 20 лет 5 месяцев
- Откуда: Таллинн, Эстония
- Забанен: Бессрочно
-
- phpBB 1.2.0
- Сообщения: 10
- Стаж: 20 лет 3 месяца
- Откуда: Minsk
$cfg['PmaAbsoluteUri'] = 'group-31101.h15.ru/phpMyAdmin'; ---ВМЕСТО group-31101.h15.ru подставь свое
/**
* Disable the default warning about $cfg['PmaAbsoluteUri'] not being set
* You should use this if and ONLY if the PmaAbsoluteUri auto-detection
* works perfectly.
*/
$cfg['PmaAbsoluteUri_DisableWarning'] = FALSE;
/**
* Disable the default warning that is displayed on the DB Details Structure page if
* any of the required Tables for the relationfeatures could not be found
*/
$cfg['PmaNoRelation_DisableWarning'] = FALSE;
/**
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
* at least one server configuration uses 'cookie' auth_type, enter here a
* passphrase that will be used by blowfish. The maximum length seems to be 46
* characters.
*/
$cfg['blowfish_secret'] = 'privet';
/**
* Server(s) configuration
*/
$i = 0;
// The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use $cfg['Servers'][0].
// You can disable a server config entry by setting host to ''.
$i++;
$cfg['Servers'][$i]['host'] = 'database.agava.ru'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables).
// The controluser is also
// used for all relational
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'имя_пользователя'; // MySQL user
$cfg['Servers'][$i]['password'] = 'пароль базы данных'; // MySQL password (only needed
// with 'config' auth_type)
$cfg['Servers'][$i]['only_db'] = 'название базы данных';
/**
* Disable the default warning about $cfg['PmaAbsoluteUri'] not being set
* You should use this if and ONLY if the PmaAbsoluteUri auto-detection
* works perfectly.
*/
$cfg['PmaAbsoluteUri_DisableWarning'] = FALSE;
/**
* Disable the default warning that is displayed on the DB Details Structure page if
* any of the required Tables for the relationfeatures could not be found
*/
$cfg['PmaNoRelation_DisableWarning'] = FALSE;
/**
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
* at least one server configuration uses 'cookie' auth_type, enter here a
* passphrase that will be used by blowfish. The maximum length seems to be 46
* characters.
*/
$cfg['blowfish_secret'] = 'privet';
/**
* Server(s) configuration
*/
$i = 0;
// The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use $cfg['Servers'][0].
// You can disable a server config entry by setting host to ''.
$i++;
$cfg['Servers'][$i]['host'] = 'database.agava.ru'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables).
// The controluser is also
// used for all relational
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'имя_пользователя'; // MySQL user
$cfg['Servers'][$i]['password'] = 'пароль базы данных'; // MySQL password (only needed
// with 'config' auth_type)
$cfg['Servers'][$i]['only_db'] = 'название базы данных';
-
- phpBB 1.4.4
- Сообщения: 127
- Стаж: 20 лет 5 месяцев
- Откуда: Таллинн, Эстония
- Забанен: Бессрочно
Странно. На бесплатниках агавы хост БД просто database называется, без агавы.ру.Red Line писал(а):$cfg['Servers'][$i]['host'] = 'database.agava.ru'; // MySQL hostname or IP address
Вот за это спасибо. Я забыл вписать название базы данных.Red Line писал(а):$cfg['Servers'][$i]['only_db'] = 'название базы данных';
Последний раз редактировалось Austin 3:16 04.06.2005 1:27, всего редактировалось 1 раз.
-
- phpBB 1.2.0
- Сообщения: 10
- Стаж: 20 лет 3 месяца
- Откуда: Minsk
-
- phpBB 1.4.4
- Сообщения: 127
- Стаж: 20 лет 5 месяцев
- Откуда: Таллинн, Эстония
- Забанен: Бессрочно
-
- phpBB 1.4.4
- Сообщения: 127
- Стаж: 20 лет 5 месяцев
- Откуда: Таллинн, Эстония
- Забанен: Бессрочно