Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Komme nicht ins phpmyadmin rein ( gelöst )
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sun Mar 13, 2005 11:59 am    Post subject: Komme nicht ins phpmyadmin rein ( gelöst ) Reply with quote

Hallo

Bin bald am verzweifeln. Probiere jetzt schon seit 5 STunde reinzukommen, ohne Erfolg.

Habe alles versucht komme einfach nicht rein

Habe es genau nach dieser Anleitung gemacht

http://gentoo-wiki.com/HOWTO_Apache2_with_PHP_MySQL

Hat jemmand eine Idee was ich faltsch gemacht habe.

phpmyadmin Version = phpmyadmin-2.6.1_p2-r1
mysql Version = mysql-4.0.22-r2

Gruss Dave


Last edited by Hotstuff on Sun Mar 13, 2005 2:38 pm; edited 1 time in total
Back to top
View user's profile Send private message
moe
Veteran
Veteran


Joined: 28 Mar 2003
Posts: 1289
Location: Potsdam / Germany

PostPosted: Sun Mar 13, 2005 12:06 pm    Post subject: Reply with quote

Was heisst du kommts nicht rein? Kannst du das mal näher erläutern?
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Sun Mar 13, 2005 12:07 pm    Post subject: Reply with quote

Quote:

Bin bald am verzweifeln. Probiere jetzt schon seit 5 STunde reinzukommen, ohne Erfolg.

Habe alles versucht komme einfach nicht rein

Bitte "config.inc.php" aus dem phpmyadmin Verzeichnis posten.


Gruß
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sun Mar 13, 2005 12:08 pm    Post subject: Reply with quote

Hallo

Ich kann nicht mit root anmelden.

Gruss Dave
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sun Mar 13, 2005 12:10 pm    Post subject: Reply with quote

Code:

 /**
 * 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.
 */
$cfg['blowfish_secret'] = '';

