phpMyAdmin 3.5.2 released

phpMyAdmin 3.5.2 is now available for download.What’s new in this version.

[interface] JS error when editing index
[core] Call to undefined function __()
[edit] NOW() function incorrectly selected
[GUI] Invalid HTML code on transformation_overview.php
[browse] Missing validation in Ajax mode
popup message on build SQL of import
[core] Make X-WebKit-CSP work better
replace Highcharts with jqplot for query profiling, zoom search
[interface] No form validation in change password dialog
[interface] Broken password validation in copy user form
[unterface] Add user form prints JSON when user presses enter
[config] duplicate line in config.sample.inc.php
[interface] Grid editing incorrectly parses ENUM/SET values
[core] More clever URL rewriting with ForceSSL
(more…)

Continue ReadingphpMyAdmin 3.5.2 released

phpMyAdmin 3.5.0 released

phpMyAdmin 3.5.0 is now available for download.what’s new in this version?

browse-mode improvements
grid editing
remember recent tables
remember last sort order by table
flexible column width
reorder columns
more compact navigation bar
AJAXification of many operations
reorganised server status page, with server monitoring
improved support for stored routines, events and triggers
openGIS support
zoom-search in table search
Drizzle support
improved ENUM/SET editor
(more…)

Continue ReadingphpMyAdmin 3.5.0 released

phpMyAdmin 3.5.0 RC1 released

phpMyAdmin 3.5.0 RC1 is now available for testing.what’s new in this release?

browse-mode improvements
grid editing
remember recent tables,last sort order by table
flexible column width
reorder columns
more compact navigation bar
AJAXification of many operations
reorganised server status page, with server monitoring
improved support for stored routines, events and triggers
openGIS support
zoom-search in table search
Drizzle support
improved ENUM/SET editor
(more…)

Continue ReadingphpMyAdmin 3.5.0 RC1 released

phpMyAdmin 3.4.9 released

phpMyAdmin 3.4.9 is now available to download. What’s new in this version?

[edit] Inline editing enum fields with null shows no dropdown
[interface] DB suggestion not correct for user with underscore
[core] Magic quotes removed in PHP 5.4
[session] No feedback when result is empty (signon auth_type)
[display] Problems regarding ShowTooltipAliasTB
[edit] Can’t rename a database that contains views
[edit] Unable to move tables with triggers
[navi] Fast filter broken with table tree
[GUI] Firefox favicon frameset regression
[core] Better compatibility with mysql extension
[security] Self-XSS on export options (export server/database/table)
[security] Self-XSS in setup (host parameter)
(more…)

Continue ReadingphpMyAdmin 3.4.9 released

phpMyAdmin 3.4.8 released

phpMyAdmin 3.4.8 is now available to download. What’s new in this version?

[interface] enum data split at space char (more space to edit)
[interface] ENUM/SET editor can’t handle commas in values
[interface] no links to browse/empty views and tables
[interface] Deleted search results remain visible
[import] ODS import ignores memory limits
[interface] Visual column separation
[parser] TRUE not recognized by parser + patch #3433770 [config] Make location of php-gettext
(more…)

Continue ReadingphpMyAdmin 3.4.8 released

phpMyAdmin 3.4.7 released

phpMyAdmin 3.4.7 is now available for download.This is a bugfix release.

fixed Links in navigation when $cfg[‘MainPageIconic’] = false
fixed Inline edit shows dropdowns even after closing
fixed View renaming did not work
fixed Wrong icon for view (MySQL 5.5)
fixed Missing documentation section
fixed Broken PDF file when exporting database to PDF
fixed Allow to set language in URL
fixed Fix links to PHP documentation
fixed Export to bzip2 is not working

(more…)

Continue ReadingphpMyAdmin 3.4.7 released

phpMyAdmin 3.4.6 released

phpMyAdmin 3.4.6 is now available for download. phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web.

Supported MySQL features:
browse and drop databases, tables, views, fields and indexes
create, copy, drop, rename and alter databases, tables, fields and indexes
maintenance server, databases and tables, with proposals on server configuration
execute, edit and bookmark any SQL-statement, even batch-queries
manage MySQL users and privileges
manage stored procedures and triggers
(more…)

Continue ReadingphpMyAdmin 3.4.6 released

How to install and configure Apache,PHP,MySql and phpMyadmin on windows

Step 1:
Installing apache

Download the best available version of Apache web server for Windows from this Download link

Select

Win32 Binary without crypto (no mod_ssl) (MSI Installer)

or

Win32 Binary including OpenSSL

Here we using Apache HTTP Server (httpd) 2.2.17 Win32 Binary including OpenSSL
Double click the installer->Click next->check i accept the terms in the licence agreement and click next->Next->
Now see the below image to fill the server information

(more…)

Continue ReadingHow to install and configure Apache,PHP,MySql and phpMyadmin on windows