New messages Members Forum rules Search
  • Page 1 of 1
  • 1
uCoz Support Forum by uCozers » Other » PC Tutorials » How to install and configure WampServer for windows (sml[tutorial])
How to install and configure WampServer for windows
jackassDate: Sunday, 2009 December 13, 2:34 PM | Message # 1
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
WampServer - We will use this server on your PC for trainings. WampServer is for free and you can find it in google by typing in WampServer

You can download it here: http://www.wampserver.com/en/download.php



1. download WampServer


2. install

A - Welcome screen, 1 click Next

B - 1 Accept the agreements and 2 click Next

C - 1 select location where to install, 2 click Next, you need at least 101,3 Mb

D - 1 Create a desktop icon if you need smile 2 click Next

E - Ready to install, click Next

F - 1 Search for your default browser, if you don't have a short cut on desktop, then search in program files, 2 Click Next

G -

1 -SMTP: leave on localhost
2 - Enter your E-mail address
3 - Click Next

H - 1 Select if you want to launch server now and 2 click Finish



3. Configuration

1. Localhost - Click to open browser with your new website.
2. phpMyAdmin - Click to open MySQL database (DB) About how to create DB, tutorial coming soon
3. www directory - Click to open directory with all websites files, like in uCoz file manager
4. Put online - To put online server

Now, how to set password for root user, root is a default user for MySQL

1. Open phpMyAdmin



1 Go to Privileges 2 Edit privileges

1 Enter password, 2 click on Go
3. you will see message The password for root@localhost was changed.....
4. after refresh you will see error message, don't worry, it must be so!


2. Now go to C:\wamp\apps\phpmyadmin3.2.0.1 and open config.inc.php

Quote
/* Servers configuration */
$i = 0;

/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'YOUR_PASSWORD';
$cfg['Servers'][$i]['AllowNoPassword'] = true;

/* End of servers configuration */

$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

?>

Enter your password and save
Refresh your phpMyAdmin and you are in!


Now you can go to your www directory and copy files and start to make your website!

There will be much more tutorials about what you can install on your website later

Attachments: 3575797.png (163.4 Kb) · 0532031.png (14.1 Kb) · 1134958.png (16.2 Kb) · 2549064.png (13.7 Kb) · 8337379.png (24.2 Kb)


 
BrazenDate: Friday, 2010 January 29, 8:22 AM | Message # 2
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
Ow my deer, this is so funny, today we installed the WampServer on the computer and we trying to make it work since we encountered some problems with it, so we were searching google for some solutions and I decided to take a break and share a cool software (TeamViewer) with uCozers that I have recently discovered, so I went to PC Tutorials and booya jackass posted a tutorial on how to install WampServer. Which is really convenient since now we can both explore WampServer feature and other stuff.

Anyways, we are getting a error message"
#1130 - Host 'localhost' is not allowed to connect to this MySQL server

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host. username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.

And I think I know why, first time we entered the phpMyAdmin we did something wrong in like we checked all three check boxes....
and from that time we coudn't access phpMyAdmin.

Any suggestions jackass?

We did delete the wamp folder and reinstall it but still getting the same error.
And yes we did all of those steps http://www.wampserver.com/phorum/read.php?2,38916

Attachments: 5088467.jpg (44.1 Kb)


LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
jackassDate: Friday, 2010 January 29, 3:24 PM | Message # 3
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
Is MySQL DB on your PC or did you try to connect to DB witch is hosted on internet?

I don't know about this error, but I think if you reinstall this application than it must be gone
I don't think that I can help you, because I can't test anything, I don't have your files

Suggest to ask this question in wamp support forum

I don't have big experience with wamp, just know how to set it up and what to do with it wink

Quote (Brazen)
(TeamViewer)

Yes, it's good one, I didn't try it, but my girlfriend is working time to time with it, so I know how it works

But about this error, I have no experience with it wacko


 
BrazenDate: Sunday, 2010 February 07, 2:07 AM | Message # 4
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
Well, the problem resolved by itself, we just logged in and it works, maybe it didn't resolved by itself since we did do these steps http://www.wampserver.com/phorum/read.php?2,38916

Also, I YouTubed around and found some cool channel that shows you how to install WampServer and Joomla.
I would suggest to check out his videos they are really good.
One of his videos: http://www.youtube.com/watch?v=ei3yPfcxxVc


LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
looneyheadDate: Wednesday, 2010 September 22, 11:32 PM | Message # 5
Font size: A | A |
Lieutenant
Group: uCozer
Message: 54
[ ]
Offline
How do I attach a domain to it?

 
jackassDate: Thursday, 2010 September 23, 1:52 AM | Message # 6
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
looneyhead, if it's possible you can find on web maybe, I don't know, I use it only for testing

 
BrazenDate: Thursday, 2010 September 23, 6:12 AM | Message # 7
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
looneyhead, Do you have static or dynamic ip address?
If you have dynamic then there is no point of attaching it.

And if you have static you can attach domain to your external ip address.
Your ip can be found here: http://www.whatismyip.com/
Of course you will have to open port 80 on your modem/router and computer.


LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
looneyheadDate: Friday, 2010 September 24, 4:02 AM | Message # 8
Font size: A | A |
Lieutenant
Group: uCozer
Message: 54
[ ]
Offline
Quote (Brazen)
looneyhead, Do you have static or dynamic ip address?
If you have dynamic then there is no point of attaching it.

And if you have static you can attach domain to your external ip address.
Your ip can be found here: http://www.whatismyip.com/
Of course you will have to open port 80 on your modem/router and computer.


I'm not sure. I have never tried this before. I use my router for internet on my laptop and I heard that opening port 80 will block off the internet. I heard as an alternative you can do something with port 8080.




Edited Bylooneyhead - Friday, 2010 September 24, 4:04 AM
 
jackassDate: Friday, 2010 September 24, 11:29 AM | Message # 9
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
Quote (looneyhead)
will block off the internet

lol. thats not true biggrin

But skype is using 80 port, so remember to shut it down when your site is on-line!


 
BrazenDate: Saturday, 2010 September 25, 10:32 AM | Message # 10
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
looneyhead, like jackass said it won't block the internet.

and yes you can use either 80 or 8080


LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
uCoz Support Forum by uCozers » Other » PC Tutorials » How to install and configure WampServer for windows (sml[tutorial])
  • Page 1 of 1
  • 1
Search:


Copyrights uCozers 2009 - 2024 To TOP
Refresh Smileys Manager