Questions tagged as 'xampp'

0
answers

PhpMyAdmin does not open after changing default

Good afternoon guys, After modifying the default Mysql password (in the Xampp interface), it does not open anymore and displays the following error message: 1045 - Access denied for user 'root' @ 'localhost' (using password: YES) "phpMy...
asked by 07.04.2017 / 17:29
0
answers

XAMPP - New Security Concept

I'm having a problem with XAMPP, I'm not able to allow PHP access to MyAdmin on my phone. I've seen tutos on the Net but nothing solved. Obs: The PC is 64Bits, but I only found the 32 Bit version to download ... http-xampp.confconfiguration#...
asked by 01.04.2017 / 00:20
0
answers

How to update the php version in xampp?

I'm studying php and downloaded directly from the php (php.net) website, the windows version and I'm running on localhost from the command prompt. However, I wanted to use xampp as a local server, but when I use the php -v command at the...
asked by 27.12.2016 / 02:06
0
answers

Error Message When Adding Data to Form Generated in Phreeze Framework

In all applications generated using the PHP Phreeze framework in local environment (Xampp), when you add a record through the form, which was also generated, you get the following error message for the user:    An unknown error occured...
asked by 17.01.2017 / 21:02
0
answers

Error setting up Mysql on xampp

I am setting XAMPP v3.2.2 and my MySQL is not working, follow the error :    Error: MySQL shutdown unexpectedly.       5:54:11 PM [mysql] This may be due to a blocked port, missing dependencies,       5:46:11 PM [mysq...
asked by 01.11.2016 / 20:56
0
answers

Help with PHP and SQL Error [closed]

Well, I'm doing a project from a rental company, but the data is not being sent, this is the code: <?php $host = "localhost"; $user = "root"; $pass = ""; $banco = "locadora"; $conexao = mysql_connect($host,$user,$pass) or die(mysql_error())...
asked by 25.11.2015 / 15:47
0
answers

Problem with PHP XAMP on MAC OS X

I put the XAMPP php in the path and this error is appearing:    PHP Warning: Unable to load dynamic library '/ Applications / XAMPP / xamppfiles / lib / php / extensions / no-debug-non-zts- 20131226 / php_openssl.dll' - dlopen (/ Applications...
asked by 20.09.2015 / 22:01
0
answers

Access problems in XAMPP

I'm trying to open a .png image via url through localhost and the following message appears:     
asked by 02.06.2015 / 23:49
1
answer

Site in Cakephp does not work on localhost

Hello. I have a website running in cakephp on a server on the internet. I'm trying to move to my local machine (Windows 8.1) where I already have xampp running with CakePHP in version 2.1.0. I downloaded the entire site to the folder C: \ WebSer...
asked by 02.07.2015 / 22:11
2
answers

Access localhost [closed]

I recently changed my apache port over xampp to port 465, but how do I access my localhost on the net now? I put localhost:465/mail/ and it does not load.     
asked by 30.11.2017 / 15:02