Mac OS X  |  IT & Network Administration  |  Database  |  phpMyAdmin

phpMyAdmin

phpMyAdmin - 2.11.6

admin MySQL over the web

All Time: (4.8)
This Version: Not rated (0.0)
Current Version: 2.11.6
Release Date: 2008-04-29
License: Update
Downloads (this version): 1,278
Downloads (all versions): 119,333
Price: Free

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

phpMyAdmin is intended to handle the adminstration of MySQL over the web. Currently it can:
  • create and drop databases
  • create, copy, drop and alter tables
  • delete, edit and add fields
  • execute any SQL-statement, even batch-queries
  • manage keys on fields
  • load text files into tables
  • create and read dumps of tables
  • export data to CSV values
  • administer multiple servers and single databases

What's new in this version:

  • #1903724 [interface] Displaying of very large queries in error message
  • #1905711 [compatibility] Functions deprecated in PHP 5.3: is_a() and get_magic_quotes_gpc()
  • [lang] catalan wrong accented characters
  • #1893034 [Export] SET NAMES for importing with command-line client
  • Russian update
  • #1910485 [core] Unsetting the whitelist during the loop
  • #1906980 [Export] Import of VIEWs fails if temp table exists
  • #1812763 [Copy] Table copy when server is in ANSI_QUOTES sql_mode
  • #1918531 [compatibility] Navigation isn't w3.org valid
  • #1926357 [data] BIT defaults displayed incorrectly
  • #1930057 [auth] colon in password prevents HTTP login on CGI/IIS
  • #1929553 [lang] Don't output BOM character in Swedish language file
  • #1895796 [lang] Typo in Japanese lang files
  • #1935652 [auth] Access denied (show warning about mcrypt on login page)
  • #1906983 [export] Reimport of FUNCTION fails
  • #1919808 [operations] Renaming a database fails to handle functions
  • #1934401 [core] Cannot force a language
  • #1944077 [core] Config file containing a BOM
  • #1947189 [scripts] Missing head tag in scripts/signon.php
  • [lang] Romanian update

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.5 Intel
  • Mac OS X 10.5 PPC
  • Mac OS X 10.4 Intel
  • Mac OS X 10.4 PPC
  • Mac OS X 10.3.9
  • Mac OS X 10.3
  • Mac OS X 10.2
  • Mac OS X 10.1
  • Mac OS X 10.0

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

phpMyAdmin ReviewSolid release - Version: 2.11.4, 1/15/2008 05:44AM PST

(1 of 1 users found this comment useful)

afterhours
We've been using the rc1 version of 2.11.4 for some time and find it solid and lacking the GUI issues reported earlier. It and CocoaMySQL remain the two simpliest mysql access solutions for our servers. No problems noted to date.
Post a commentAlert Admin

phpMyAdmin Usage TipMinor problem & a fix - Version: 2.10.2, 6/16/2007 07:12AM PST

(2 of 2 users found this comment useful)

Brak

After you've got it installed and configured, and you go to change databases you may notice some strange behavior. In 2.10.2 I noticed when I change databases, it would reload the side-menu with a 404 page, instead of displaying the table list for that database like it should. It appears that they changed the name of the left menu at the last moment (maybe?) and changed it from "left.php" to "navigation.php".

The easiest solution is to create a symbolic link named "left.php" that points to the new "navigation.php". cd to your phpMyAdmin directory and use the following command to do that: ln -s navigation.php left.php

They'll likely have this fixed soon making the symlink unneeded but I noticed it and figured I'd share.

Post a commentAlert Admin

phpMyAdmin ReviewWorks very well - Version: 2.9.2-rc1, 1/10/2007 06:38AM PST

siriusfox1 (BeaumontSoft)
Much of the time it is very handy to be able to use this. As the delete key doesn't work propperly over SSH to my server it is very nice to be able to go t web conviguration.
Post a commentAlert Admin