xampp

头次接触wamp服务器、xampp,初次单独使用tomcat部署

北城余情 提交于 2019-11-27 19:17:58
刚刚经过了近两天的接触wamp、xampp、tomcat的时光,真的爽 导师有个网站打不开了,就让我去弄,还有一个网站的后台密码忘了,让我帮忙找回来。我第一感觉就是第一个活不简单,第二个还不简单吗?打开数据库找找就行了呗,然后开始干活 先说第一个,我这懵懵的,也没干过这呀,就知道端口不行了,因为是买的域名:fdl.cau.edu.cn:8080,首先在TP-LINK上设置虚拟服务器,如下 然后就各种输入网址:http://202.205.84.157:8089/bacteria/index.html啊,怎么就打不开,端口也改了,不是8080了啊,就是想不到服务器上部署,最后受不了了,去找所占用的端口,发现8089没被占用,很明显不行啊。 经过实验,去找了已经部署好的网址的端口占用情况,即http://202.205.84.157:8081/Server_BeijingLab/index.php的端口8081的占用,然后根据PID找到了启动的服务,是wamp,如下 然后又去查了wamp,知道了wamp是Windows+Apache+Mysql/MariaDB+Perl/PHP/Python的缩写,一组常用来搭建动态网站或者服务器的开源软件。然后就在本地服务器上找到了安装路径,也百度了其部署网站的方法,很简单,把项目拷去到www文件下即可,不过还要设置一下端口监听

How to Solve the XAMPP 1.7.7 - PHPMyAdmin - MySQL Error #2002 in Ubuntu

回眸只為那壹抹淺笑 提交于 2019-11-27 19:06:01
I have been through lots of forums and checked various posts on similar topic but non seems to work out for me. I have freshly installed XAMPP 1.7.7 on my Ubuntu 11.10 Operating system. Everything is running except for the phpMyAdmin. Upon hitting: http://localhost/phpmyadmin , I am getting the following error: MySQL said: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) Connection for controluser as defined in your configuration failed. When i am starting the services with: sudo /opt/lampp/lampp start I am getting the following: XAMPP:

XAMPP【phpmyadmin】外网访问被拒绝解决办法

白昼怎懂夜的黑 提交于 2019-11-27 19:04:34
  问题场景:   在阿里云搭建一个apache服务器,正常访问XAMPP目录下的页面。   服务器本地是可以正常访问的   但是远程 就不可以访问了:   出现这样的画面:       解决方法   1、按照提示找到httpd-xampp.conf文件,路径在“/xampp/apache/conf/extra/httpd-xampp.conf”   2、找到地方、   3、修改为:      然后重启服务器     这样就完美解决外网不能访问的问题了!   附上代码: Require all granted           来源: https://www.cnblogs.com/zhangchs/p/11373462.html

Installing Zend Framework 2 on XAMPP in Windows

六眼飞鱼酱① 提交于 2019-11-27 18:23:49
I know this question may have appeared few times here and in the internet. But still I feel it is not clear for somebody who wanted to enter into the world of frameworks. I have followed these links Rob Allens Tutorial , ZF Quick Tutorial . But some how I feel it is not quite clear with the installation part. I have a windows system basically Vista with the newest version of XAMPP installed. I have downloaded the latest version of ZFSkeletonApplication from this link ZFSkeletonApp , extracted the skeleton contents, renamed the folder to zendframework and moved it to xampp folder i.e now ZF

display data from SQL database into php/ html table [closed]

风格不统一 提交于 2019-11-27 17:53:59
OK I have a database on phpmyadmin (sql) and I want to display one of my tables into a table on HTML/PHP. I have searched online and can not implement this feature, so I'm wondering if someone could help me with the coding on this? database = 'hrmwaitrose' username = 'root' host = 'localhost' NO PW I would like to display the data from table name employee You say you have a database on PhpMyAdmin, so you are using MySQL. PHP provides functions for connecting to a MySQL database. $connection = mysql_connect('localhost', 'root', ''); //The Blank string is the password mysql_select_db(

Xampp Access Forbidden php

霸气de小男生 提交于 2019-11-27 17:49:14
I'm a windows user. I've been using xampp for quite a while but suddenly none of my .php files are working now! I get this error message: Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server. If you think this is a server error, please contact the webmaster. Error 403 localhost Apache/2.4.4 (Win32) OpenSSL/0.9.8y PHP/5.4.16 I can see the list of my .php files in localhost/Practice (Practice is the folder where I've saved my files) The file even opens whenever I click on it. But when I click on any 'submit' button

Using XAMPP, how do i swap out PHP 5.3 for PHP 5.2?

别等时光非礼了梦想. 提交于 2019-11-27 17:43:02
I'm using XAMPP 1.7.2, but need to swap out PHP 5.3 for PHP 5.2 - how do I do this? Thanks for the answer. I just got this working on Windows XP, with a few modifications. Here are my steps. Download and install latest xampp to G:\xampp. As of 2010/03/12, this is 1.7.3. Download the zip of xampp-win32-1.7.0.zip, which is the latest xampp distro without php 5.3. Extract somewhere, e.g. G:\xampp-win32-1.7.0\ Remove directory G:\xampp\php Remove G:\xampp\apache\modules\php5apache2_2.dll and php5apache2_2_filter.dll Copy G:\xampp-win32-1.7.0\xampp\php to G:\xampp\php. Copy G:\xampp-win32-1.7.0

How to upgrade phpMyAdmin in XAMPP to latest?

↘锁芯ラ 提交于 2019-11-27 17:36:46
How to upgrade phpMyAdmin in XAMPP to latest, without affecting the database, settings, and files? This site will be useful for your purpose https://www.ostraining.com/blog/coding/update-phpmyadmin/ 1.) Find Your Version Navigate to your phpMyAdmin interface and check what version you are using. Notice if it mentions the “latest stable version.” There will also be a message as you scroll down the page if there is an update to phpMyAdmin. 2.) Find Your phpMyAdmin Directory Go to your current phpMyAdmin directory. If you are using XAMPP, on your local computer, typically you install XAMPP to

APACHE Crashing: Parent: child process exited with status 3221225477 — Restarting

徘徊边缘 提交于 2019-11-27 17:29:44
问题 My following setup is Xampp 1.7.7 and here is the info for everything in that package: - Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1 I'm running the server on Windows XP SP3 32 bit OS, 4 gigs of ram, Quad Core. The issue I'm having in my apache error log file is: [Tue Apr 24 15:55:55 2012] [notice] Parent: child process exited with status 3221225477 -- Restarting. [Tue Apr 24 15:55:57 2012] [notice] Digest: generating secret for digest

Error #1046 - No database selected SQL import on XAMPP

吃可爱长大的小学妹 提交于 2019-11-27 17:28:21
问题 I am trying to import the SQL database from my Drupal production site into a sandbox testing site on my local machine. I currently use XAMPP on my machine here at work. I have downloaded my db aipiadxxm_if9DHdr.sql and then I go to the phpMyAdmin on http://localhost/phpmyadmin/index.php then to -> Import. After I import the db I get this Error: SQL query: -- -- Database: `aipiadxxm_if9DHdr.sql` -- -- -------------------------------------------------------- -- -- Table structure for table