Hello experts,

according the desprictions I have installed the phpMyAdmin (2.6.0-pl3) as
following:

  shell> su - <enter>
  shell> mv phpMyAdmin-2.6.0-pl3.tar.tar /usr/sbin/  <enter>
  shell> cd /usr/sbin/ <enter>
  shell> tar -zxf phpMyAdmin-2.6.0-pl3.tar.tar <enter>
  shell> rm phpMyAdmin-2.6.0-pl3.tar.tar
  shell> mv phpMyAdmin-2.6.0-pl3/ phpMyAdmin
  shell> phpMyAdmin/ <enter>


At the configuration file I did following changes:

  shell> vi config.inc.php

  $cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin';
  $cfg['Servers'][$i]['auth_type'] = 'http';
  $cfg['Servers'][$i]['user'] = '';

After that I startet a browser(Mozilla) at that local server and entered:
http://localhost/phpMyAdmin/
But unfortunately it appeared only the message "The connection was refused
when attempting to
contact localhost.

On that server runs a mysql server (V.4.0.22) which is placed in
/usr/sbin/mysqld.

I`m just a beginner with linux, mysql and phpMyAdmin. Who can give me
support? Is there any
additional software for PHP necessary?


Thanks in advance
Gunter



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to