Tagged Questions

4
votes
5answers
1k views

How to create a simple CMS with PHP?

I want to create a simple CMS with PHP and MySql, I use wamp as a server. Currently I just want it on my localhost. What I want is to have a front page, where are normal posts like on wordpress, just ...
3
votes
3answers
253 views

MySql - WAMP - Huge Table is very slow (20 million rows)

So I posted this! yesterday and got a perfect answer, which required running this code first: ALTER TABLE mytable AUTO_INCREMENT=10000001; I ran it several times, but restarted WAMP after a couple ...
3
votes
3answers
276 views

Completely locked out of MySQL!

I've somehow managed to completely lock myself out of MySQL on WAMP. It seems all privileges are denied for all users. The only way I can get into MySQL is via the command prompt but without entering ...
3
votes
2answers
3k views

How to restore MySQL database from WAMP?

Last month I had to reinstall Windows and I've moved the WAMP folder to another partition. Now I've installed WAMP again but I need the old database. How can I take the old MySQL database from the ...
3
votes
1answer
3k views

#2006 MySQL Server has gone away error in Wamp

Im using Wampserver version 2.0 . When i try to import a sql file, either through MySQL Query Browser or PHPMyAdmin,i get the following error. Error 2006: MySQL Server has gone away. The size of ...
2
votes
2answers
78 views

how do i benchmark mysql in wamp?

I'm about to deploy a college website. It has around 2200 user profiles generated - one for every student- so i decided to gauge the server load and capacity. Problem is I cant figure out how exactly ...
2
votes
4answers
994 views

How do I configure and setup my WAMP server so I can practice PHP-MySQL?

I am learning PHP+MySQL. I did not buy a web hosting plan, so for now I plan to test everything locally. From my research, I found WAMPserver.com. I downloaded the install for WAMP and did a basic ...
2
votes
1answer
289 views

Where are WAMP's MySQL “lib” and “include” directories?

I have provide the path to MySQL's lib and include directories as described in step #10 here. However, I can't find these directories in my WAMP installation on Windows 7 (32-bits). I tried to point ...
2
votes
4answers
5k views

Wampserver 2.1 gives orange icon after install on Windows 7

I just installed Wampserver 2.1 on my windows 7 64bit computer and the icon that should turn green, turns orange, saying that the server is not ready. The result is that on opening the browser on ...
2
votes
2answers
394 views

Command Prompt closes on Windows, using Wamp Server commands

I am following the tutorial on PHP with MySQL. In that tutorial ebook, they recommend us to use commands to set password for the MySQL. The command goes something like this, "mysqladmin -u root -p ...
2
votes
3answers
328 views

Best methodology for PHP+APACHE+MYSQL Development

I want to start learning PHP. I have had a look at the various options available to install the PHP+MySQL+Apache combination. But it all seems too cumbersome and a lot of editing to the CONF files ...
2
votes
4answers
512 views

How do I tell Django to use MySql from a WAMP install?

I've had Django running with Sqlite for a while. I then installed WAMP, and I now want to get ready for a production run, and would like to switch to MySql. Is there a straightforward way of telling ...
2
votes
4answers
107 views

I need some advice from Experts on how to develop a PHP site with MySQL

I need some advice from experts :) I will develop a website using PHP and I will use also MySQL. I bought some server space from a Virtual private server including all the service needed. How should ...
2
votes
2answers
883 views

Apache httpd error and crash

I have a WAMP 2.0 server installed on Win XP . Apache version : 2.2.11 PHP Version : 5.3 MySQL : 5.1.36 I have about 11 tables in the mysql . Each run of my web application (HTML/Jquery/PHP/MySQL) ...
1
vote
1answer
134 views

Can't Access localhost or 127.0.0.1 in wamp

I was using wamp 2.1a for my wordpress blog and a website. It was working fine. Then I caught a google redirect virus. I tried hard to get rid of it, finally i fixed it. Then, suddenly my wamp server ...
1
vote
1answer
128 views

Converting PHP/mySQL web-app into offline PC app

