Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> Problem z zalogowaniem do PHPMYADMIN
Miked
post
Post #1





Grupa: Zarejestrowani
Postów: 7
Pomógł: 0
Dołączył: 20.05.2009

Ostrzeżenie: (0%)
-----


Witam!

Mam zainstalowanego na moim dedyku PHPMYADMINA.
Przez dwa miesiące wszystko działało, mogłem się logować.

A teraz mam taki problem:

Cytat
phpMyAdmin próbował połączyć się z serwerem MySQL, a serwer odrzucił połączenie. Powinieneś sprawdzić nazwę hosta, nazwę użytkownika i hasło w pliku config.inc.php i upewnić się, że odpowiadają one informacjom danym przez administratora serwera MySQL.

Błąd
MySQL zwrócił komunikat: Dokumentacja
#1045 - Access denied for user 'root'@'localhost' (using password: NO)

Niewłaściwa nazwa hosta serwera 1. Proszę przyjrzeć się konfiguracji.


Co zrobić!?!
Go to the top of the page
+Quote Post
Spawnm
post
Post #2





Grupa: Moderatorzy
Postów: 4 069
Pomógł: 497
Dołączył: 11.05.2007
Skąd: Warszawa




może caps lock aktywny smile.gif

ew zobacz czy z zwykłego mysql_connect ci działa .
Go to the top of the page
+Quote Post
skowron-line
post
Post #3





Grupa: Zarejestrowani
Postów: 4 340
Pomógł: 542
Dołączył: 15.01.2006
Skąd: Olsztyn/Warszawa

Ostrzeżenie: (0%)
-----


http://forum.php.pl/index.php?showtopic=32604
http://www.searchengines.pl/phpmyadmin-zap...gin-t95698.html
google.pl


--------------------
I'm so fast that last night I turned off the light switch in my hotel room and was in bed before the room was dark - Muhammad Ali.
Peg jeżeli chcesz uprawiać sex to dzieci muszą wyjść, a jeżeli chcesz żeby był dobry ty też musisz wyjść - Al Bundy.

QueryBuilder, Mootools.net, bbcradio1::MistaJam
http://www.phpbench.com/
Go to the top of the page
+Quote Post
Miked
post
Post #4





Grupa: Zarejestrowani
Postów: 7
Pomógł: 0
Dołączył: 20.05.2009

Ostrzeżenie: (0%)
-----


Problem w tym, że mi W OGÓLE nie wyskakuje okienko do logowania!
Go to the top of the page
+Quote Post
skowron-line
post
Post #5





Grupa: Zarejestrowani
Postów: 4 340
Pomógł: 542
Dołączył: 15.01.2006
Skąd: Olsztyn/Warszawa

Ostrzeżenie: (0%)
-----


Cytat(Miked @ 12.06.2009, 08:20:51 ) *
Problem w tym, że mi W OGÓLE nie wyskakuje okienko do logowania!

No to o tym nie wspomniałeś.
Może kliknąłeś zapamiętywanie hasła w przeglądarce zobacz sobei +
http://peb.pl/tworzenie-stron/416709-blad-phpmyadmina.html


--------------------
I'm so fast that last night I turned off the light switch in my hotel room and was in bed before the room was dark - Muhammad Ali.
Peg jeżeli chcesz uprawiać sex to dzieci muszą wyjść, a jeżeli chcesz żeby był dobry ty też musisz wyjść - Al Bundy.

QueryBuilder, Mootools.net, bbcradio1::MistaJam
http://www.phpbench.com/
Go to the top of the page
+Quote Post
Miked
post
Post #6





Grupa: Zarejestrowani
Postów: 7
Pomógł: 0
Dołączył: 20.05.2009

Ostrzeżenie: (0%)
-----


Na żadnej przeglądarce:
Google Chrome, Internet Explorer nie chodzi! Tam w ogóle się nie logowałem na PHPMADMINA.

O to config.ini:
Cytat
<?php
/**
* Debian local configuration file
*
* This file overrides the settings made by phpMyAdmin interactive setup
* utility.
*
* For example configuration see /usr/share/doc/phpmyadmin/examples/config.default.php.gz
*
* NOTE: do not add security sensitive data to this file (like passwords)
* unless you really know what you're doing. If you do, any user that can
* run PHP or CGI on your webserver will be able to read them. If you still
* want to do this, make sure to properly secure the access to this file
* (also on the filesystem level).
*/

/**
* 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++;

/* 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';
/* Optional: User for advanced features */
// $cfg['Servers'][$i]['controluser'] = 'pma';
// $cfg['Servers'][$i]['controlpass'] = 'pmapass';
/* Optional: 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]['designer_coords'] = 'pma_designer_coords';

/*
* End of servers configuration
*/

/*
* Directories for saving/loading files from server
*/
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';


Co zmienić abym mógł się zalogować?


@edit
JAK DODAC NOWEGO USERA BAZY PRZEZ PUTTY

JAK DODAC NOWEGO USERA BAZY PRZEZ SSH?

Ten post edytował Miked 12.06.2009, 11:33:27
Go to the top of the page
+Quote Post
erix
post
Post #7





Grupa: Moderatorzy
Postów: 15 467
Pomógł: 1451
Dołączył: 25.04.2005
Skąd: Szczebrzeszyn/Rzeszów




  1. <?php
  2. /* Authentication type */
  3. //$cfg['Servers'][$i]['auth_type'] = 'cookie';
  4. ?>

Poza tym, zerknij do katalogu /setup; masz tam coś ciekawego.

Cytat
JAK DODAC NOWEGO USERA BAZY PRZEZ SSH?

Google Ci zbanowali?


--------------------

ZCE :: Pisząc PW załączaj LINK DO TEMATU i TYLKO w sprawach moderacji :: jakiś błąd - a TREŚĆ BŁĘDU? :: nie ponaglaj z odpowiedzią via PW!
Go to the top of the page
+Quote Post
konradg
post
Post #8





Grupa: Zarejestrowani
Postów: 15
Pomógł: 0
Dołączył: 10.06.2009

Ostrzeżenie: (0%)
-----


Cytat(Miked @ 12.06.2009, 14:49:35 ) *
Na żadnej przeglądarce:
Google Chrome, Internet Explorer nie chodzi! Tam w ogóle się nie logowałem na PHPMADMINA.

O to config.ini:
Co zmienić abym mógł się zalogować?
@edit
JAK DODAC NOWEGO USERA BAZY PRZEZ PUTTY

JAK DODAC NOWEGO USERA BAZY PRZEZ SSH?


Jak co to możesz przeczytać tu: http://drzewo-wiedzy.pl/?page=artykul&id=29


--------------------
Linux, Apache, Mysql ,Php (LAMP) :)
http://www.drzewo-wiedzy.pl
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 22.08.2025 - 05:30