how to install mysql/phpmyadmin into pendrive [closed] - php

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.

Related

PHP Manager 2.11 features grayed out [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 days ago.
Improve this question
Greetings!!!
I have Installed PHP Manager 2.11 on my windows server 2016.When i open PHP Manager PHP Settings, PHP Extensions are grayed out .Can someone help me out.
Regards,
Melton Pereira
I am expecting the extension can be easily enabled and disabled.

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 can I proceed when I can't type in the EC2 instance ubuntu [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 6 years ago.
Improve this question
the attached image is my Xshell remote control cli of ubuntu in aws ec2 instance.
while I am setting up the mysql-client, ubuntu required root password with 'underline', however, can't proceed after that.
please help me with to proceed.
this is my ubuntu image
The password is not displayed, nor is the cursor, when you type. This is normal.

How to instal and run Apache solr in windows10 [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 downloaded apache solr-5.2.1.zip. They said In this zip folder containing example folder in that start.jar through that we install. but in my download folder there is no such files but it have log4j file.
I want to install this solr and work with php and mysql
If anybody have this experience share with me.
start.jar is the pre-5.x way of doing things.
See Running Solr in the Solr Reference Guide.
The reference guide is a good place to start before asking very, very general questions on SO.

Connect PHP (GoDaddy) to local Oracle Database [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 8 years ago.
Improve this question
I've been trying to find a way for a while but I had no success! (OCI, PDO..)
I need Oracle (Express) or something in my php installation.
Could anyone help me? GoDaddy PHP to Oracle DB.
Thanks!
Download INSTANT_CLIENT
Set `%ORACLE_HOME%` to your instant client path
Set `%TNS_ADMIN%` to your `*.ORA` files
Add `%ORACLE_HOME%` to your `%PATH%`
Enable the extension `php_ociX.dll` in your `php.ini` file
Restart your Apache Server
Follow this example to connect to ORACLE : http://php.net/manual/en/oci8.examples.php

Categories