Questions tagged as 'xampp'

3
answers

Error, Problem with XAMPP

I have this code in PHP: <?php include ('parametros.php'); $conexion = mysqli_connect(DB_SERVER,DB_USERNAME,DB_PASSWORD,DB_DATABASE); if (!$conexion) { echo "hay pedo"; }else{ echo "puro fierro :v"; }...
asked by 15.10.2017 / 05:00
1
answer

Access denied for keka @ localhost using password YES [Navicat & EasyPHP]

Good morning when I try a new MySQL connection in Navicat: It happens to me that: I am using EasyPHP 14.1: When instead of giving the connection a specific username and password, I leave it as it comes by default: user root, no...
asked by 20.08.2017 / 13:18
1
answer

how to change ports 80 and 3306 correctly from xampp 3.2.2 and interact with workbench

I migrated from an old version xampp to xampp 3.2.2 for php7, well now I have errors after installing it. with the ports how to change the ports 80 to 8080 and 3306 to 3307 correctly and if it is the way there? there is also a clash with mysql w...
asked by 29.05.2017 / 16:53
2
answers

Xampp does not load on other computers in the network

I have a computer with xampp and my ip is 192.168.19.10. When I put that address and the folder that is: 192.168.19.10/test he opens it for me But if I want to do it from another computer on my network, I do not load it. Any solution to the pr...
asked by 25.05.2017 / 18:17
2
answers

Configure XAMPP LAN network

I have 2 computers under the same LAN, in both I have installed XAMPP, but I want to have the site mounted on one, and on the other PC the DB. In the php connection file I changed "localhost" to the local ip of the other pc, but it does not work...
asked by 19.05.2017 / 07:32
1
answer

SQL Error BLOB Syntax

I am using XAMPP MySQL and I have created a table to which I have named users and within it created the following: userid: INT type PRYMARY KEY AUTO_INCREMENT name: of type VARCHAR (20) photo: BLOB type When I try to save the photo in...
asked by 30.05.2017 / 02:45
2
answers

does not appear var / www in Lamp Ubuntu 16.04

In what way can I make this www folder appear in the var directory? I read some of the permissions, but because the folder is not found, I can not give it permission.     
asked by 12.03.2017 / 23:39
2
answers

Can you have XAMPP and Tomcat EE installed at the same time?

I have windows 10, XAMPP, Java and Netbeans installed on my PC. I'm trying to create a website for e-commerce by following the "official" tutorial on the Netbearns.org site: https://netbeans.org/kb/docs/javaee/ecommerce/entity-session.html...
asked by 21.03.2017 / 22:58
1
answer

Activate PDO_OBDC drivers for PHP?

Sincerely since I do not touch php. Now at the University we will work with Arduino boards and we want to make a mini server with a web page hosted on it. Well, as things are going to be simple, I have decided to use Access ... I've been doin...
asked by 21.02.2017 / 22:55
1
answer

How to send headers from php to web service SOAP in java?

From my xampp server I consume a SOAP web service that is on a JBOSS server. When I use it I get the user and password parameters for authentication, but I send another parameter as a header and it does not arrive. If I consume the web service u...
asked by 05.12.2016 / 17:07