wampserver

GnuPG on Wampserver

流过昼夜 提交于 2019-12-24 09:51:17
问题 Can you please tell me how do I install and use GnuPG on wampserver ? I seriously want that. I hope this question comes under stackoverflow. If not please close this but please dont downvote me :( 回答1: You can get GnuPG as a PECL package here: http://pecl.php.net/package/gnupg It looks like you'll need to compile it yourself though. It comes with a config.m4 file, so you'll probably want to use autotools (cygwin?). Instructions on how to install it are here: http://www.php.net/manual/en

php- inserting into sql error

一世执手 提交于 2019-12-24 07:06:50
问题 <?php $database="jayesh"; //database name $first=$_POST['first'];//this values comes from html file after submitting $last=$_POST['last']; $con = mysqli_connect("localhost","root" ,"");//for wamp 3rd feild is balnk if (!$con) { die('Could not connect: ' . mysqli_connect_error()); } mysqli_select_db("$database", $con); $query = "INSERT INTO info (first,last)VALUES ('$first','$last')"; mysqli_query($query); echo "<script type='text/javascript'>\n"; echo "alert('you are Succesflly registered');

I'm getting a Service Unavailable on wamp, but everything is running

↘锁芯ラ 提交于 2019-12-23 05:16:02
问题 I have installed wamp on a virtual server, and everything seems fine (i.e. the server is running and I'm seeing the color green). What seems to be going on is that when I try to run a web site (for example /localhost/sitename), I'm getting a 503 Service Unavailable, Service temporarily unavailable. Please try again soon. Despite that everything is running, no apache errors and so on. What would cause the 503 error to show? 来源: https://stackoverflow.com/questions/21125047/im-getting-a-service

WAMP / Xamp Apache Server not Starting

谁都会走 提交于 2019-12-22 12:19:44
问题 The other day my Wamp server stopped starting (server will not start). I uninstalled, reinstalled etc. I restored my computer back 4 days to where it ran fine. Then I ran Xampp server and had the exact same problem. To me this indicates a Windows problem. HTTPD.exe crashes every time it is initiated. I have shut off the firewall and antivirus to no avail. running netstat -o in cmd gives me 127.0.0.1:31595 and higher ports. Port 80 is not in use and is clear. In Services (wampapache) when I

Upgrade WAMP Safely

↘锁芯ラ 提交于 2019-12-22 10:44:49
问题 How can I upgrade my WAMP Server WITHOUT LOSING my configuration? My current version is WAMP 3.0.8 and I want to upgrade it to WAMP 3.1.0 . FROM WAMP 3.0.8 Apache 2.4.23 MySQL 5.7.14 PHP 5.6.25, 7.0.10 TO WAMP 3.1.0 Apache 2.4.27 MySQL 5.7.19 PHP 5.6.31, 7.0.23, 7.1.9 回答1: First as of WAMPServer 3 the WAMPServer code and the versions of Apache/PHP/MySQL/mariaDB are treated seperately. So you can upgrade the WAMPServer version without touching anything of yours, like your website code or the

PHPMyAdmin / MySql - Add ID field and autopopulate ID numbers

帅比萌擦擦* 提交于 2019-12-22 04:25:18
问题 I have an extremely large database table - nearly 20 million records. The records do not have a unique ID number. So, I've inserted the new field. Now, I would like to populate it with ID numbers, increasing by 1, starting with the first ID number being 10,000,001. FYI - I am using WAMP on a local machine and I've dialed all my max times upto 5000 seconds and dialed up several other variables in php.ini and mysql.ini in order to do the upload in the first place (which took more than 10 hours!

MySQL - Query combine rows with same id and keep all entry for that id but as one record

元气小坏坏 提交于 2019-12-22 03:41:11
问题 I have been working on a table in a mysql database being hold locally on a wamp server I am using the phpmyadmin area with in wamp to run the querys. I am trying to get the data to do the following: Can anyone help I have a table with a number of records for plants. A plant can have a number of names the table shows this as different records. The table is called new_plantsname plantid name 1 tree 1 rose 2 bush 3 tree 3 bush 3 rose this continues for over 3000 records what i want is it to

Connect to localhost from another computer in network

六月ゝ 毕业季﹏ 提交于 2019-12-21 21:33:08
问题 I have installed WAMP on one computer, and I want to connect to the phpmyadmin from another one. When I type, in a browser, 192.168.1.2/localhost i got following message: Forbidden You don't have permission to access /localhost on this server. I have changed this line in Apache: <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Allow from all * from deny from all </Directory> How can I fix this? 回答1: You should try it without localhost . So if you access phpmyadmin on

Apache on WampServer Keeps Crashing

江枫思渺然 提交于 2019-12-21 20:49:10
问题 I run a medium traffic website that seems to be crashing all the time and I have to restart because it either doesn't load or cloudflare displays 520 error. Anyway I have searched up this error and they say to enable KeepAlive, but I haven't seen that option in the httpd.conf. My server info ( Yes I know linux is useful but I am using many windows softwares on my server computer as well ). I am running apache that is integrated with wamp server. 8GB of RAM and i7-2600, so it's a fast enough

How to change the default “www directory” for wampserver

青春壹個敷衍的年華 提交于 2019-12-21 19:56:36
问题 All my websites are located in D:/Documents/websites directory. I already managed to point http://localhost/ to that folder based on this video tutorial. But what I also want is whenever I click on "www directory" from the wampserver panel it opens up D:/Documents/websites directory instead of C:/wamp/www which is the default one. How do I achieve that? Thank you. 回答1: First make a backup of \wamp\wampmanager.tpl as mistakes in here can make wampmanager unstartable. Now edit \wamp\wampmanager