> -----Original Message-----
> From: Sean Greenslade [mailto:zootboys...@gmail.com]
> Sent: Tuesday, January 31, 2012 2:50 PM
> To: saeed ahmed
> Cc: PHP General
> Subject: Re: [PHP] free space
> 
> On Tue, Jan 31, 2012 at 1:59 PM, saeed ahmed
> <mycomputerbo...@gmail.com>wrote:
> 
> > is there any free server where one can practice php(myadmin) - sql
> without
> > installing on personal computer?
> >
> 
> Not that I know of. There may be some, but I wouldn't bother. You can
> find
> Virtualbox server images pre-made from sites such as this:
> 
> http://virtualboxes.org/images/ubuntu/
> 
> #5 has apache, mysql and php installed (a LAMP package). You can use
> Virtualbox to run the server virtually, without having to install
> everything on your dev computer. Similar packages for Xen and VMWare
> are
> available, just go googling.
> 
> --
> --Zootboy
> 
> Sent from my PC.



I might suggest you read about the security issues when using phpmyadmin and 
understand how to secure it as well. I would never use the script personally 
because of the limitations and the measures you have to put in place to secure 
it are exhausting and limited by hosting providers .
I would always work locally to ensure stability and ensuring that bad sql 
statements do not take down your service. 

Just my thoughts about phpmyadmin


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

Reply via email to