Welcome to the first alpha of phpMyAdmin 3.3.0. The main new features are:
- new import and export modules
- changes tracking
- synchronizing structure and data between servers
- replication support
The development team will appreciate your testing and feedback about
these features.
Details will appear on http://phpmyadmin.net. In a hurry? you can visit
http://sourceforge.net/projects/phpmyadmin to download.
Marc Delisle, for the team
--
http://infomarc.info
Hi,
it bothers me that this parameter is set to true by default. I
understand that it's a good way to "advertise" this feature but as there
is a overhead associated with the feature, should it be by default?
--
Marc Delisle
http://infomarc.info
Hi,
Tracking provides historic information about the changes of a table, but
should this history persist whenever this table is deleted?
--
Marc Delisle
http://infomarc.info
Php is working fine both php -info at the command line as well as making index.php containing <?php phpinfo(); ?>
Adam
-----Original Message-----
From: phpmyadmin-devel-request(a)lists.sourceforge.net [mailto:phpmyadmin-devel-request@lists.sourceforge.net]
Sent: Monday, December 21, 2009 3:31 PM
To: phpmyadmin-devel(a)lists.sourceforge.net
Subject: Phpmyadmin-devel Digest, Vol 41, Issue 3
Send Phpmyadmin-devel mailing list submissions to
phpmyadmin-devel(a)lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
or, via email, send a message with subject or body 'help' to
phpmyadmin-devel-request(a)lists.sourceforge.net
You can reach the person managing the list at
phpmyadmin-devel-owner(a)lists.sourceforge.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Phpmyadmin-devel digest..."
Today's Topics:
1. Re: I need help with config (Piotr Przybylski)
----------------------------------------------------------------------
Message: 1
Date: Mon, 21 Dec 2009 21:31:11 +0100
From: Piotr Przybylski <piotr.prz(a)gmail.com>
Subject: Re: [Phpmyadmin-devel] I need help with config
To: phpmyadmin-devel(a)lists.sourceforge.net
Message-ID:
<a49078950912211231t342937a8g21cf9eaf86961e74(a)mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Did you try to run a simple "hello world" php script? eg.
<?php echo "it works"; ?>
If it works, use regular phpMyAdmin support -
http://www.phpmyadmin.net/home_page/support.php . If not, look for a
tutorial on IIS/FastCGI configuration. Personally, I use Apache so I can't
help you with IIS.
--
Regards,
Piotr Przybylski
2009/12/21 Adam Sonzogni <asonzogni(a)setfocus.com>
> I am trying to run PHPMyAdmin on top of Windows 2008 R2/IIS7.5 running
> PHP 5.3.1 and MySQL 5.0.88. When I try to login to phpmyadmin it takes about
> 60 seconds and then returns a 500 error. I do not know enough about FastCGI
> to troubleshoot this.
>
>
>
> Thanks in Advance for any help!
>
> Adam
>
>
>
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> Phpmyadmin-devel mailing list
> Phpmyadmin-devel(a)lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
>
>
I am trying to run PHPMyAdmin on top of Windows 2008 R2/IIS7.5 running PHP 5.3.1 and MySQL 5.0.88. When I try to login to phpmyadmin it takes about 60 seconds and then returns a 500 error. I do not know enough about FastCGI to troubleshoot this.
Thanks in Advance for any help!
Adam
[cid:image001.png@01CA824E.59728DA0]
Hi,
in the doc we say:
$cfg['ShowServerInfo'] boolean
Defines whether to display detailed server information on main
page. (...)
Currently, this parameter, when false, only hides the protocol version,
the logged-in user and the server's full name (next to the verbose name).
It's true that this parameter is poorly named (it should have been
ShowDetailedMySQLInfo). We got a request to remove all web server info
and MySQL server info from the main page when this parameter is set to
false. I think this would be appropriate.
Comments?
--
Marc Delisle
http://infomarc.info