/**
 * 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']          = 'localhost'; // MySQL hostname or IP address
 $cfg['Servers'][$i]['port']          = '3306';          // 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']   = 'pma';       // MySQL control user settings
                                                     // (this user must have read-only
 $cfg['Servers'][$i]['controlpass']   = '102335853245358694';
                                                     // access to the "mysql/user"
                                                     // and "mysql/db" tables).
                                                     // The controluser is also
                                                     // used for all relational
                                                     // features (pmadb)
 $cfg['Servers'][$i]['auth_type']     = 'http';      // Authentication method (con
                                                     //http or cookie based)?
 $cfg['Servers'][$i]['user']          = 'root';      // MySQL user
 $cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
                                                     // with 'config' auth_type)
 $cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
                                                     // this db is displayed in left frame
                                                     // It may also be an array of db-names, where sorting order is relevant.
 $cfg['Servers'][$i]['verbose']       = '';          // Verbose name for this host - leave blank to show the hostname
 
 $cfg['Servers'][$i]['pmadb']         = 'pmadb';     // Database used for Relation, Bookmark and PDF Features
                                                     // (see scripts/create_tables.sql)
                                                     //   - leave blank for no support
                                                     //     DEFAULT: 'phpmyadmin'



Gruss Dave


Last edited by Hotstuff on Sun Mar 13, 2005 2:44 pm; edited 5 times in total
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Sun Mar 13, 2005 12:50 pm    Post subject: Reply with quote

bitte folgendes ändern:
Code:

$cfg['blowfish_secret'] = 'sdfsadf445rsfdsf';
$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = 'root';      // MySQL user


Gruß,
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2935
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Sun Mar 13, 2005 12:52 pm    Post subject: Reply with quote

Hat dein MySQL Server überhaupt einen root Benutzer?
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sun Mar 13, 2005 1:03 pm    Post subject: Reply with quote

Hallo

Dieser Fehler steht unten wenn ich einlogen will

#1045 - Access denied for user: 'pma@localhost' (Using password: YES)

Wie es aussieht hat es kein root User. Aber wiso?

Habe das gemacht zum einen Root User herzustellen

#/usr/bin/mysql_install_db
# /etc/init.d/mysql start
* Starting mysqld [ok]
#/usr/bin/mysql -u root
mysql>SET PASSWORD FOR 'root'@'localhost' = PASSWORD('your_new_password_here');


Oder stimmt das nict?

Gruss Dave
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Sun Mar 13, 2005 1:09 pm    Post subject: Reply with quote

kannst du über den MySQL-Client eine Verbindung zum Server aufbauen?

Code:

mysql -u root -p

dann Passworteingeben!!!
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sun Mar 13, 2005 1:11 pm    Post subject: Reply with quote

Hallo

Ja es geht

localhost root # mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 24 to server version: 4.0.22

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>


Gruss Dave
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2935
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Sun Mar 13, 2005 1:13 pm    Post subject: Reply with quote

Hotstuff wrote:
Hallo

Dieser Fehler steht unten wenn ich einlogen will

#1045 - Access denied for user: 'pma@localhost' (Using password: YES)

Wie es aussieht hat es kein root User. Aber wiso?

Habe das gemacht zum einen Root User herzustellen

#/usr/bin/mysql_install_db
# /etc/init.d/mysql start
* Starting mysqld [ok]
#/usr/bin/mysql -u root
mysql>SET PASSWORD FOR 'root'@'localhost' = PASSWORD('your_new_password_here');


Oder stimmt das nict?

Gruss Dave

Sollte nicht gehen, weil wenn du MySQL zum ersten Mal installierst, gibt es keine Benutzer und ein mysql -u root führt dazu, dass du dich als ein Gast einloggst und dann hast du keinen Zugriff auf die mysql Tabelle.
Mach

Code:

$ /usr/bin/mysqladmin -u root -h localhost password <dein_passwort_hier>


edit:
Hotstuff wrote:
Hallo

Ja es geht

localhost root # mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 24 to server version: 4.0.22

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>


Gruss Dave


Mach da ein SHOW TABLES
100% wird nur test aufgelistet.
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sun Mar 13, 2005 1:21 pm    Post subject: Reply with quote

Hallo

Irgendwie passiert gar nichts wenn ich SHOW TABLES ausführe

Code:
localhost root # mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 40 to server version: 4.0.22

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> SHOW TABLES
    ->   


Beim anderen Befehl kommt das

Code:

localhost root # /usr/bin/mysqladmin -u root -h localhost password test
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: NO)'


Gruss Dave
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Sun Mar 13, 2005 1:27 pm    Post subject: Reply with quote

Quote:

localhost root # mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 40 to server version: 4.0.22

geht doch :)

Quote:

Irgendwie passiert gar nichts wenn ich SHOW TABLES ausführe

du musst auch erst eine datanbank erstellen oder auswählen:
Code:

show databases;

_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sun Mar 13, 2005 1:29 pm    Post subject: Reply with quote

Das kommt, aber bei phpmyadmin komme ich immer noch nicht rein

localhost root # mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 8 to server version: 4.0.22

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show databases;
+----------+
| Database |
+----------+
| mysql |
| test |
+----------+
2 rows in set (0.00 sec)

mysql>


Gruss Dave und Danke das ihr mir hilft
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Sun Mar 13, 2005 1:33 pm    Post subject: Reply with quote

Da fehlt doch die pma-datenbank und damit wahrscheinlich auch der pma-user:

Code:
#1045 - Access denied for user: 'pma@localhost' (Using password: YES)


Hast du phpmyadmin ueber portage installiert?
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sun Mar 13, 2005 1:35 pm    Post subject: Reply with quote

sirro wrote:
Da fehlt doch die pma-datenbank und damit wahrscheinlich auch der pma-user:

Code:
#1045 - Access denied for user: 'pma@localhost' (Using password: YES)


Ja wie erstellt man die, habe keine ahnung. :roll:


sirro wrote:
Hast du phpmyadmin ueber portage installiert?


Ja habe ich

Gruss Dave
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Sun Mar 13, 2005 1:37 pm    Post subject: Reply with quote

Hotstuff wrote:
Ja wie erstellt man die, habe keine ahnung. :roll:

Bei einem emerge phpmyadmin wird das IIRC automatisch gemacht oder zumindest eine Meldung ausgegeben, die dir mitteilt wie man das macht.

Wenn phpmyadmin nicht ueber portage installiert wurde, dann ist die Documentation.txt sehr lesenswert
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sun Mar 13, 2005 1:42 pm    Post subject: Reply with quote

Hallo

Jop, jetzt sieht es so aus aber der Fehler kommt immer noch

Code:
localhost root # mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 4.0.22

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show databases;
+----------+
| Database |
+----------+
| mysql    |
| pmadb    |
| test     |
+----------+
3 rows in set (0.00 sec)

mysql>                   


Gruss Dave[/b]
Back to top
View user's profile Send private message
NiCeBiTcH
n00b
n00b


Joined: 17 Feb 2005
Posts: 15
Location: Görlitz

PostPosted: Sun Mar 13, 2005 1:43 pm    Post subject: Reply with quote

Mach mal folgendes
Code:

mysql -u root -p < /usr/share/webapps/phpmyadmin/2.6.1_rc1/sqlscripts/mysql/2.6.1_rc1_create.sql 


Siehe auch mal hierhttps://forums.gentoo.org/viewtopic-t-242926-highlight-phpmyadmin.html
_________________
Amd 64 3200+ (Sockel 939)
Msi K8T Neo2 FIR (VIA K8T 800 Pro)
Gentoo-Stage 1 - Kernel:2.6.10-nitro-4
Build Date 22.02.2005
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sun Mar 13, 2005 1:46 pm    Post subject: Reply with quote

Hallo

DIe Beiträge haben sich gerade überschneidet. Habe den Befehl schon ausgeführt. Oben sieht man jetzt wie meine Datenbank aussieht.

Der Link bringt mir nichts, weil die das Problem behoben hatten und ich komme immer noch nicht rein. :-(

Gruss Dave
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Sun Mar 13, 2005 2:02 pm    Post subject: Reply with quote

Hast du die "config.inc.php" wie beschrieben angepasst?
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sun Mar 13, 2005 2:04 pm    Post subject: Reply with quote

Ja sieht so aus

Code:

 * 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']          = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port']          = '3306';          // 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']   = 'pma';       // MySQL control user settings
                                                    // (this user must have read-only
$cfg['Servers'][$i]['controlpass']   = '102335853245358694';
                                                    // 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 (con
                                                    //http or cookie based)?
$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
                                                    // with 'config' auth_type)
$cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
                                                    // this db is displayed in left frame
                                                    // It may also be an array of db-names, where sorting order is relevant.
$cfg['Servers'][$i]['verbose']       = '';          // Verbose name for this host - leave blank to show the hostname

$cfg['Servers'][$i]['pmadb']         = 'pmadb';     // Database used for Relation, Bookmark and PDF Features
                                                    // (see scripts/create_tables.sql)
                                                    //   - leave blank for no support
                                                    //     DEFAULT: 'phpmyadmin'

[/b]



Gruss Dave


Last edited by Hotstuff on Sun Mar 13, 2005 2:39 pm; edited 1 time in total
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Sun Mar 13, 2005 2:11 pm    Post subject: Reply with quote

Code:

#1045 - Access denied for user: 'pma@localhost' (Using password: YES)

Hmm, schmeiß doch nochmal phpmyadmin runter:
Code:

emerge -C phpmyadmin
rm -fr /var/www/....../phpmyadmin

dann nochmals neu drauf:
Code:

emerge phpmyadmin


und passe nur die Config so wie oben beschrieben an. Start bitte auch deine SQL Datenbank neu:
Code:

/etc/init.d/mysql restart


Gruß,
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2935
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Sun Mar 13, 2005 2:17 pm    Post subject: Reply with quote

hey dave, du brauchst nicht die ganze conifg.inc.php zu posten :twisted: sonst kannst du ja den ganzen Code von phpmyadmin posten.... poste nur deine Änderungen. :twisted:

So, jetzt kopiere diesen Code in einer Datei namens mysql (in deinem Home Verzeichnis)

Code:

#!/usr/bin/php
<?php

/* by supertux */

