Page 1 of 1

Upgrading Xampp on USB

PostPosted: 21. December 2011 10:22
by ameisez
Hi,

I am using XAMPP in USB.

It says my control panel is 2.5.8
Xampp for WIndows 1.7.3

Also, I am always tempted to use xampp on my windows server but because of the WARNING that says xampp is not for production use, I don't use it. However, I saw that there is a security check page on XAMPP which check if all services are secured. If all are secured in the security page, does it mean it is safe to use xampp in production environment?

Thanks

Re: Upgrading Xampp on USB

PostPosted: 21. December 2011 11:40
by Sharley
ameisez wrote:If all are secured in the security page, does it mean it is safe to use xampp in production environment?
Short answer, no!.
Long answer, definitely not!.

See this member's signature for an alternative:
memberlist.php?mode=viewprofile&u=41947

Best wishes. :)

Re: Upgrading Xampp on USB

PostPosted: 21. December 2011 11:49
by ameisez
Thanks for your reply. Will check it.

How bout the update of usb xampp, is there a procedure or update pack?

Thanks

Re: Upgrading Xampp on USB

PostPosted: 21. December 2011 12:00
by Sharley
No update pack available.

Simply download the USB version of choice and replace the version you are using after first making a backup of your own files and folders ready for adding them to the new version.

Unfortunately you can't update by extracting the new version and overwriting the current version.

Good luck. :)

Re: Upgrading Xampp on USB

PostPosted: 21. December 2011 13:57
by ameisez
I am assuming that the files will be migrated simply by copying htdocs content. Is that right?

But how about the databases. How can I transfer those in the new xampp?

Thanks

Re: Upgrading Xampp on USB

PostPosted: 21. December 2011 22:20
by Sharley
ameisez wrote:I am assuming that the files will be migrated simply by copying htdocs content. Is that right?
Not entirely, only copy your own files and folders not the xampp folder.

ameisez wrote:But how about the databases. How can I transfer those in the new xampp?
You would use phpMyAdmin to export the databases to sql files and then use phpMyAdmin in the new version XAMPP to import the database sql files.

Which XAMPP USB version are you updating to?

Re: Upgrading Xampp on USB

PostPosted: 21. December 2011 23:28
by ameisez
I'm planning to use the latest. I haven't check what's the latest but I know mine is outdated.

From PhpMyAdmin, will there be a way to export all the databases or I have to do one database at a time.

So basically after moving my files and database my xampp will be upgraded right?

Thanks a lot