473,503 Members | 1,797 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Configure phpmyadmin, how to get server details!

24 New Member
Hi,

I have just installed Apache, PHP5, and WinMySQLAdmin 1.4 on brand new Windows XP, I have configured everything properly (I followed instructions from a book, so I know everything is right), I have tested a php file on localhost and it works fine, but now, I want to install phpmyadmin on my computer so I can easily play with databases, etc. I have downloaded the ZIP file for the english installation off the official website and extracted files into a folder called "pma" and created a config.inc.php file from instructions on installing phpmyadmin on the internet. This is what my config.inc.php file looks like (I can show you the password and user because I am running this only on my local system) :

Expand|Select|Wrap|Line Numbers
  1. <?php
  2. $i=1;
  3. $cfg['PmaAbsoluteUri'] = 'http://localhost/pma/';
  4. $cfg['Servers'][$i]['host'] = 'localhost';
  5. $cfg['Servers'][$i]['auth_type'] = 'config'; 
  6. $cfg['Servers'][$i]['user'] = 'test'; 
  7. $cfg['Servers'][$i]['password'] = 'test'; 
  8. $cfg['blowfish_secret'] = ''; 
  9. ?>
  10.  
I am 100% sure that everything is right here, apart from this bit:

Expand|Select|Wrap|Line Numbers
  1. $cfg['Servers'][$i]['host'] = 'localhost';
  2.  
I have WinMySQLAdmin 1.4 installed but I am unsure how to get the right details from that, here is an image of what my winmysqladmin screens look like, please see if this helps me:



AND



Please help thanks!
Jun 2 '08 #1
2 2908
Atli
5,058 Recognized Expert Expert
Hi.

I don't get the problem.

Is phpMyAdmin not working?
If so, then how is it not working?
What exactly is the problem?
Jun 4 '08 #2
Lazoris
16 New Member
If you're just trying to setup a local host to test stuff on your home pc or laptop, I just used this

http://www.apachefriends.org/en/xampp.html

Its a pre-setup webserver application with apache, php and anything else you might need. Im not a programmer so when i tried to setup all that stuff on my own I took me like 3 days lol. Using this should solve any setup issues, unless you want to learn how to do it all.

Hope this helped.

Laz
Jun 14 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
2860
by: JimC | last post by:
I have PHP installed on a Windows XP platform using IIS as server. When updating a MySQL database field set to MEDIUMTEXT in phpMyAdmin, the transaction seems to fail if the text contains more...
7
6430
by: SCS | last post by:
Running PHP 4.5.7 PHPMyAdmin 2.5.7-pl1 IIS 6 I am thrying to get phpmyadmin to work, but whenever I click a link or try to browse a database I get a 404 error, because the PmaAbsoluteUri...
4
36993
by: Stefan Mueller | last post by:
I've just installed phpMyAdmin. If I have the line $cfg = 'http://localhost/php/phpmyadmin'; in my config.inc.php I can login to phpMyAdmin without any problems from my local machine. But it's...
2
9008
by: Daniel Mercier | last post by:
Hi, I'm new to mysql and just installed phpmyadmin. Here is the versions info: System Linux linlyne.spider.sense 2.4.22-1.2199.nptl #1 PHP Version 4.3.8
2
1688
by: Christian Hansen | last post by:
Can phpMyAdmin be used to manage databases that are not local?
5
3035
by: Marcus | last post by:
Hello, I am having a problem with a query in phpMyAdmin... it works fine on my localhost, but the exact same query produces an error in phpMyAdmin on my server: localhost: PHP 4.3.11, MySQL...
9
3572
by: Eric Layman | last post by:
Hi, I'm not sure if this is the right place. I understand there is a tool called MSDE web admin which is supposely a web based version of our fav MS SQL GUI tools. But that requires...
8
7077
by: deko | last post by:
I've just loaded phpMyAdmin on a Debian Linux server with Apache2, MySql5 and PHP5. myserver # dpkg -l | grep php ii libapache-mod-php5 5.2.0-8+etch4 ii libapache2-mod-php4 4.4.4-8+etch2 ii...
1
3565
by: pearl146 | last post by:
Hi everybody, I'm installing a network monitoring tool (OpManager). During installation I reached the following step: Configure the SQL Server details. Host Name: ??? Port: 1433 Database...
0
7076
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7274
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7453
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4670
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3162
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3151
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1507
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
732
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
377
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.