xampp

How to Set user name and Password of phpmyadmin [closed]

拟墨画扇 提交于 2019-12-06 16:59:01
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . how to set username and password of phpmyadmin I am using xampp software for localhost and I want to lock my phpmyadmin page when I open this link ` localhost/phpmyadmin its opening direct now and I want to lock this page and use username and password example when I open this page localhost/phpmyadmin its

How to enable PostgreSQL in Xampp on Mac OS?

故事扮演 提交于 2019-12-06 16:54:34
Can anyone please tell me how I can enable PostgreSQL in Xampp on Mac platform? Or is there any other GUI alternative like XAMPP for Mac platform. Thanks. Use MAPP Stack for OSX. MAPP: https://bitnami.com/stack/mapp In case you need MySQL + PostgreSQL, download MAMP + PostgreSQL extension MAMP: https://bitnami.com/stack/mamp PostgreSQL add-on: https://bitnami.com/stack/mamp/modules#postgresql Enable MySQL before installing PostgreSQL by starting MAMP stack's MySQL. After installing, go to PostgreSQL admin page and login as user=postgres and password=[password], create your own root user with

Xampp - Apache Not starting and throwing an error

倖福魔咒の 提交于 2019-12-06 16:08:13
I have installed xampp in my pc, i am trying to install apache services through cmd, also if i try to start the apache service from xampp control, it throws ans error that "The Application was unable to start correctly (0xc00007b); i have tried to install a .net framework as some people suggested but still same error. my cmd command to start apache D:\xampp\apache\bin>httpd -k install Any body knows the solution for the same? You need to install Visual C++ Redistributable for Visual Studio 2015 x86 . After that, reboot your computer and try again. If the apache is still not starting, run the

Cannot connect to remote mysql from Mac lion

六月ゝ 毕业季﹏ 提交于 2019-12-06 15:18:06
I'm a mac novice and trying to get a developer setup to develop php sites locally. The sites he develops have a mysql backend and that is on a remote box. We got xampp installed and working, he can connect from the website to the local mysql box but he cannot connect to the remote box. He is using the exact same connection info I am using from my windows system. I do not have any issues. Also the mysql server is setup to accept all users (we are currently using root) regardless of hostname. I searched his system and I could not find a mysql.sock file. I do not know what this does, but googled

How to enable wordpress website locally on network and via localhost

↘锁芯ラ 提交于 2019-12-06 13:38:05
My wordpress site works fine on my mac via localhost, using Xammp. I want to view the site on my iPhone. So I type in 192.168.0.2 and voila, it brings up my localhost directory. I then click on the site in question and the content is there but no styling or images. I realise that this is because the paths to all the resources is hardcoded into the wordpress database. So when I am accessing the url via 192.168.0.2/mywebsitename on my iPhone, it's looking for all the resources using a base url of localhost/mywebsitename. Localhost path doesn't exist on my iPhone, only 192.168.0.2 does. So has

Why the Apache is not starting on XAMPP [closed]

倾然丶 夕夏残阳落幕 提交于 2019-12-06 13:17:18
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . Until yesterday everything was fine to my localhost, but starting yesterday, localhost is not opening. It's saying "Unable to connect". I tried number of times to start the Apache on XAMPP , but it is saying message that busy. The port 80 is busy, I hope. I have tried every possible way to free the port 80. For

Installing Mercurial on Windows Apache XAMPP Tutorial

女生的网名这么多〃 提交于 2019-12-06 13:05:14
After asking this question ( XAMPP Mercurial installation on Windows Apache --> HgWebDir.cgi Script Error ) and reading though the whole internet including this question ( How do I get Mercurial's hgwebdir working on Windows? ) and all its links for about 10 hours, I seem to not be able to find a solution. I begun with this tutorial https://www.mercurial-scm.org/wiki/HgWebDirStepByStep ... and I really don't want to install ancient versions of Mercurial. I got my windows-apache to run Python scripts, CGI-Scripts, publish them in the wild, but hgwebdir just won't work. Question 1: Can someone

Object not found in xampp

半城伤御伤魂 提交于 2019-12-06 12:14:50
问题 I have got a problem using xampp. I hope u guys are able to solve it. When i type in the address "localhost" it just shows "It works". But when i type "localhost/xampp" then it takes me to the welcome page of xampp. Why is that when everybody gets that just typing "localhost"? I created a simple php hello world program to test under the folder htdocs and named it test.php. Then when i type in "localhost/xampp/test.php" it shows the message shown below- Object not found! The requested URL was

How to make AJAX work on local server using XAMPP or node.js

ぃ、小莉子 提交于 2019-12-06 11:43:58
I am at my wit's end and I'm hoping someone can help. I have been trying to get AJAX to work on a local server, but I don't know where to begin even with the most basic code. I have downloaded node.js and XAMPP and I have been looking online for tutorials on how to get even AJAX test sites to work. If anybody knows of a step-by-step tutorial on how to get the most basic AJAX functions to work on node.js or XAMPP I would appreciate it so much. Everything I've found seems to assume the person reading already knows how to begin working with a local server to make the code work. I know what code I

Setting Python Path in Windows XAMPP using WSGI

时间秒杀一切 提交于 2019-12-06 11:17:09
问题 I'm setting up a development version of a live server on Webfaction, running Django apps in a virtual Apache server environment (running without any errors) on my local machine - XP, running XAMPP Lite with Python 2.6 - which I can commit changes from via Git. XAMPP is up and running OK with Python, and the server starts perfectly with WSGI module loaded. The problem is when I set my Python paths, they are set half in 'nix format (with /), and half in Windows (with backslashes). Here's the