phpbar.de logo

Mailinglisten-Archive

phpmyadmin

phpmyadmin

Dr. Franz-Josef Huecker mysql-de_(at)_lists.bttr.org
Wed, 24 Jul 2002 11:24:41 +0200


At 09:18 24.07.02 +0200, you wrote:=20


>>>>

<excerpt><fontfamily><param>Arial</param>vielleicht kann mir jemand als
absoluten Neuling helfen.

ich habe Apache installiert sowie PHP, MySql und PHP MyAdmin.=20

Der Apache Server l=E4uft und phpmyadmin liegt im Verzeichnis
Apache/htdocs. wenn ich myadmin/index.php im Explorer aufrufe kann ich
nur die Seite speichern oder sie =F6ffnet sich im Editor.=20

</fontfamily> =20

<fontfamily><param>Arial</param>ich habe die Config.inc mal auf den
Localhost onfiguriert und auch entsprechend auf den SQL Server bei meinem
Provider.

</fontfamily></excerpt><<<<<<<<


Hallo Hardy


Ich nutze - teilweise fuers Grobe - phpmyadmin mit Linux/Apache und, wenn
ich mich recht erinnere, habe ich da wenig bis gar nichts konfiguriert,
auch nicht diese ganze Akrobatik mit der httpd-conf, die hier angeregt
wurde -- allerdings ist bei mir eben auch php einwandfrei konfiguriert.
Also phpadmin lief von Anfang an super, ist nuetzlich und hat viele
Moeglichkeiten. Einfach Klasse!


Ich haenge Dir mal einen Ausschnitt aus der config.inc.php an, vielleicht
nuetzt er bei der Suche. Bei dem, was Du beschreibst, frage ich mich
allerdings, ob das nicht eher ursaechlich die Konfiguration des
php-Interpreters ist. Denn wenn du nicht das php-Modul nutzt, hast du bei
php-admin Trauer od. musst ein wenig nacharbeiten, bis die Sonne wieder
lacht. :-)


Uebrigens lohnt es sich in dieser Situation vielleicht auch, doch mal
einen Blick in die Readmes zu werfen.


So short,

Franz-Josef


# -- ######


/**

 * Your phpMyAdmin url

 *

 * Complete the variable below with the full url ie

 *    http://www.your_web.net/path_to_your_phpMyAdmin_directory/

 */

$cfgPmaAbsoluteUri =3D 'http://www.amika.de/admin/phpmyadmin/';



/**

 * Server(s) configuration

 */

// The $cfgServers array starts with $cfgServers[1].  Do not use
$cfgServers[0].

// You can disable a server config entry by setting host to ''.

$cfgServers[1]['host']          =3D 'localhost'; // MySQL hostname

$cfgServers[1]['port']          =3D '';          // MySQL port - leave
blank for default port

$cfgServers[1]['socket']        =3D '';          // Path to the socket -
leave blank for default socket

$cfgServers[1]['connect_type']  =3D 'tcp';       // How to connect to MySQL
server ('tcp' or 'socket')

$cfgServers[1]['controluser']   =3D '';          // MySQL control user
settings

                                               // (this user must have
read-only

$cfgServers[1]['controlpass']   =3D '';          // access to the
"mysql/user"

                                               // and "mysql/db"=20
tables)

$cfgServers[1]['auth_type']     =3D 'config';    // Authentication method
(config, http or cookie based)?

$cfgServers[1]['user']          =3D 'root';      // MySQL user

$cfgServers[1]['password']      =3D '';          // MySQL password (only
needed

                                               // with 'config'
auth_type)

$cfgServers[1]['only_db']       =3D '';          // If set to a db-name,
only

                                               // this db is displayed

                                               // at left frame

                                               // It may also be an
array

                                               // of db-names

$cfgServers[1]['verbose']       =3D '';          // Verbose name for this
host - leave blank to show the hostname

$cfgServers[1]['bookmarkdb']    =3D '';          // Bookmark db - leave
blank for no bookmark support

$cfgServers[1]['bookmarktable'] =3D '';          // Bookmark table - leave
blank for no bookmark support

$cfgServers[1]['relation']      =3D '';          // table to describe the
relation between links (see doc)

                                               //   - leave blank for no
relation-links support


$cfgServers[2]['host']          =3D '';

$cfgServers[2]['port']          =3D '';

$cfgServers[2]['socket']        =3D '';

$cfgServers[2]['connect_type']  =3D 'tcp';

$cfgServers[2]['controluser']   =3D '';

$cfgServers[2]['controlpass']   =3D '';

$cfgServers[2]['auth_type']     =3D 'config';

$cfgServers[2]['user']          =3D 'root';

$cfgServers[2]['password']      =3D '';

$cfgServers[2]['only_db']       =3D '';

$cfgServers[2]['verbose']       =3D '';

$cfgServers[2]['bookmarkdb']    =3D '';

$cfgServers[2]['bookmarktable'] =3D '';

$cfgServers[2]['relation']      =3D '';


$cfgServers[3]['host']          =3D '';

$cfgServers[3]['port']          =3D '';

$cfgServers[3]['socket']        =3D '';

$cfgServers[3]['connect_type']  =3D 'tcp';

$cfgServers[3]['controluser']   =3D '';

$cfgServers[3]['controlpass']   =3D '';

$cfgServers[3]['auth_type']     =3D 'config';

$cfgServers[3]['user']          =3D 'root';

$cfgServers[3]['password']      =3D '';

$cfgServers[3]['only_db']       =3D '';

$cfgServers[3]['verbose']       =3D '';

$cfgServers[3]['bookmarkdb']    =3D '';

$cfgServers[3]['bookmarktable'] =3D '';

$cfgServers[3]['relation']      =3D '';


// If you have more than one server configured, you can set
$cfgServerDefault

// to any one of them to autoconnect to that server when phpMyAdmin is
started,

// or set it to 0 to be given a list of servers without logging in

// If you have only one server configured, $cfgServerDefault *MUST* be

// set to that server.

$cfgServerDefault =3D 1;                         // Default server (0 =3D no
default server)

$cfgServer        =3D '';

unset($cfgServers[0]);



# -- ######



--

 Dr. Franz-Josef Huecker

W3: http://www.huecker.com

 Email: info_(at)_huecker.com

---
Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter
-->>  http://www.4t2.com/mysql 



php::bar PHP Wiki   -   Listenarchive