Gossamer Forum
Home : General : Internet Technologies :

commandline gui in XP of apache?

Quote Reply
commandline gui in XP of apache?
is there any commindline interface in apache for win32 where u can execute commands? like right now i need to setup a mysql db, but i have no idea where to start, since there's no commandline interface like telnet!
Quote Reply
Re: [xpert] commandline gui in XP of apache? In reply to
You can use the Command Prompt application (or from the RUN option). And you can also install SSH for Win32 (server) if you want to use SSH.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [xpert] commandline gui in XP of apache? In reply to
Download PuTTy (a SSH client) and run it locally by starting a command propmt, settings your PATH to your PuTTy directory and away you go.

You can also use PuTTy for PSCP (secure file transfer) from your local box, so you don't have to risk sending those documents via FTP again! Hoora! :-)

- wil
Quote Reply
Re: [xpert] commandline gui in XP of apache? In reply to
You should have winmysqladmin installed which lets you set up your databases.
Quote Reply
Re: [Paul] commandline gui in XP of apache? In reply to
Thx for suggestion guys, i figure it out to be btter to install mysql as isapi, then use the build in sqlmonitor to setup databases with ease!