Pages: 12Next
Current Page: 1 of 2
PhpMyAdmin didn't start
Posted by: quax (---.revip5.asianet.co.th)
Date: July 08, 2012 02:12PM

Hi, I installed WampServer 2 on Windows 8 Release Preview 32bit and the server is up and running.
I could go to the Localhost screen, no problem! As I try to open PhpMyAdmin, I get an Error: HTTP 403 Forbidden!

How to solve that?

Thanks for any answer.

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: stevenmartin99 (Moderator)
Date: July 08, 2012 02:31PM

Windows 8 is not finished yet.

It's missing the hosts file. You need to add one manually

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]



Edited 1 time(s). Last edit at 07/08/2012 03:20PM by stevenmartin99.

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: quax (---.revip5.asianet.co.th)
Date: July 08, 2012 03:18PM

Thanks for that.

What hosts file need to add to where?

Thanks.

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: stevenmartin99 (Moderator)
Date: July 08, 2012 03:22PM

create a file called "hosts"

it MUST NOT have an extension.

the file should be as such
127.0.0.1      localhost

place this file into c:\windows\system32\drivers\etc\

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]



Edited 1 time(s). Last edit at 07/08/2012 03:22PM by stevenmartin99.

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: quax (---.revip5.asianet.co.th)
Date: July 08, 2012 03:32PM

Hm.....! That files exist already! Still didn't work!!

Any other clue?

Thanks.

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: quax (---.revip5.asianet.co.th)
Date: July 08, 2012 03:37PM

From date and time that file were created, it was done by Wamp Server 2.2 today!!

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: stevenmartin99 (Moderator)
Date: July 08, 2012 03:39PM

yes the new version of wamp tries to create it but you might want to check the contents... the creation is still a little buggy.

can you provide the contents of the file?

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: quax (---.revip5.asianet.co.th)
Date: July 08, 2012 03:41PM

Here we go:

Quote

# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost

127.0.0.1 localhost

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: stevenmartin99 (Moderator)
Date: July 08, 2012 03:44PM

looks ok.

if you wanna get teamviewer i will take a look

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: quax (---.revip5.asianet.co.th)
Date: July 08, 2012 03:48PM

I've RAdmin installed because that's I use for remote connection. Are you OK with that?

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: stevenmartin99 (Moderator)
Date: July 08, 2012 03:49PM

yes thats fine

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: quax (---.revip5.asianet.co.th)
Date: July 08, 2012 03:52PM

Ok, installed Teamviewer just ; 768 403 003

Pass: ######



Edited 1 time(s). Last edit at 07/08/2012 03:53PM by quax.

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: stevenmartin99 (Moderator)
Date: July 08, 2012 04:12PM

is Windows 8 running on a virtual box?

im just thinking why it might have been ignoring the settings

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: quax (---.revip5.asianet.co.th)
Date: July 08, 2012 04:14PM

Thanks a lot Steven.

Question, I like to import a Database with PhpMyAdmin and that database size exceed the 2048 KiB as permitted?
How to change that? The database I need to import has 3900 KiB!

Thanks again for your help, much appreciated.

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: quax (---.revip5.asianet.co.th)
Date: July 08, 2012 04:15PM

No, it's run on it's own HDD!

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: stevenmartin99 (Moderator)
Date: July 08, 2012 04:18PM

Left click wamp > php > php.ini


Find:
post_max_size = 8M 
upload_max_filesize = 2M 
max_execution_time = 30 
max_input_time = 60 
memory_limit = 8M
Change to: (Standard Live Server Settings)
 
post_max_size = 750M 
upload_max_filesize = 750M 
max_execution_time = 5000 
max_input_time = 5000 
memory_limit = 1000M

Then restart wamp

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]



Edited 1 time(s). Last edit at 07/08/2012 04:19PM by stevenmartin99.

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: quax (---.revip5.asianet.co.th)
Date: July 08, 2012 04:24PM

Thanks a lot Steven.

I'm new with this whole thinks of PHP etc. and try to learn as long as I still could. With 65 years not so easy anymore!!

Ok, will change the PHP.ini and than that should work. I would like to start with nuBuilder (http://nubuilder.com which seems to be a great program for to create some webapplications etc.

Thanks a lot for all your help.

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: quax (---.revip5.asianet.co.th)
Date: July 08, 2012 05:03PM

Now I had changed the settings in php.ini ans still have the same problem: limit 2048KiB

I stopped all services and restarted them and have still the problem.

I was try to manually install that databse from Mysql folder running the command: source databasename.sql but work!

How I add now that database to Mysql?

Thanks.

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: stevenmartin99 (Moderator)
Date: July 08, 2012 05:07PM

are you sure you did what i said?

left click wamp> php> php.ini ?

then edit this file..

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: PhpMyAdmin didn't start
Posted by: quax (---.revip5.asianet.co.th)
Date: July 08, 2012 05:19PM

The file were located at: c:\wamp\bin\php\php4.5.3\php.ini

There isn't an php.ini in c:\wamp\php because the folder didn't exist!

Options: ReplyQuote
Pages: 12Next
Current Page: 1 of 2


Sorry, only registered users may post in this forum.