Questions tagged as 'wampserver'

1
answer

Help setting up WAMP Server

I have a problem with the WAMP server, where I can not access my project by LocalHost when I click directly on the project name, only if you type "localhost / project_name" . Does anyone have any tips to configure?     
asked by 22.03.2017 / 17:08
1
answer

Foreign key relationship problem in PhpMyAdmin - Wamp

I have 'problem' in my Wamp, more precisely in the latest version (Wampserver 3.0.6 64 bit x64). When I create 2 tables, example: CREATE TABLE categoria( id_categoria INT NOT NULL AUTO_INCREMENT, nome VARCHAR(100) NOT NULL, PRIM...
asked by 11.08.2017 / 13:19
1
answer

Wampserver does not install Wordpress

I installed Wampserver on my Windows 10, but localhost did not work because of IIS Windows , so I configured Apache to use localhost: 8080 . So far so good, I can access the local install of my wordpress, until I accessed PhpMtAdmin to crea...
asked by 31.10.2017 / 22:28
0
answers

Gulp - Browser-Sync

I need some help! I can not synchronize my browser with the browser-sync in any way. I wanted to use it on localhost (wampserver), but I already researched it, I already did several tests and nothing. In the terminal it appears that this is l...
asked by 04.10.2018 / 22:58
1
answer

how to change the date format to d / m / a in php wamp serves [duplicate]

I have created a registration system and data queries for the registry in which I work, however the dates are being displayed in the format a / m / d and I want to change to the national format, but I do not know how to do it. Can someone help...
asked by 16.05.2018 / 19:39
1
answer

I can not access PHPMyAdmin - error # 1045

I can no longer access PHPMyAdmin. Until yesterday was normal, I did not change anything and today when I enter it is like this: (It is not access to a specific DB, it is for the general DB where the listing of all banks appears). Us...
asked by 22.01.2018 / 23:36
0
answers

Is there anti-ddos in apache? What steps should apache take for prevention? [closed]

Better detailing: I believe he is suffering some type of attack, I suspected and put an antidotes, and he already blocked some addresses, that released the network and returned to normalize the server, but now it seems that a different attack...
asked by 20.12.2017 / 20:15
0
answers

Wampserver warning (Warning) with virtual host

I created a virtual host in the WampServer , on localhost it does not acknowledge any warning in console , but with other virtual host is accused the following warning:    This page includes a password or credit card in a non-secu...
asked by 20.07.2017 / 12:20
1
answer

Error creating relationships in MySql using WampServer

I've set up the whole database and now I'm trying to make the relationships, when I click on the primary key (referential) and click on the foreign key, the following error appears: "Error: Relational characteristics are disabled!" HowdoIsolvet...
asked by 04.07.2017 / 15:01
1
answer

Problem creating a connection between PHP and PostgreSQl [closed]

I am not able to connect to the PostgreSQL database. Here is the code: <?php class Conexao { private $usuario; private $senha; private $banco; private $servidor; private $porta; private static $pdo; //Método co...
asked by 19.12.2018 / 14:32