Ask a Question related to PHP Development, Design and Development.
-
Didier Caamano #1
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:>able> > I'm having problems connecting to mysql using phpMyAdmin, locally I'm>for> > 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>outh_type> > my server, then change the line for the name of the host and in>I just got phpmyadmin working (again) last week. To get it running I> > change from config to http.
> >
>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
-
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... -
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... -
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 -
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... -
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... -
Hans Meier #2
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
-
Andre Phandana #3
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
-
RG #4
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
-
andre.a.phandana.1 #5
PHPMyAdmin
Is there a documentation from which I can learn operating it?
Live minute by minute
-Andre Phandana-
andre.a.phandana.1 Guest
-
Justin Kozuch #6
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
-
SCS #7
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
-
Andy Barfield #8
Re: PHPMyAdmin
SCS wrote:
Try the phpMyAdmin configuration file - it's called config.inc.php and> 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
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
-
SCS #9
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...try> SCS wrote:> > I am thrying to get phpmyadmin to work, but whenever I click a link orwhere> > 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>> > 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
-
Andy Barfield #10
Re: PHPMyAdmin
SCS wrote:
Hmmmmm - interesting - seems to work fing on a LAMP setup I'm running> 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..
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
-
Virgil Green #11
Re: PHPMyAdmin
"SCS" <enquiries@scswise.co.uk> wrote in message
news:cdijp2$ljt$1@sparta.btinternet.com...Since the instance of phpMyAdmin will only run on the one server, what> "Andy Barfield" <abarfield_01@yahoo.com> wrote in message
> news:hvadnZiepeemUmHdRVn-oA@nildram.net...> try> > SCS wrote:> > > I am thrying to get phpmyadmin to work, but whenever I click a link or> where> > > 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> I have looked at that yeah, but I want to be able to run PHPMyAdmin from> >> > > 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
> 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..
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
-
Andy Barfield #12
Re: PHPMyAdmin
Virgil Green wrote:
Not in this case, PmaAbsoluteUri is the base of the phpMyadmin> 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.
installation while the parameter in $cfg['Servers'][$i]['host'] is the
host of the MySql Server
Andy Barfield Guest
-
Virgil Green #13
Re: PHPMyAdmin
"Andy Barfield" <abarfield_01@yahoo.com> wrote in message
news:UtOdnZOMRLWdsWDdRVn_iw@nildram.net...who> 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 withYep, my error on the particulars. However the premise stands. The URL is to>> > 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
the phpMyAdmin installation so it is still a single value no matter the
manner in which it is accessed.
- Virgil
Virgil Green Guest
-
eclipsboi #14
Re: PHPMyAdmin
On Tue, 20 Jul 2004 08:55:30 +0100, Andy Barfield
<abarfield_01@yahoo.com> wrote:
Try this (All on one line of course):>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
$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



Reply With Quote

