Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Re: phpMyAdmin

    Well I got it working, I just needed to change the host line to localhost
    :D, thanks to both of you for the replay, apreciated.

    have a nice day.

    Didier.



    ========================
    "Nothing would please me more than being able to hire ten programmers and
    deluge the hoby market with good software"...Bill Gates 1976...We're still
    waiting




    >From: Wayne Topa <brittman@capital.net>
    >Reply-To: [email]debian-user@lists.debian.org[/email]
    >To: [email]debian-user@lists.debian.org[/email]
    >Subject: Re: phpMyAdmin
    >Date: Wed, 16 Jul 2003 13:43:15 -0400
    >
    >Didier Caamano(blood_omen_666@hotmail.com) is reported to have said:
    > > I'm having problems connecting to mysql using phpMyAdmin, locally I'm
    >able
    > > to connect to mysql, using the user name and password, but when I try to
    > > use phpMyAdmin, with the same name and password, it does not work.
    > >
    > > I change the lines in the config.inc.php file, and put the absolute URL
    >for
    > > my server, then change the line for the name of the host and in
    >outh_type
    > > change from config to http.
    > >
    >I just got phpmyadmin working (again) last week. To get it running I
    >read /usr/share/doc/phpmyadmin/README.Debian, which said:
    >USAGE
    >
    > The application will be available at [url]http://localhost/phpmyadmin/[/url]
    > after install.
    >
    >I did not have to do anything to the config.inc.php file.
    >
    >Phpmyadmin works just dandy, now if only get my php programs to work again.
    >:-(
    >
    >Wayne
    >--
    >A user friendly computer first requires a friendly user.
    >_________________________________________________ ______
    >
    >
    >--
    >To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    >with a subject of "unsubscribe". Trouble? Contact
    >listmaster@lists.debian.org
    >
    __________________________________________________ _______________
    Add photos to your messages with MSN 8. Get 2 months FREE*.
    [url]http://join.msn.com/?page=features/featuredemail[/url]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Didier Caamano Guest

  2. Similar Questions and Discussions

    1. phpMyAdmin Can't create DBs HELP
      Hi, Been pulling my hair out and doing searches in google and reading the FAQ out there but stumped. PHP 4.3.2 installer for windows, MySQL...
    2. phpMyAdmin - how big is too big?
      When importing a previously gzipped dump using phpMyAdmin, the maximum size allowed for the compressed file is 50mg. Does anyone know how this...
    3. PhpMyadmin Help
      Hi All Hope this is the right group I'm using phpmyadmin When I start up phpmyadmin it list my table fields like v_255_1 v_255_2
    4. Help with phpMyAdmin
      I am new to the world of Dynamic Web Design. I have already manage to install Apache and PHP/MySQL. But I am having trouble with installing...
    5. phpmyadmin - help please!
      In article <225f60c6.0307031409.9b27679@posting.google.com>, hsirhc@hotmail.com says... If you can see it 'properly' in phpmyadmin and not in...
  3. #2

    Default phpMyAdmin

    phpMyAdmin displays this error 4.5.1

    Notice: Undefined variable: hash in
    /usr/local/cpanel/base/3rdparty/phpMyAdmin/left.php on line 376

    and it doesn't show db tables. anyone seen this before?


    Hans Meier Guest

  4. #3

    Default PhpMyAdmin

    What is PHPmyAdmin for actually?

    Is using it make us less PHP coder?
    (Just like using Front Page for web designing)

    --
    -Andre Phandana-
    Computer Science Department
    Purdue University
    West Lafayette, IN USA


    Andre Phandana Guest

  5. #4

    Default Re: PhpMyAdmin


    "Andre Phandana" <aphandan@purdue.edu> wrote in message
    news:bluhr6$euc$1@mozo.cc.purdue.edu...
    > What is PHPmyAdmin for actually?
    >
    > Is using it make us less PHP coder?
    > (Just like using Front Page for web designing)
    >
    > --
    > -Andre Phandana-
    > Computer Science Department
    > Purdue University
    > West Lafayette, IN USA
    >
    >

    Phpmy admin is a tool for administering MySQL database.
    A definate must have for any php developer.
    RG



    RG Guest

  6. #5

    Default PHPMyAdmin

    Is there a documentation from which I can learn operating it?


    Live minute by minute
    -Andre Phandana-
    andre.a.phandana.1 Guest

  7. #6

    Default Re: PHPMyAdmin

    [url]http://www.phpmyadmin.net[/url] should help you out.

    --
    Mallorie Jones
    [email]MallorieJones@sympatico.ca[/email]
    (416)444-5999
    "andre.a.phandana.1" <aphandan@purdue.edu> wrote in message
    news:Pine.SOL.4.51.0310101255210.10039@herald.cc.p urdue.edu...
    > Is there a documentation from which I can learn operating it?
    >
    >
    > Live minute by minute
    > -Andre Phandana-

    Justin Kozuch Guest

  8. #7

    Default PHPMyAdmin

    Running PHP 4.5.7
    PHPMyAdmin 2.5.7-pl1
    IIS 6

    I am thrying to get phpmyadmin to work, but whenever I click a link or try
    to browse a database I get a 404 error, because the PmaAbsoluteUri
    auto-detection is nor working properly.
    Im pretty sure it is a problem with my php.ini file, but Im not sure where
    to look... can someone please help

    Many Thanks


    SCS Guest

  9. #8

    Default Re: PHPMyAdmin

    SCS wrote:
    > I am thrying to get phpmyadmin to work, but whenever I click a link or try
    > to browse a database I get a 404 error, because the PmaAbsoluteUri
    > auto-detection is nor working properly.
    > Im pretty sure it is a problem with my php.ini file, but Im not sure where
    > to look... can someone please help
    Try the phpMyAdmin configuration file - it's called config.inc.php and
    is in the root directory of your phpMyadmin installation.

    It should look something like
    $cfg['PmaAbsoluteUri'] = 'http://<server name>/phpmyadmin';

    Or whatever the path to your installation is *through* the server.

    HTH, Regards,

    Andy

    Andy Barfield Guest

  10. #9

    Default Re: PHPMyAdmin

    I have looked at that yeah, but I want to be able to run PHPMyAdmin from
    within my Network (e.g [url]http://localhost[/url]) and also from the internet
    ([url]http://www.mydomain.co.uk[/url]) any ideas on that one.. also the Auto thingy
    should work..

    Thanks Again

    "Andy Barfield" <abarfield_01@yahoo.com> wrote in message
    news:hvadnZiepeemUmHdRVn-oA@nildram.net...
    > SCS wrote:
    > > I am thrying to get phpmyadmin to work, but whenever I click a link or
    try
    > > to browse a database I get a 404 error, because the PmaAbsoluteUri
    > > auto-detection is nor working properly.
    > > Im pretty sure it is a problem with my php.ini file, but Im not sure
    where
    > > to look... can someone please help
    >
    > Try the phpMyAdmin configuration file - it's called config.inc.php and
    > is in the root directory of your phpMyadmin installation.
    >
    > It should look something like
    > $cfg['PmaAbsoluteUri'] = 'http://<server name>/phpmyadmin';
    >
    > Or whatever the path to your installation is *through* the server.
    >
    > HTH, Regards,
    >
    > Andy
    >

    SCS Guest

  11. #10

    Default Re: PHPMyAdmin

    SCS wrote:
    > I have looked at that yeah, but I want to be able to run PHPMyAdmin from
    > within my Network (e.g [url]http://localhost[/url]) and also from the internet
    > ([url]http://www.mydomain.co.uk[/url]) any ideas on that one.. also the Auto thingy
    > should work..
    Hmmmmm - interesting - seems to work fing on a LAMP setup I'm running
    here. A brief glance at the docs suggests that you can set it
    dynamically, though I'm not sure it would help, it may be worth a try.

    [url]http://www.phpmyadmin.net/documentation/#config[/url] for details.

    Regards,

    Andy
    Andy Barfield Guest

  12. #11

    Default Re: PHPMyAdmin


    "SCS" <enquiries@scswise.co.uk> wrote in message
    news:cdijp2$ljt$1@sparta.btinternet.com...
    > "Andy Barfield" <abarfield_01@yahoo.com> wrote in message
    > news:hvadnZiepeemUmHdRVn-oA@nildram.net...
    > > SCS wrote:
    > > > I am thrying to get phpmyadmin to work, but whenever I click a link or
    > try
    > > > to browse a database I get a 404 error, because the PmaAbsoluteUri
    > > > auto-detection is nor working properly.
    > > > Im pretty sure it is a problem with my php.ini file, but Im not sure
    > where
    > > > to look... can someone please help
    > >
    > > Try the phpMyAdmin configuration file - it's called config.inc.php and
    > > is in the root directory of your phpMyadmin installation.
    > >
    > > It should look something like
    > > $cfg['PmaAbsoluteUri'] = 'http://<server name>/phpmyadmin';
    > >
    > > Or whatever the path to your installation is *through* the server.
    > >
    > > HTH, Regards,
    > >
    > > Andy
    > I have looked at that yeah, but I want to be able to run PHPMyAdmin from
    > within my Network (e.g [url]http://localhost[/url]) and also from the internet
    > ([url]http://www.mydomain.co.uk[/url]) any ideas on that one.. also the Auto thingy
    > should work..
    Since the instance of phpMyAdmin will only run on the one server, what
    difference to you expect to see when accessing it from intranet versus
    internet? The path in question is the path that the server on which
    phpMyAdmin is running must use to access the database. Little to do with who
    happens to be accessing phpMyAdmin or how.

    - Virgil


    Virgil Green Guest

  13. #12

    Default Re: PHPMyAdmin

    Virgil Green wrote:
    > Since the instance of phpMyAdmin will only run on the one server, what
    > difference to you expect to see when accessing it from intranet versus
    > internet? The path in question is the path that the server on which
    > phpMyAdmin is running must use to access the database. Little to do with who
    > happens to be accessing phpMyAdmin or how.
    Not in this case, PmaAbsoluteUri is the base of the phpMyadmin
    installation while the parameter in $cfg['Servers'][$i]['host'] is the
    host of the MySql Server
    Andy Barfield Guest

  14. #13

    Default Re: PHPMyAdmin

    "Andy Barfield" <abarfield_01@yahoo.com> wrote in message
    news:UtOdnZOMRLWdsWDdRVn_iw@nildram.net...
    > Virgil Green wrote:
    > > Since the instance of phpMyAdmin will only run on the one server, what
    > > difference to you expect to see when accessing it from intranet versus
    > > internet? The path in question is the path that the server on which
    > > phpMyAdmin is running must use to access the database. Little to do with
    who
    > > happens to be accessing phpMyAdmin or how.
    >
    > Not in this case, PmaAbsoluteUri is the base of the phpMyadmin
    > installation while the parameter in $cfg['Servers'][$i]['host'] is the
    > host of the MySql Server
    Yep, my error on the particulars. However the premise stands. The URL is to
    the phpMyAdmin installation so it is still a single value no matter the
    manner in which it is accessed.

    - Virgil


    Virgil Green Guest

  15. #14

    Default Re: PHPMyAdmin

    On Tue, 20 Jul 2004 08:55:30 +0100, Andy Barfield
    <abarfield_01@yahoo.com> wrote:
    >SCS wrote:
    >> I am thrying to get phpmyadmin to work, but whenever I click a link or try
    >> to browse a database I get a 404 error, because the PmaAbsoluteUri
    >> auto-detection is nor working properly.
    >> Im pretty sure it is a problem with my php.ini file, but Im not sure where
    >> to look... can someone please help
    >
    >Try the phpMyAdmin configuration file - it's called config.inc.php and
    >is in the root directory of your phpMyadmin installation.
    >
    >It should look something like
    >$cfg['PmaAbsoluteUri'] = 'http://<server name>/phpmyadmin';
    >
    >Or whatever the path to your installation is *through* the server.
    >
    >HTH, Regards,
    >
    >Andy
    Try this (All on one line of course):

    $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' :
    'http') . '://' . $_SERVER['HTTP_HOST'] .
    (!empty($_SERVER['SERVER_PORT']) ? ':' . $_SERVER['SERVER_PORT'] : '')
    .. substr($_SERVER['PHP_SELF'], 0, strpos($_SERVER['PHP_SELF'],
    '/')+1);

    I run phpMyAdmin on three different domains, and it works flawlessly
    for me. And note, in the above code, I only used single-quotes; no
    double-quotes at all.
    eclipsboi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139