Pages: PreviousFirst...240241242243244...LastNext
Current Page: 242 of 291
Results 7231 - 7260 of 8722
11 years ago
RiggsFolly
You also need the C++ 2008 SP1 redist dll. Read the first page of this thread.
Forum: WampServer English
11 years ago
RiggsFolly
I looks like you have copied a mysql database from a old version of mysql to a new version. That wont work if the mysql versions are very different. Do a baskup on the WAMP5 system of all your databases and then a restore to the new one. Unfortunately you have probably messaed up mysql's own database where it keeps all refreences to it databases and users and privilages. You may have to uni
Forum: WampServer English
11 years ago
RiggsFolly
You are going to have to be more specific about your problem please.
Forum: WampServer English
11 years ago
RiggsFolly
Did you look at the Windows event log like the message said??
Forum: WampServer English
11 years ago
RiggsFolly
No MySQL runs on port 3306 by default. Why do you want to change the Apache port number?
Forum: WampServer English
11 years ago
RiggsFolly
That one is not much help, although it shows that Apache is running, ASSUMING the date and time are current. Try some others, and paste the whole line. You wont get in trouble.
Forum: WampServer English
11 years ago
RiggsFolly
Ok so if the router is forwarding to the right PC wamp apache logs should show an access made from some ip address. Have you 'Put Online' so that Apache will answer calls from external IP address's??
Forum: WampServer English
11 years ago
RiggsFolly
Take a look at some php tutorial sites, thats not what we do here. When you want to start coding create a fodler under the c:|wamp\www folder eg c:\wamp\www\site1 c:\wamp\www\site2 then run those sites by entering Dont mess with anything in the c:\wamp\www folder, that all belongs to wamp
Forum: WampServer English
11 years ago
RiggsFolly
Ignore my last post I got that completely wrong. If the Start/Resume service is green, that means that that service has not started. So it is your Apache service that is not starting and your MySQL service has started fine. So we now need to look at why Apache is not starting. First check the apache_error log, use the wampmanager menu system to view this, left click wampmanager -> Ap
Forum: WampServer English
11 years ago
RiggsFolly
Check your router: You will have port forwarded port 80 on you router to an internal ip address. This will have been to your old PC, change it to your new PC's ip address. Make sure that the PC running wamp has a static IP so it will not change on reboot.
Forum: WampServer English
11 years ago
RiggsFolly
This is why it is so much easier to leave your database and APache on the standard ports. Joomla and anything/everything else for that matter will be expecting MySQL to be running on the standard 3306 port, and that is your problem. I believe you can do this with joomla but when you do the install and it asks for where the database is you have to say localhost:3333, otherwise you are going
Forum: WampServer English
11 years ago
RiggsFolly
That may work if there are no obvious change between old and new MySQL versions. If there are try this By default all databases live in the C:\wamp\bin\mysql\mysqlx.y.z\data folder 1. Make a copy of what you currently have in the C:\wamp\bin\mysql\mysqlx.y.z\data folder ( copy to somewhere not in the wamp folder structure ) so you can replace it if this all goes wrong. 2. From wamp man
Forum: WampServer English
11 years ago
RiggsFolly
That means it was probably the MySQL service that is not starting. The usual reason for that is that there is either another mysql service installed or there is a rouge my.ini somewhere 1. Check that there is only a wampmysql service installed. If you find a service called 'mysql' then Disable it. 2. Do a search for my.ini and my.cnf. Do not delete the ones found in the c:\wamp fol
Forum: WampServer English
11 years ago
RiggsFolly
Do you want to send me a Private Message with your Team Viewer ID and PWD and I will have a look.
Forum: WampServer English
11 years ago
RiggsFolly
try this: edit httpd.conf using the wampmanager menus left click wamp manager -> Apache -> httpd.conf Search for this line Listen 80 Change it to Listen 0.0.0.0:80 Does that cure the problem?
Forum: WampServer English
11 years ago
RiggsFolly
Use phpMyAdmin if you dont want to use the mysql console, make the changes I suggested earlier and then it should ask you for the useris/passeod use root/your new password
Forum: WampServer English
11 years ago
RiggsFolly
After an install the 'root' userid has no password
Forum: WampServer English
11 years ago
RiggsFolly
1. Have you made any changes to httpd.conf ? 2. What is the error is being reported? For error messages look in the error log files First try wampmanager -> Apache -> httpd.conf Second try Start -> Control Panel -> Administrative Tools -> Event Viewer Give it time to load the event log and then look in Windows Logs -> Applications for messahes from Apache
Forum: WampServer English
11 years ago
RiggsFolly
Ok, just in case you are giving me the wrong information can we check the following please: Using the wampmanager icon menus: left click wampmanager -> Apache -> Service If the 'Start/Resume service' line is Green Apache has not started, if it is grey then Apache has started. left click wampmanager -> MySQL -> Service If the 'Start/Resume service' line is Green My
Forum: WampServer English
11 years ago
RiggsFolly
Ok in that case they may not exists, they do not always exist, so ignore my last message. Lets start again. do this: left click wampmanager -> Apache -> Service -> Test port 80 This will launch a command window and should tell you what, if anything, is using port 80. Report back with what it says.
Forum: WampServer English
11 years ago
RiggsFolly
Did you see that there were 3 bit you may need to uninstall 1. IIS itself 2. Web Deploy 2.0 3. MS Sql Server Reporting service.
Forum: WampServer English
11 years ago
RiggsFolly
Yes of course it is, my mistake.
Forum: WampServer English
11 years ago
RiggsFolly
If you are trying to use phpMyAdmin you have to tell it ( via its config file ) that you have set a password. edit D:\wamp\apps\phpmyadmin3.x.y\config.inc.php Change $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = ''; $cfg['Servers'][$i]['AllowNoPassword'] = true; To $cfg['Servers'][$i]['auth_type'] = 'http'; $cf
Forum: WampServer English
11 years ago
RiggsFolly
If you are not going to use IIS then UNINSTALL it, if you need to install it again later, it comes as part of the standard OS so you wont need to do anything perticularly clever. So go to Start -> Control Panel -> Programs and Features Click the 'Turn windows features on and off' link in the left hand menu. Wait for the list to load and then find 'Internet Information Services' Un c
Forum: WampServer English
11 years ago
RiggsFolly
mysqlcheck is an exe not a command to the mysql processor c:\wamp\bin\mysql\mysqlx.y.z\mysqlcheck.exe So dont run it in the mysql console, start a command window and cd into the c:\wamp\bin\mysql\mysqlx.y.z\mysqlcheck.exe and then run it.
Forum: WampServer English
11 years ago
RiggsFolly
If you are not intending to use IIS then its better to uninstall it. Afterall with it installed it is just another attack vector for a hacker. You can install it again later if you decide you want to use it. So go to Start -> Control Panel -> Programs and Features Click the 'Turn windows features on and off' link in the left hand menu. Wait for the list to load and then find 'Inte
Forum: WampServer English
11 years ago
RiggsFolly
Try this: Edit your Apache config file using the wampmanager menu system. wampmanager -> Apache -> httpd.conf Find the line Listen 80 and change it to Listen 0.0.0.0:80 This will tell Apache to only listen on the IPV4 address range
Forum: WampServer English
11 years ago
RiggsFolly
kerthick, That is not a good solution! If you ever open your server up for others to see then the universe will be able to use phpMyAdmin and mess with your databases.
Forum: WampServer English
11 years ago
RiggsFolly
Can you paste some of your apache error log and or php error log
Forum: WampServer English
11 years ago
RiggsFolly
What colour is the wampmanager icon in the system tray??
Forum: WampServer English
Pages: PreviousFirst...240241242243244...LastNext
Current Page: 242 of 291