MySQL Password Problem

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

MySQL Password Problem

Postby CryPter » 11. March 2008 18:05

Hallo ich bin neu hier. :-)

Ich habe das Problem das ich das root Password bei phpmyadmin nicht setzen kann. Also so das man sich einloggen muss wenn man phpmyadmin aufruft.

Ich habe das hier gemacht, aber irgendwie funktioniert das nicht da bekomme ich immer folgendes:

Image

Ich habe beim besten Willen keine Ahnung warum das so ist und ich weiss auch nicht was ich falsch mache.

Die Methode mit der Console bekomme ich irgendwie nicht hin. :(

Ich hoffe mir kann hier jemand schnell Rat geben :)

greez
CryPter
 
Posts: 3
Joined: 11. March 2008 17:56

Postby Nobbie » 11. March 2008 19:07

Zeig doch mal die config.inc.php
Nobbie
 
Posts: 13183
Joined: 09. March 2008 13:04

Postby CryPter » 11. March 2008 20:28

Hab noch nix geändert weil ob ich das tu oder nicht es ändert an der meldung nix -.-

Code: Select all
<?php
/*
 * This is needed for cookie based authentication to encrypt password in
 * cookie
 */
$cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */

/*
 * Servers configuration
 */
$i = 0;

/*
 * First server
 */
$i++;

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysql';

/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = '';

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

?>
CryPter
 
Posts: 3
Joined: 11. March 2008 17:56


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 71 guests