Current Page: 1 of 1
Results 1 - 8 of 8
14 years ago
Calon Merc
There aren't any... And everything did work a short while ago, then I simply copied all my files to a hosted server, now the files don't work on my WAMP server.
Forum: WampServer English
14 years ago
Calon Merc
Ahh but the problem lies in that I cannot load PHPMyAdmin.
Forum: WampServer English
14 years ago
Calon Merc
How and/or where do I set the connect settings? I am using PHP and I have a mysql_connect command, but I do not know where to find the account details. I also cannot access PHPmyAdmin. mysql_connect("localhost","{user}","{password}" ) or die('Could not connect: ' . mysql_error()); mysql_select_db("{databasename}" ) or die('Could not connect: ' . mys
Forum: WampServer English
14 years ago
Calon Merc
I'm not sure how to get mail set up on my WAMPserver.... I'd like to have it be from my IP/address, if possible. I wouldn't mind installing Apache modules or any other software I need to install. If anyone could point me in the right way, that would be great. Thanks in advance!
Forum: WampServer English
14 years ago
Calon Merc
Thank you very much!
Forum: WampServer English
14 years ago
Calon Merc
Is there any way I could make it just local host and the specific IP of my other computers?
Forum: WampServer English
14 years ago
Calon Merc
Ok, so I have this then: <Directory "c:/wamp/apps/phpmyadmin3.2.0.1/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory> Do I add another one with the other IP, or do I edit "Allow from 127.0.0.1"?
Forum: WampServer English
14 years ago
Calon Merc
I have PHPmyadmin access via localhost, but I'd also like to be able to view it from another computer on my network. I know the network IP, so how would I make it so that I can access PHPmyadmin from both systems? I have this: $cfg['Servers'][$i]['verbose'] = 'localhost'; $cfg['Servers'][$i]['host'] = 'localhost'; But I don't know what to do to allow the other IP to connect remotely.
Forum: WampServer English
Current Page: 1 of 1