Re: phpMyAdmin install help
- From: ytyourclothes@xxxxxxxxxxx
- Date: 25 Jul 2005 10:55:55 -0700
Boy -- there's some general confusion here about the whole
functionality of things. Let me try to shed some light here:
ffrias2@xxxxxxxxx wrote:
> I have php 5.0.2 build w/out mysql support and working ok on
> serverA(Solaris 9).
OK, this means that PHP is lacking a certain functionality. Namely
talking to MySQL servers. This means no PHP application on serverA will
ever talk to SQL. Anywhere. Because PHP(!!) lacks that functionality.
> Now, I want to install phpMyAdmin 2.6.3-pl1 on serverA
Which cannot possibly work since PHP on serverA lacks the ability to
talk to a MySQL server...
> to connect to a remote mysql 4.1 on serverB(Win2K).
It doesn't really matter where the MySQL server is running. The precise
location of a MySQL server rarely ever matters -- that kind of thing is
abstracted away into the network layers somewhere. What matters is
whether application X knows how to talk to a MySQL server. In your
case, it doesn't.
> When I try
> to browse the index.php on phpMyAdmin I get the following error :
> "cannot load mysql extension; please check PHP configuration"
I hope that should be clear now: phpMyAdmin is a package that requires
certain operations to be performed and your PHP can't perform those
operations. The first operation would be "establish contact to a MySQL
server" and independently of the precise location of that server, your
PHP is built without the ability to establish this contact.
>
> I made the mods to the config.inc.php w/ remote host info.
Doesn't really matter. Think of it this way: if serverA has no email
program, then it cannot send email. It can't send email to serverA OR
to serverB. You may have set up the addressbook properly, you mayknow
the precise address and routing for the message, but as long as serverA
has no email program, it's not going to send email.
> 1. Is this possible?
I hope you understand now that the answer is "no".
> 2. Do I have to have mysql installed on the same server?
Doesn't matter, really.
> 3. Do I need to download package?
> 4. Other?
>
> Please advice.
You'll need a build of PHP that has MySQL support to run PHP
applications (like phpMyAdmin) that need MySQL.
hope that helps...
cordially
Y.T.
--
Remove YourClothes before you email me.
.
- References:
- phpMyAdmin install help
- From: ffrias2
- phpMyAdmin install help
- Prev by Date: PHP, JAVA and UTF-8
- Next by Date: About PHP::: Error/Problem PHP Warning: mysql_fetch_array():
- Previous by thread: phpMyAdmin install help
- Next by thread: Display how long the query took on webpage?
- Index(es):
Relevant Pages
|