Wamp/XAMPP and phpmyadmin

Wamp/XAMPP and phpmyadmin

am 08.08.2007 07:24:39 von Abhisek Dutta

I recently came across wamp and XAMPP and was tempted to use them. They
seemed really easy to use and the installation is simple and easy. What
really amazed me is phpmyadmin. But i am yet to start with phpmyadmin. I
am still learning php. If i start using phpmyadmin i'd probably never
learn to use command line. So, my question is how healthy is it to use
phpmyadmin for a n00b?
Regards
Abhisek

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: Wamp/XAMPP and phpmyadmin

am 08.08.2007 16:16:13 von Jacob Bergman

First off, phpmyadmin is built into Xampp... I'm not sure about Wamp...

I use Xampp as my environment in learning php, and I don't really use
phpmyadmin all that much at the moment, though I have done a few things
in there. Its really just up to you... phpmyadmin doesn't allow you to
do most of what you can do writing php... you will defiantly still have
to write php code to really make anything happen... but it is more of an
admin program to allow the administration of your environment to be a
little easier.

Thanks!

Jacob Bergman
Network Technician
Pullman School District #267
(509) 432-4012
jbergman@psd267.wednet.edu
-----Original Message-----
From: Abhisek Dutta [mailto:abhisek.dutt@gmail.com]=20
Sent: Tuesday, August 07, 2007 10:25 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] Wamp/XAMPP and phpmyadmin

I recently came across wamp and XAMPP and was tempted to use them. They=20
seemed really easy to use and the installation is simple and easy. What=20
really amazed me is phpmyadmin. But i am yet to start with phpmyadmin. I

am still learning php. If i start using phpmyadmin i'd probably never=20
learn to use command line. So, my question is how healthy is it to use=20
phpmyadmin for a n00b?
Regards
Abhisek

--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Wamp/XAMPP and phpmyadmin

am 08.08.2007 16:26:08 von Jarrett Meyer

--0-1259477744-1186583168=:54227
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

PHPMyAdmin is a MySQL administrator interface written in PHP. It can help y=
ou build queries that you cut/paste into existing PHP code. For what you ac=
tually do with that query, you'll need to write some real PHP. PHPMyAdmin w=
ill not hold you back in terms of learning PHP. It will eliminate the need =
for you to learn command-line MySQL.=0A =0A--=0AJarrett M. T. Meyer=0Ahttp:=
//jarrettmeyer.blogspot.com=0Ahttp://www.jarrettmeyer.com=0A =0A----- Origin=
al Message ----=0AFrom: Abhisek Dutta =0ATo: php-wi=
ndows@lists.php.net=0ASent: Wednesday, August 8, 2007 1:24:39 AM=0ASubject:=
[PHP-WIN] Wamp/XAMPP and phpmyadmin I recently came across wamp and X=
AMPP and was tempted to use them. They =0Aseemed really easy to use and the=
installation is simple and easy. What =0Areally amazed me is phpmyadmin. B=
ut i am yet to start with phpmyadmin. I =0Aam still learning php. If i star=
t using phpmyadmin i'd probably never =0Alearn to use command line. So, my =
question is how healthy is it to use =0Aphpmyadmin for a n00b?=0ARegards=0A=
Abhisek -- =0APHP Windows Mailing List (http://www.php.net/)=0ATo unsu=
bscribe, visit: http://www.php.net/unsub.php
--0-1259477744-1186583168=:54227--

Re: Wamp/XAMPP and phpmyadmin

am 08.08.2007 17:30:36 von Roel Boons

------=_Part_4511_10994699.1186587036739
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

As Jarrett says, PHPMyAdmin will not hold you back in terms of PHP, but
instead facilitates the learning process of MySQL. I use it all the time, as
administering a website is (most of the time) quicker then command-line
MySQL.

However, if you really want to learn a lot on php, you'll eventually want to
set up your own server, and not do it from a bundle. Only then, you'll start
to realise a lot (like the settings in php.ini). There is a great guide
around for installing the php/mysql/apache combo on windows.

http://wamp.corephp.co.uk/

Greetings
Roel

On 8/8/07, Jarrett Meyer wrote:
>
> PHPMyAdmin is a MySQL administrator interface written in PHP. It can help
> you build queries that you cut/paste into existing PHP code. For what you
> actually do with that query, you'll need to write some real PHP. PHPMyAdmin
> will not hold you back in terms of learning PHP. It will eliminate the need
> for you to learn command-line MySQL.
>
> --
> Jarrett M. T. Meyer
> http://jarrettmeyer.blogspot.com
> http://www.jarrettmeyer.com
>
> ----- Original Message ----
> From: Abhisek Dutta
> To: php-windows@lists.php.net
> Sent: Wednesday, August 8, 2007 1:24:39 AM
> Subject: [PHP-WIN] Wamp/XAMPP and phpmyadmin
>
> I recently came across wamp and XAMPP and was tempted to use them. They
> seemed really easy to use and the installation is simple and easy. What
> really amazed me is phpmyadmin. But i am yet to start with phpmyadmin. I
> am still learning php. If i start using phpmyadmin i'd probably never
> learn to use command line. So, my question is how healthy is it to use
> phpmyadmin for a n00b?
> Regards
> Abhisek
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
>
>

------=_Part_4511_10994699.1186587036739--

Re: Wamp/XAMPP and phpmyadmin

am 13.08.2007 23:46:35 von leo.divinagraciaiii

Abhisek Dutta wrote:
> I recently came across wamp and XAMPP and was tempted to use them. They
> seemed really easy to use and the installation is simple and easy. What
> really amazed me is phpmyadmin. But i am yet to start with phpmyadmin. I
> am still learning php. If i start using phpmyadmin i'd probably never
> learn to use command line. So, my question is how healthy is it to use
> phpmyadmin for a n00b?
> Regards
> Abhisek
>


if you plan on using phpmyadmin, make sure you upgrade with the latest
fixes.

my servers keep getting hammered by script kiddies trying to launch
phpmyadmin and using the various bugs in it to hack my server.

i just removed it from my install of XAMPP. i like XAMPP since it has
SSL compiled into apache...

for windows and mysql administering, i use the freebie version of SQLYOG
from www.sqlyog.com

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php