I want to port a web-app to PC, making it full-screen and offline, and wrapped in an installer. As browser component I want to use Awesomium (http://awesomium.com/), since the web-app optimized for ...
1
vote
0answers
217 views

how to make faster my localhost Wamp Mysql?

I'm running Drupal 7 on my Wamp localhost. On file "my.ini" I have: [wampmysqld] port = 3306 socket = /tmp/mysql.sock key_buffer = 16M max_allowed_packet = 1M table_cache = 64 ...
1
vote
4answers
278 views

I'm trying to connect to a mysql database using PHP but it won't work

I've Installed mysql, php, apache using a wamp configuration Where to access localhost is would be http://localhost:81 the PHP script I'm using is if(mysql_connect('localhost', 'root', 'exobytes15')) ...
1
vote
2answers
180 views

PHP shell_exec INSERT MySQL

I'm trying to insert some data into a table with shell_exec (on localhost). Here's the code I'm using: $shellExec = 'C:\wamp\bin\mysql\mysql5.1.36\bin\mysql -h localhost -u root mm_'.$acname.' ...
1
vote
0answers
304 views

How to Connect Visual Basic 2008 to mySQL

..Guys is this even possible, to connect VB2008 with MySQL inside WAMP Server? .i have already downloaded the MySQL Connector/ODBC from mysql.com but whenever i try to connect using a query it returns ...
1
vote
4answers
101 views

php errors in WAMP2

I have a full working php script for user activation that I wrote. Fully working in a sense that it displays no errors while on my actual web hosting, although when I am working in WAMP2 I get errors ...
1
vote
2answers
5k views

Windows: XAMPP vs WampServer vs EasyPHP vs alternative

There was a similar question asked here three years ago, but I want to open it up further to include all possible Windows/Apache/MySQL/PHP stacks. Which to do you think is best? XAMPP seems to be ...
1
vote
3answers
341 views

PHP wamp server error

I am pretty new on php particularly wamp. I got to access a live wamp server. there was php 5.2.5 was running. But my app needs to use php5.3.0 so I just uninstall wamp from live server and install ...
1
vote
4answers
228 views

Strange problem with mysql_connect and mysql_selectdb not taking some variables as arguments

I was working in some code in a PHP course I assisted, in a LAMP environment, and worked without problems. After the course, I took my code home and ran it on a WAMPServer, and for some reason, ...
1
vote
3answers
52 views

Why is constructing a URL with a mysql entry in PHP giving me a different String?

I'm writing some code to look at PTO assignment data, and noticed a strange problem where the URL didn't work when I generated it from my database entry, but did work when I entered the same string ...
1
vote
3answers
220 views

How to backup MySQL database on Windows?

I have WampServer 2.0 that is installed on Windows on my laptop. I'm running on it an application that I wrote. The application is working with MySQL database. I would like to make backups of this ...
1
vote
1answer
492 views

Using WAMP's MySQL with Cygwin Ruby on Rails

I'm trying to install a Rails app on a Cygwin Rails + WAMP MySQL setup, but rake trows an error : Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) Of course, it's trying to ...
1
vote
2answers
2k views

MySQL console slow on import of huge SQL files

My import of SQL via the MySQL console is rather slow, and, as our SQL file is increasing every day, I would like to know if there are any alternatives on how to import an SQL file faster. Changing ...
1
vote
3answers
7k views

How can I connect to MySQL on a WAMP server?

This might be ridiculously easy for you but I've been struggling with this for an hour... :( <?php $connect = mysql_connect("localhost:8080", "root", "mypassword"); echo($connect);?> This is ...
1
vote
2answers
655 views

Anything Similar To WAMP?

I would like to know if anyone out there knows about any program similar to WAMP; all-in-one containing PHP, MySQL, Apach like WAMPServer? Thanks Edit: I am targeting Windows OS.
1
vote
5answers
1k views

mysqldump and wamp

Update: Finally got this thing working but still not sure what the problem was. I am using a wamp server that I access through a networked folder. The problem that still exists is that to execute the ...
1
vote
3answers
179 views

running 8mb of sql code in wamp?

i have about 8mb of sql code i need to run. it looks like this: /* MySQL Data Transfer Source Host: 10.0.0.5 Source Database: jnetdata Target Host: 10.0.0.5 Target Database: jnetdata Date: 5/26/2009 ...
1
vote
1answer
350 views

Slow response to database write from php

I have my PHP scripts running on the WAMP server. Here's what i am doing PHP script A that queries the database and gets a set of rows (I have set the set_time_limit (0) // unlimited time for the ...
1
vote
2answers
2k views

Trying to make an function call to an external file with PhP, MySQL using WAMP

I'm sure there is a simple answer to this, but I have been fumbling with everything for almost a week now and surrender. I am trying to build a shopping cart app and every coding solution I build will ...
0
votes
0answers
46 views

IIS and Apache in one PC to run PHP

I have developed one of my applications in PHP using WAMP, but our production using IIS for the webserver so I need to run IIS in my local. I use the following setup: WAMP Version 2.0 Apache ...
0
votes
1answer
38 views

Qt client and php server connection

I have coded my application in Qt 4 and I need to connect it to a wamp server to send a file and a MySQL query. How can I do it in Qt as I can't use php coding in mobile side?
0
votes
1answer
73 views

I have installed WAMP Server on 192.168.1.104 System, How to connect MySql From other System Ex.: 192.168.1.5

Thanks in advance. I have Installed WAMP Server on System 4(192.168.1.104). I can Connect MySql DB from System 4 Local host. //Code: if (!mysql_connect('localhost','root', '')){ die('Could not ...
0
votes
4answers
52 views

PHP seems to be refusing to connect to MySQL

<?php function redirect_to_index_with_error(){ echo '<meta http-equiv="refresh" content="0;url=index.php">'; } function go_to_home(){ echo '<meta http-equiv="refresh" ...
0
votes
1answer
88 views

Connecting WAMP MySQL with VBA

I am trying to connect WAMP MySQL with VBA. I have the tables created in the database using PHPMyAdmin. I have referenced Microsoft ActiveX Data Objects 2.8 Library and have installed MySQL ...
0
votes
0answers
87 views

Wamp Server put into dropbox, disable the log in the data folder

What I want to do is pretty simple. I would like to have sync for www and mysql/data folder sync. I have successful make the change, first I point www folder to dropbox, and change the my.ini ...
0
votes
2answers
316 views

WAMP Server 2 Error when Open

I have installed the WAMP server 2 in my Laptop and the Operating system using is Windows7. When I try to open PHP MyAdmin it always gives the following message in the browser. HTTP Error 404. The ...
0
votes
2answers
109 views

MySQLdb Unknown MySQL server host.

I have python 2.7 installed. I have wamp running. I have MySQL running on 10127 port. I have root set up with no password i have (unrelated) php code running that connects fine with the call ...
0
votes
1answer
107 views

how can i use MySQL installed with WAMP Server in my java program

i already installed MySQL with Wamp server,now i am developing java server program in my local machine,i need to know is it possible to use the same MySQL to my java program also,if possible how(how ...
0
votes
1answer
43 views

unable to change to different user in mysql

I am also using windows 7.I installed mysql server 5.1. Created a user as 'user@localhost' using mysql console. But unable to login to that user. I tried to run using command prompt. When I ...
0
votes
2answers
132 views

MySQL server reporting correct start-up but return errors on connection attempt

I'm trying to set up my local development environment, to which i'm using the ever so easy to install "WAMP" package. Now i install wamp, run it and start all services, i try connecting to the MySQL ...
0
votes
1answer
52 views

triggers and how to use them in phpmyadmin tool

I just downloaded WAMP server to use on a small college project that accompanies a basic SQL course.When ever i open the the mysql console window in WAMP i am asked for a password but since there is ...
0
votes
1answer
83 views

how can I export 4.5 GB table from mysql?

I have a table which has 38.406.168 rows and according to size in phpmyadmin 4.5GB. I want to see the last row of the table. Unfortunately I couldn't use select * from ... limit 38.406.166,1 or even ...
0
votes
1answer
258 views

configuration on wampp to accept innodb does not work

I want my wamp accepts mysql innodb, for it i made ​​the following configuration in my.ini: # Example MySQL config file for medium systems. # # This is for a system with little memory (32M - 64M) ...
0
votes
1answer
93 views

i want to use mysql old_password but I can not finish the configuration

I'm trying to finish a configuration to use mysql old_password on my last version of wamp, but I can not, because I need to set old_passwords to on in my.ini , and I can not find it in the file.. ...
0
votes
2answers
215 views

correct syntax for setting password using mysql 5.5.8 command line

I've just downloaded and installed WAMPserver 2.1 and I want to set a password for the MySQL 5.5.8 database. I'm doing a tutorial at lynda.com and the tutor (Kevin Skoglund) instructions to type: ...

1 2