Качал с оф сайта. Через неделю при заходе в базу ввожу пользователя и пароль выкидывает несуществующую страницу
Удаленный сервер или файл не найден
Думал может с базами какой косяк нет всё работает через
phpminiadmin заходит!
Кто чё посоветует? Куда копать?
Мне кажеться проблема с token неверный выкидывает.
Спустя 10 минут, 50 секунд (4.07.2011 - 14:50) YVSIK написал(а):
подобное уже мучил премучил
а решил так
у меня стоит денвер изначально потом
я создал новую папку под названием phpMyAdmin2
в томже каталоге
пробовал поменять название местами не вышло
а решил так сохранил сам файл конфига денвера
и подставил на место phpMyAdmin2 где он прописан
есльи не понятно изложил
то вот так, сам конфиг в нем надо смотреть
есль ничего не выйде пиши в личку или аську
а решил так
у меня стоит денвер изначально потом
я создал новую папку под названием phpMyAdmin2
в томже каталоге
пробовал поменять название местами не вышло
а решил так сохранил сам файл конфига денвера
и подставил на место phpMyAdmin2 где он прописан
есльи не понятно изложил
то вот так, сам конфиг в нем надо смотреть
есль ничего не выйде пиши в личку или аську
Спустя 9 минут, 12 секунд (4.07.2011 - 14:59) YVSIK написал(а):
в самом новом дистри есть разрешение
надо гдето поменять фасле на труе
надо гдето поменять фасле на труе
Спустя 13 минут, 38 секунд (4.07.2011 - 15:13) VELIK505 написал(а):
/usr/local/etc/apache22/Includes/phpmyadmin.conf
/usr/local/www/phpMyAdmin/config.inc.php
/usr/local/www/phpMyAdmin/config.sample.inc.php
Alias /myadmin /usr/local/www/phpMyAdmin/
<Directory /usr/local/www/phpMyAdmin>
AllowOverride All
RemoveHandler .php
AddType application/x-httpd-php .php
php_admin_value open_basedir /usr/local/www/phpMyAdmin:/etc/phpmyadmin:/etc/phpMyAdmin:/tmp:.:..:./:../
php_admin_value upload_tmp_dir /tmp
php_admin_value include_path /etc/phpmyadmin:/etc/phpMyAdmin:.:..
php_admin_value session.save_path /tmp
php_admin_value safe_mode off
DirectoryIndex index.php
Order allow,deny
Allow from all
</Directory>
/usr/local/www/phpMyAdmin/config.inc.php
<?php
/* $FreeBSD: ports/databases/phpmyadmin/files/config.inc.php.sample,v 1.3 2006/05/16 06:43:23 clsung Exp $
*
* Skeleton configuration file -- this file is empty on a fresh
* installaton of phpmyadmin.
*
* Copy any settings you want to override from
* libraries/config.default.php or use scripts/setup.php to generate a
* basic configuration file
*
*/
$cfg['PmaAbsoluteUri_DisableWarning'] = TRUE;
$cfg['blowfish_secret'] = 'wertyukjndwy3cn3';
$cfg['Servers'][1]['auth_type'] = 'cookie';
$cfg['Servers'][1]['user'] = '';
$cfg['PmaAbsoluteUri_DisableWarning'] = TRUE;
$cfg['blowfish_secret'] = 'wertyukjndwy3cn3';
$cfg['Servers'][1]['auth_type'] = 'cookie';
$cfg['Servers'][1]['user'] = '';
$cfg['PmaAbsoluteUri_DisableWarning'] = TRUE;
$cfg['blowfish_secret'] = 'wertyukjndwy3cn3';
$cfg['Servers'][1]['auth_type'] = 'cookie';
$cfg['Servers'][1]['user'] = '';
?>
/usr/local/www/phpMyAdmin/config.sample.inc.php
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* phpMyAdmin sample configuration, you can use it as base for
* manual configuration. For easier setup you can use setup/
*
* All directives are explained in Documentation.html and on phpMyAdmin
* wiki <http://wiki.phpmyadmin.net>.
*
* @package phpMyAdmin
*/
/*
* This is needed for cookie based authentication to encrypt password in
* cookie
*/
$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
/*
* Servers configuration
*/
$i = 0;
/*
* First server
*/
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
/*
* phpMyAdmin configuration storage settings.
*/
/* User used to manipulate with storage */
// $cfg['Servers'][$i]['controluser'] = 'pma';
// $cfg['Servers'][$i]['controlpass'] = 'pmapass';
/* Storage database and tables */
// $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
// $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
// $cfg['Servers'][$i]['relation'] = 'pma_relation';
// $cfg['Servers'][$i]['table_info'] = 'pma_table_info';
// $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
// $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
// $cfg['Servers'][$i]['column_info'] = 'pma_column_info';
// $cfg['Servers'][$i]['history'] = 'pma_history';
// $cfg['Servers'][$i]['tracking'] = 'pma_tracking';
// $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
// $cfg['Servers'][$i]['userconfig'] = 'pma_userconfig';
/* Contrib / Swekey authentication */
// $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';
/*
* End of servers configuration
*/
/*
* Directories for saving/loading files from server
*/
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
/**
* Defines whether a user should be displayed a "show all (records)"
* button in browse mode or not.
* default = false
*/
//$cfg['ShowAll'] = true;
/**
* Number of rows displayed when browsing a result set. If the result
* set contains more rows, "Previous" and "Next".
* default = 30
*/
//$cfg['MaxRows'] = 50;
/**
* Use graphically less intense menu tabs
* default = false
*/
//$cfg['LightTabs'] = true;
/**
* disallow editing of binary fields
* valid values are:
* false allow editing
* 'blob' allow editing except for BLOB fields
* 'all' disallow editing
* default = blob
*/
//$cfg['ProtectBinary'] = 'false';
/**
* Default language to use, if not browser-defined or user-defined
* (you find all languages in the locale folder)
* uncomment the desired line:
* default = 'en'
*/
//$cfg['DefaultLang'] = 'en';
//$cfg['DefaultLang'] = 'de';
/**
* default display direction (horizontal|vertical|horizontalflipped)
*/
//$cfg['DefaultDisplay'] = 'vertical';
/**
* How many columns should be used for table display of a database?
* (a value larger than 1 results in some information being hidden)
* default = 1
*/
//$cfg['PropertiesNumColumns'] = 2;
/**
* Set to true if you want DB-based query history.If false, this utilizes
* JS-routines to display query history (lost by window close)
*
* This requires configuration storage enabled, see above.
* default = false
*/
//$cfg['QueryHistoryDB'] = true;
/**
* When using DB-based query history, how many entries should be kept?
*
* default = 25
*/
//$cfg['QueryHistoryMax'] = 100;
/*
* You can find more configuration options in Documentation.html
* or here: http://wiki.phpmyadmin.net/pma/Config
*/
?>
Спустя 52 минуты, 17 секунд (4.07.2011 - 16:05) YVSIK написал(а):
ща немного занят но по моему вот это
ведь надо разрешить логиниться
вместо false ставить TRUE;
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = [u]false[/u];
ведь надо разрешить логиниться
вместо false ставить TRUE;
Спустя 10 минут, 23 секунды (4.07.2011 - 16:16) VELIK505 написал(а):
Щя попробую отпишусь.
Сделал поменял false на true и сервак ребутнул тоже самое!
Сделал поменял false на true и сервак ребутнул тоже самое!
Спустя 22 минуты, 22 секунды (4.07.2011 - 16:38) VELIK505 написал(а):
В гугл хроме отображает вот чё.
Ошибка HTTP 500 (Internal Server Error): При попытке сервера выполнить запрос возникла неожиданная ситуация.
Ошибка HTTP 500 (Internal Server Error): При попытке сервера выполнить запрос возникла неожиданная ситуация.
Спустя 18 минут, 8 секунд (4.07.2011 - 16:56) YVSIK написал(а):
вот путь H:\home\localhost\www\phpMyAdmin3
а это сам файл config.sample.inc.php
а это сам файл config.sample.inc.php
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* phpMyAdmin sample configuration, you can use it as base for
* manual configuration. For easier setup you can use setup/
*
* All directives are explained in Documentation.html and on phpMyAdmin
* wiki <http://wiki.phpmyadmin.net>.
*
* @version $Id$
* @package phpMyAdmin
*/
/*
* This is needed for cookie based authentication to encrypt password in
* cookie
*/
$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
/*
* Servers configuration
*/
$i = 0;
/*
* First server
*/
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
/* rajk - for blobstreaming */
$cfg['Servers'][$i]['bs_garbage_threshold'] = 50;
$cfg['Servers'][$i]['bs_repository_threshold'] = '32M';
$cfg['Servers'][$i]['bs_temp_blob_timeout'] = 600;
$cfg['Servers'][$i]['bs_temp_log_threshold'] = '32M';
/* User for advanced features */
// $cfg['Servers'][$i]['controluser'] = 'pma';
// $cfg['Servers'][$i]['controlpass'] = 'pmapass';
/* Advanced phpMyAdmin features */
// $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
// $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
// $cfg['Servers'][$i]['relation'] = 'pma_relation';
// $cfg['Servers'][$i]['table_info'] = 'pma_table_info';
// $cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
// $cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
// $cfg['Servers'][$i]['column_info'] = 'pma_column_info';
// $cfg['Servers'][$i]['history'] = 'pma_history';
// $cfg['Servers'][$i]['tracking'] = 'pma_tracking';
// $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
/* Contrib / Swekey authentication */
// $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';
/*
* End of servers configuration
*/
/*
* Directories for saving/loading files from server
*/
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>
Спустя 12 минут, 16 секунд (4.07.2011 - 17:09) VELIK505 написал(а):
Твой пробывал не фига. Чё за формирование токена отвечает?
Спустя 6 минут, 17 секунд (4.07.2011 - 17:15) Игорь_Vasinsky написал(а):
Спустя 15 минут, 1 секунда (4.07.2011 - 17:30) VELIK505 написал(а):
Цитата (Игорь_Vasinsky @ 4.07.2011 - 14:15) |
Супер ответ лучше не встречал.
Спустя 17 часов, 47 минут, 16 секунд (5.07.2011 - 11:17) Игорь_Vasinsky написал(а):
может здесь чё подчеркнёшь.
http://unrar.me/2010/01/obnovleniye-paketa...-do-aktualnogo/
и наберайся терпеливости-а то чуть что сразу минус.
http://unrar.me/2010/01/obnovleniye-paketa...-do-aktualnogo/
и наберайся терпеливости-а то чуть что сразу минус.