SQL Server and XAMPP [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I just want to ask is there a SQL Server when you only use XAMPP?
If yes, where to find it?
If no, where do this server can be found?
Thanks!!

The M in XAMPP stands for MySQL (or is it MariaDB by now?). usually it's on localhost/phpMyAdmin I think, plus a port, if you have setup a different port than 80

Related

How to configure NGINX with PHP for high traffic load website on CENTOS 8? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
I need all the necessary steps and hints on how to configure NGINX with PHP for high traffic load website ?
Thanks.
Tried to do that but when traffic is high, the server is blocked

how to fix FileZilla button not found in xampp? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 10 months ago.
The community is reviewing whether to reopen this question as of 9 months ago.
Improve this question
FileZilla Not Found! in xampp maybe someone has the same experience?
Done. I just installed another xampp and copied the FileZillaFTP folder in it, to the xampp I'm using.

how to install mysql/phpmyadmin into pendrive [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
i have a requirement.how can i do it.i have to keep my php files in wamp server but phpMyadmin in penDrive.is is possible.if possible how can i do this.how about database configurations.
thank u.
You could try uWamp . Its a Zip archive, just unpack it and you can run the wamp server.
An alternative is XAMPP Lite.
Here is tutorial on how to use it.

Security for PHP code on local server [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am deploying my php app on a local server for my customer. I will be using wamp to run the app. How can I secure my php code from reuse?
You can install zend into your apache and use zend to encode PHP and obfuscate your application to Protect your code.
You can read here too:
http://www.zend.com/en/products/guard

Is it possible to make an installer for a php Application? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Does it possible to make a installer file that can install my PHP application into my localhost.
Maybe you can focus on "automatic deployment" using tools like these one:
Capistrano
Phing

Categories