xampp

Why can't I access Xampp's phpmyadmin on localhost? Access is forbidden.

笑着哭i 提交于 2019-12-18 02:43:14
问题 I can access localhost fine on Xampp with phpmyadmin on ubuntu. I can see the contents of /htdocs which I completely cleared and wrote my own for. I want to access phpmyadmin, but cannot. When loading phomyadmin, I am greeted by a 403 Error and a note advising me to configure the setting in the file httpd-xampp.conf . I looked in /opt/lampp/etc/extra/httpd-xampp.conf , but have no idea what to configure. Two areas within the file seem useful in this scenario: <Directoy "/opt/lampp/phpmyadmin"

Why can't I access Xampp's phpmyadmin on localhost? Access is forbidden.

99封情书 提交于 2019-12-18 02:42:07
问题 I can access localhost fine on Xampp with phpmyadmin on ubuntu. I can see the contents of /htdocs which I completely cleared and wrote my own for. I want to access phpmyadmin, but cannot. When loading phomyadmin, I am greeted by a 403 Error and a note advising me to configure the setting in the file httpd-xampp.conf . I looked in /opt/lampp/etc/extra/httpd-xampp.conf , but have no idea what to configure. Two areas within the file seem useful in this scenario: <Directoy "/opt/lampp/phpmyadmin"

XAMPP Ports Change On its Own

怎甘沉沦 提交于 2019-12-18 01:42:53
问题 My Apache Ports are set to: 80 and 443 Looking at the XAMPP control panel a few hours later, I noticed the Ports had changed to: 05 and 59895 Would XAMPP switch to these Ports automatically for some reason after several hours? Is there a danger in using/opening these Ports? 回答1: Same problem was answered in this post by one of XAMPP developers. Assuming this is real (quote): In short, that is normal. Apache listens for and accepts requests on ports 80 and 443 but it does not service requests

XAMPP Ports Change On its Own

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-18 01:42:45
问题 My Apache Ports are set to: 80 and 443 Looking at the XAMPP control panel a few hours later, I noticed the Ports had changed to: 05 and 59895 Would XAMPP switch to these Ports automatically for some reason after several hours? Is there a danger in using/opening these Ports? 回答1: Same problem was answered in this post by one of XAMPP developers. Assuming this is real (quote): In short, that is normal. Apache listens for and accepts requests on ports 80 and 443 but it does not service requests

“Error 1067: The process terminated unexpectedly” when trying to start MySQL

五迷三道 提交于 2019-12-17 23:19:30
问题 I'm using Windows 7 and running XAMPP MySQL SVC service. I'm seeing the following error: Windows could not start the Mysql service on Local Computer. Error 1067: The process terminated unexpectedly. What does this mean, and how can I fix it? 回答1: Examine error log (start eventvwr.msc). MySQL typically writes something to the Application log. In very rare cases it does not write anything (I'm only aware of one particular bug http://bugs.mysql.com/bug.php?id=56821, where services did not work

phpMyAdmin ERROR: mysqli_real_connect(): (HY000/1045): Access denied for user 'pma'@'localhost' (using password: NO)

丶灬走出姿态 提交于 2019-12-17 23:16:46
问题 Please don't mark this as duplicate I can't find the answer anywhere I don't know what else to do. I keep getting the following errors with mysql connection through XAMPP and I don't know what to do: That's the code in the config.inc.php <?php /* * This is needed for cookie based authentication to encrypt password in * cookie */ $cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */ /* * Servers configuration */ $i = 0; /* * First server */ $i++; /*

configuring virtual host and localhost redirecting to the xampp folder

我与影子孤独终老i 提交于 2019-12-17 22:24:24
问题 I have problem with creating virtual host. I am using Windows 7 x64 Professional. In file C:\Windows\System32\drivers\etc\hosts I have only this lines: 127.0.0.1 myhost 127.0.0.1 www.myhost And in file C:\xampp\apache\conf\extra\httpd-vhosts.conf I have this: NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/" ServerName localhost ServerAlias www.localhost </VirtualHost> <VirtualHost *:80> DocumentRoot "C:/Users/Me/Dropbox/Project/public" ServerName myhost ServerAlias www

How do I run a file on localhost?

。_饼干妹妹 提交于 2019-12-17 21:58:09
问题 How do I actually run a file on localhost? I know it is working, but how do I run a file on it, and how do I verify that the file is in fact running on localhost? Server newbie here, additional questions (I have xampp running Apache 2.2): From your responses it sounds like I have to type in the path in the browser in order to open the file on the localhost. So, if I want to have the file in a subdirectory, I would have to type the full path including the directory? Is there a way to have the

httpd-xampp.conf: How to allow access to an external IP besides localhost?

送分小仙女□ 提交于 2019-12-17 21:52:16
问题 I haven't found the right answer that works for me in other questions. This is how the httpd-xampp.conf looks like originally: # # New XAMPP security concept # <LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))"> Require local ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var </LocationMatch> What should I do if I want to add another IP address besides the Require local ? For example, below Require local I have tried the following: allow from xxx

phpMyAdmin error: Table doesn't exist in engine

你。 提交于 2019-12-17 20:53:42
问题 I installed XAMPP today on Ubuntu 14.04. I tried to create a new database in phpMyAdmin but received the error #1932 - Table 'phpmyadmin.pma__tracking' doesn't exist in engine So I Googled a bit and I saw I should import create_tables.sql located in /usr/share/doc/phpmyadmin/example (if I remember correctly, but I couldn't locate it there, but I did locate it in /opt/lampp/phpmyadmin/sql . So I tried to import it, but I receive the same error. First I installed XAMPP 5.6.14 / PHP 5.6.14 twice