if($argc!=4)
{
        die("usage: $argv[0] host user password\n");
}

$connID = @mysql_connect($argv[1], $argv[2], $argv[3]);

if($connID)
{
?>
Du bist nun drin, alles erfolgreich.
<?php
mysql_close($connID);
} else {
echo "Fehler: ". ((string) mysql_errno()) . "; " . mysql_error() . "\n";
}
?>


Und dann machst du
Code:

$ chmod 755
$ ./mysql localhost dein_benutzername dein_passwort


und probiere so lang rum, bis es klappt. Irgendein deiner MySQL Passwörter muss hier stimmen. Das Skript gibt dir eine Meldung, ob alles erfolgreich abgelaufen ist.

edit:
das ist eine funktionierende Konfiguration (bei mir läuft es so)
Code:

$cfg['blowfish_secret'] = 'xxx';

/**
 * 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']          = 'localhost'; // 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]['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']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
                                                    // with 'config' auth_type)
$cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
                                                    // this db is displayed in left frame
                                                    // It may also be an array of db-names, where sorting order is relevant.
$cfg['Servers'][$i]['verbose']       = '';          // Verbose name for this host - leave blank to show the hostname

$cfg['Servers'][$i]['pmadb']         = '';          // Database used for Relation, Bookmark and PDF Features

_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sun Mar 13, 2005 2:37 pm    Post subject: Reply with quote

Hallo

Ja, Vielen Dank

Hast recht mit deiner Config geht es.

Nur etwas musste ich noch hizufügen das es bei dir nicht drin hat

$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli')

Vielen Dank

Gruss Dave

NB: Nochmals meine Config wo jetzt geht!
Code:
$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']          = 'localhost'; // 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]['extension']     = 'mysql';     // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket')
$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']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = '';          // MySQL password (only needed
                                                    // with 'config' auth_type)
$cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
                                                    // this db is displayed in left frame
                                                    // It may also be an array of db-names, where sorting order is relevant.
$cfg['Servers'][$i]['verbose']       = '';          // Verbose name for this host - leave blank to show the hostname

$cfg['Servers'][$i]['pmadb']         = '';     // Database used for Relation, Bookmark and PDF Features
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum