wampserver

how to start Mysql in git bash in windows 8.1

时间秒杀一切 提交于 2019-12-06 02:03:54
问题 hi i want to know there is anyway to start Mysql in Wampserver in git bash Program with command line like $ Mysql start 回答1: The mysql executable is likely not present in your path, so will not be found when you try to execute from any CLI. Follow the instructions here, adjusting for the version of mysql you have installed. 来源: https://stackoverflow.com/questions/28602002/how-to-start-mysql-in-git-bash-in-windows-8-1

php-win.exe - The application was unable to start correctly (0xc00007b)

送分小仙女□ 提交于 2019-12-06 01:51:34
问题 I am on a Windows 7, 64 bits. I have installed WampServer 3.0.6 x64 (last version). I have installed the Visual C++ 2012 Update 4 x64 (last version too). Everything went successfully ! But i still have the same error when I try to run WampServer : php-win.exe - Application Error The application was unable to start correctly (0xc00007b). Click OK to close the application. I tried everything, still gets this same error. 回答1: @RiggsFolly answered my question. I had to install all the Microsoft

Can't access WAMP site from the web with IP

两盒软妹~` 提交于 2019-12-05 19:25:08
I'm running the latest version of wampserver with apache 2.4.2 and php 5.4.3. on Windows 2008. I'm running two ip's, one for iis and one for apache. I did that by adding Listen 123.456.78.999:80 Listen 80 in httpd.conf. I also switched 'require local' to 'require all granted' in the of both 'ServerName localhost:80' and 'DocumentRoot "c:/wamp/www/"'. When entering the ip in the local browser, I get access. But when I enter it from the web/external browser, the browser cant find the server and just times out. Port 80 is forwarded, as I can access my IIS sites. Is there anything else I should be

How to downgrade Wampserver PHP?

ぐ巨炮叔叔 提交于 2019-12-05 18:48:00
I see everywhere for downgrade php on wampserver I just have to do left click wamp> php>version> get more> And dowload the version I want. But when I do it I arrive on this page and I don't see any link for download an other php version. I only can download a file php5.2.4.isson this page So fine I dowload it on php.net and I unzip the archive in my folder "C:\wamp\bin\php\php5.2.4" Next I copy the files wampserver.conf, php.ini and phpForApache.ini from my folder "C:\wamp\bin\php\php5.5.12" to the folder "C:\wamp\bin\php\php5.2.4" And to finish I change in the file php.ini and phpForApache

Can't access files in a subdirectory using Apache server

☆樱花仙子☆ 提交于 2019-12-05 16:53:05
I have an Apache 2.2.21 server installed on my Windows 7 machine. My site is up and my scripts from /scripts subdirectory are working but when I try to load icons from /icons I get a 403 forbidden error. I've already added this to my httpd.conf file: <Directory "c:/wamp/www/icons/"> Options Indexes FollowSymLinks Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory> Still no effect. So the question is: how can I access files in my /icons subfolder? P.S.: Using /images subdirectory worked out just fine but the question still remains. I figured out that /icons/ was included as an

PHP refuses to output data from var_dump, print, etc

淺唱寂寞╮ 提交于 2019-12-05 14:42:14
I'm running a WAMP server at the moment, and have been spending the past 30 minutes trying to figure out how and why my project won't output any PHP data specified. At first, I thought that it was because I had an .htaccess file which output_buffering disabled, so I deleted that. Still, no dice. Then, I checked my httpd.conf , looked around for keywords such as display_errors , output_buffering , etc. and all seemed to be checked out just fine. Then, I tried turning on all error reporting by placing error_reporting( E_ALL ) in my script. Yet again, no dice. Of course, after most of the changes

Reinstalled WAMP, Wordpress Tables Not Found BUT Are in PHPMYADMIN

假装没事ソ 提交于 2019-12-05 10:01:10
OK strange situation and I hope I am not just out of luck. I upgraded from Windows 7 to 8 and when I did WAMP would not work. I reinstalled WAMP not thinking and followed instructions online to get WAMP working. Now though my Wordpress site redirets me to the install page. When I go into phpmyadmin it looks like all of my tables are there but when I click on the wordpress database is says "No tables found in database". If I click on one of the tables listed under wordpress it gives me the error "Table 'wordpress.wp_postmeta' doesn't exist" I check my database files and they obviously contain

sqlsrv drivers doesn't appear on a WAMP server phphinfo() after adding the extension entries in the php.ini file

依然范特西╮ 提交于 2019-12-05 07:27:11
I wanted to setup a database connection from PHP to SQL server 2012.I have a wamp server(64 bit) set up on a windows machine(64 bit) with PHP 5.5.12 and on the same machine I have SQL server 2012 installed. Extracted sqlsrv drivers from official_link Copied the extracted drivers php_sqlsrv_55_ts.dll, extension = php_pdo_sqlsrv_55_ts.dll to php\ext folder, and then changed the php.ini file to include the extensions extension = php_sqlsrv_55_ts.dll; extension = php_pdo_sqlsrv_55_ts.dll; Now I tried <?php phpinfo(); ?> I see the following information without any SQL server information in it. Don

Codeigniter : Showing error as ' Unable to select the specified database: project' in Windows XP

强颜欢笑 提交于 2019-12-05 06:03:38
I am using Windows XP and using EasyPHP as a server. I have integrated Codeigniter with TankAuth. But, when I try to open my assignment folder, it shows error as follows: Unable to select the specified database: project Filename: C:\Program Files\EasyPHP-12.1\www\assignment\system\database\DB_driver.php Line Number: 140 The code inside my database .php is as follows" $active_group = 'default'; $active_record = TRUE; $db['default']['hostname'] = 'localhost'; $db['default']['username'] = 'root'; $db['default']['password'] = 'root123'; $db['default']['database'] = 'project'; $db['default'][

PHPMyAdmin / MySql - Add ID field and autopopulate ID numbers

旧街凉风 提交于 2019-12-05 03:34:49
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!!). In the past, or with other DB's, I might have exported the data into excel and then whipped up some