Connect PHP (GoDaddy) to local Oracle Database [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 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

Related

What is B4TM4N SH3LL PHP WEBSHELL in linux server [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 3 years ago.
Improve this question
I recently noticed that in server a files is created by name bat.php, I downloaded the file and checked in local, it has some codes which i didnt understand and wondered what is this file and how it got generated in my server.
Can anyone tell me what is this? and why it is generated?
Looks like someone has compromised your security and installed a Web Shell script on your server. Here's the actual code! https://github.com/k4mpr3t/b4tm4n
Remove it NOW! This will allow the user to run CLI commands on your system!

How to Run MySQL without installation and access with IP address (like http://127.0.0.1/phpmyadmin) [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 4 years ago.
Improve this question
i have to download MySQL zip from this site (https://dev.mysql.com/downloads/mysql/) and run it with cmd but i want to run it with php code and access database with IP address like Xampp or wamp server (http://127.0.0.1/phpmyadmin).
please help me about this problem.
thanks.
what you have done is installed the core of the mysqli. so It does not come with a GUI.
So you will have to manually download the GUI and install it.. its called mysqli workbench
here in this link download it.
you can't use mysqli like phpmyadmin because its a desktop version. If you really want to use the browser version you will have to install wampserver here

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.

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.

Categories