[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Instant Rails - phpMyAdmin

Ike

9/26/2006 1:30:00 PM

Can someone please tell me how I can access phpMyAdmin on a box where I have
installed instant rails 1.1x ? Directory structure is:

\Instant Rails
\Instant Rails\apache
\Instant Rails\apache\www (this is the web root)
\Instant Rails\phpMyAdmin

How can I thus access phpMyAdmin with a browswer? If I point it at the filed
index.php in phpMyadmin, and try to open it as a local file, it of course
want parse the php because that needs to be executed through apache.

So how do you access phpMyAdmin in InstantRails? Thanks, Ike


2 Answers

Jano Svitok

9/26/2006 2:02:00 PM

0

On 9/26/06, Ike <rxv@hotmail.com> wrote:
> Can someone please tell me how I can access phpMyAdmin on a box where I have
> installed instant rails 1.1x ? Directory structure is:
>
> \Instant Rails
> \Instant Rails\apache
> \Instant Rails\apache\www (this is the web root)
> \Instant Rails\phpMyAdmin
>
> How can I thus access phpMyAdmin with a browswer? If I point it at the filed
> index.php in phpMyadmin, and try to open it as a local file, it of course
> want parse the php because that needs to be executed through apache.
>
> So how do you access phpMyAdmin in InstantRails? Thanks, Ike

1. I vaguely remember there was somekind of control panel in
instantrails, and it was possible to start phpmyadmin from there.

2. find the apache configuration (httpd.conf) and see at what url is
it mounted. start apache (from the control panel?) and browse to that
url, using localhost as the host part. (i.e.
http://localhost/phpMyAdmin/)

Jeroen van Doorn

9/26/2006 2:11:00 PM

0

Jan Svitok schreef:
> On 9/26/06, Ike <rxv@hotmail.com> wrote:
>> Can someone please tell me how I can access phpMyAdmin on a box where
>> I have
>> installed instant rails 1.1x ? Directory structure is:
>>
>> \Instant Rails
>> \Instant Rails\apache
>> \Instant Rails\apache\www (this is the web root)
>> \Instant Rails\phpMyAdmin
>>
>> How can I thus access phpMyAdmin with a browswer? If I point it at
>> the filed
>> index.php in phpMyadmin, and try to open it as a local file, it of
>> course
>> want parse the php because that needs to be executed through apache.
>>
>> So how do you access phpMyAdmin in InstantRails? Thanks, Ike
>
> 1. I vaguely remember there was somekind of control panel in
> instantrails, and it was possible to start phpmyadmin from there.
>
> 2. find the apache configuration (httpd.conf) and see at what url is
> it mounted. start apache (from the control panel?) and browse to that
> url, using localhost as the host part. (i.e.
> http://localhost/phpMyAdmin/)
>
>
>
>
try http://127.0...

Regards,
Jeroen