<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<?xml-stylesheet type="text/css" href="http://blog.cihar.com/styles/feed.css"?>
<title type="html">phpMyAdmin</title>
<link rel="alternate" type="text/html" href="http://blog.cihar.com" />
<link rel="self" type="application/atom+xml" href="http://blog.cihar.com/archives/phpmyadmin/index-atom.xml" />
<updated>2008-09-08T20:26:52+02:00</updated>
<author>
<name>Michal Čihař</name>
<uri>http://blog.cihar.com</uri>
</author>
<id>http://blog.cihar.com/</id>
<generator uri="http://nanoblogger.sourceforge.net" version="3.4 RC1">NanoBlogger</generator>
<entry>
<title type="html">More fun with phpMyAdmin package in Debian</title>
<author>
<name>Michal Čihař</name>
</author>
<link rel="alternate" type="text/html" href="http://blog.cihar.com/archives/2008/09/07/more_fun_with_phpmyadmin_package_in_debian/" />
<id>http://blog.cihar.com/archives/2008/09/07/more_fun_with_phpmyadmin_package_in_debian/</id>
<published>2008-09-07T23:56:13+02:00</published>
<updated>2008-09-07T23:56:13+02:00</updated>
<category term="phpMyAdmin" />
<category term="Debian" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>When finishing series of articles about 
<a href="http://www.abclinuxu.cz/serialy/balicky-pro-debian">Debian packaging</a>and writing about 
<a href="http://packages.debian.org/unstable/dbconfig-common">dbconfig-common</a>, I just had to ask myself, why it is not used in phpMyAdmin package. I did not find any reason and as Thijs did not have any objections, I hacked it together this evening.</p>
<p>So what you will get? All fancy features where phpMyAdmin requires it's database to manage some additional features. For example you can create PDF pages with structure of your database, add additional comments to databases, notice relations between MyISAM tables, etc. Simply see 
<a href="http://wiki.cihar.com/pma/pmadb">wiki</a>for more details.</p>
<p>Besides this, phpMyAdmin is now automatically configured to use database you choose using dbconfig-common, so you can also connect to remote MySQL server without manually configuring anything.</p>
<p>The only thing which scares me a bit is that we now increased a lot number of debconf questions user has to reply by this...</p>
</div>
</content>
</entry>
<entry>
<title type="html">Little patch for me, big change for phpMyAdmin</title>
<author>
<name>Michal Čihař</name>
</author>
<link rel="alternate" type="text/html" href="http://blog.cihar.com/archives/2008/09/03/little_patch_for_me_big_change_for_phpmyadmin/" />
<id>http://blog.cihar.com/archives/2008/09/03/little_patch_for_me_big_change_for_phpmyadmin/</id>
<published>2008-09-03T15:58:29+02:00</published>
<updated>2008-09-03T15:58:29+02:00</updated>
<category term="phpMyAdmin" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>I just commited to phpMyAdmin trunk (will be released once as 3.1) few small patches, but the change is quite important - phpMyAdmin will now default to cookie authentication method and it will not allow to login as root user without password (unless it is explicitly enabled in configuration).</p>
<p>Reasons for both changes are simple - most people change default authentication to cookie in production environment anyway, so why not to make it default and giving remote access to freshly installed MySQL server has been always considered a bit security issue. Well it was an user problem, but why not to prevent such issues?</p>
</div>
</content>
</entry>
<entry>
<title type="html">Demo server updates</title>
<author>
<name>Michal Čihař</name>
</author>
<link rel="alternate" type="text/html" href="http://blog.cihar.com/archives/2008/08/29/demo_server_updates/" />
<id>http://blog.cihar.com/archives/2008/08/29/demo_server_updates/</id>
<published>2008-08-29T19:54:30+02:00</published>
<updated>2008-08-29T19:54:30+02:00</updated>
<category term="phpMyAdmin" />
<category term="Website" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Today I finally made something for phpMyAdmin :-). First I've updated Czech translation of 3.0, so it is not that behind as it used to be (only some PBXT strings are missing right now) and then I fixed some potential issues which Thijs has found (thanks to him for his great security work not only for Debian).</p>
<p>Later I focused a bit on 
<a href="http://pma.cihar.com/">demo server</a>. As we already have new setup script from GSoC (made by Piotr Przybylski), links to setup script have been updated and I also reorganised links to all demo versions including direct login links for cookie based authentication. I hope it is now a bit easier to navigate and choose which demo version you want to test :-).</p>
</div>
</content>
</entry>
<entry>
<title type="html">Two phpMyAdmin projects in GSoC 2008</title>
<author>
<name>Michal Čihař</name>
</author>
<link rel="alternate" type="text/html" href="http://blog.cihar.com/archives/2008/04/23/two_phpmyadmin_projects_in_gsoc_2008/" />
<id>http://blog.cihar.com/archives/2008/04/23/two_phpmyadmin_projects_in_gsoc_2008/</id>
<published>2008-04-23T00:18:46+02:00</published>
<updated>2008-04-23T00:18:46+02:00</updated>
<category term="phpMyAdmin" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Well I did not expect that much when MySQL offered us to piggyback on their participation in GSoC 2008, but at the end we have two projects. One is about 
<a href="http://code.google.com/soc/2008/mysql/appinfo.html?csaid=C3207AADF389E43C">blobstreaming</a>which I absolutely don't know and is probably some amazing new technology :-). Marc will act as a sponsor on this together with some guys from 
<a href="http://www.blobstreaming.org">http://www.blobstreaming.org</a>.</p>
<p>The second project is 
<a href="http://code.google.com/soc/2008/mysql/appinfo.html?csaid=77F70DCEE7EBCAD1">setup rewrite</a>where I will act as a mentor and Piotr Przybylski will implement it. Hopefully we will bring this to successful end and soon phpMyAdmin will bring you easier way to set up and configure it's options.</p>
</div>
</content>
</entry>
<entry>
<title type="html">Similarity in project names</title>
<author>
<name>Michal Čihař</name>
</author>
<link rel="alternate" type="text/html" href="http://blog.cihar.com/archives/2008/04/09/similarity_in_project_names/" />
<id>http://blog.cihar.com/archives/2008/04/09/similarity_in_project_names/</id>
<published>2008-04-09T08:09:55+02:00</published>
<updated>2008-04-09T08:09:55+02:00</updated>
<category term="phpMyAdmin" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>While looking at poll about 
<a href="http://cos.root.cz/hlasovani/">Czech open source</a>for first time, I was surprised that two of my projects got in - 
<a href="http://www.phpmyadmin.net/">phpMyAdmin</a>and 
<a href="http://wammu.eu/">Wammu</a>. After looking again at that page I noticed there is a typo in phpMyAdmins name, it was written as phpMinAdmin. Then I looked even more carefully and even URL it is pointing to is something different. In this time I realized that it is something completely different with just very similar name. 
<a href="http://phpminadmin.sourceforge.net/">phpMinAdmin</a>is some minimalistic clone of 
<a href="http://www.phpmyadmin.net/">phpMyAdmin</a>, but why they could not choose a bit more different name?</p>
<p>PS: Anyway you can still vote for 
<a href="http://wammu.eu/">Wammu</a>in 
<a href="http://cos.root.cz/hlasovani/">Czech open source</a>:-).</p>
</div>
</content>
</entry>
<entry>
<title type="html">phpMyAdmin is in Summer of Code</title>
<author>
<name>Michal Čihař</name>
</author>
<link rel="alternate" type="text/html" href="http://blog.cihar.com/archives/2008/04/04/phpmyadmin_is_in_summer_of_code/" />
<id>http://blog.cihar.com/archives/2008/04/04/phpmyadmin_is_in_summer_of_code/</id>
<published>2008-04-04T15:43:51+02:00</published>
<updated>2008-04-04T15:43:51+02:00</updated>
<category term="phpMyAdmin" />
<category term="Coding" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Well not directly, but MySQL is and they will also accept our projects. So if you are student interested in getting some money for improving free software, you're welcome to contact us. We have written down our ideas to 
<a href="http://wiki.cihar.com/pma/SummerOfCode2008IdeasList">wiki</a>, but feel free to come with your own thought. But don't forget that deadline is this Monday!</p>
<p>While talking about this improving phpMyAdmin, phpMyAdmin team would also like to take part in 
<a href="http://www.hackontest.org/">Hackontest</a>, so vote and suggest there features for us! If you have no idea for phpMyAdmin, Debian is also taking part there ;-).</p>
</div>
</content>
</entry>
<entry>
<title type="html">phpMyAdmin has export to Texy!</title>
<author>
<name>Michal Čihař</name>
</author>
<link rel="alternate" type="text/html" href="http://blog.cihar.com/archives/2008/01/16/phpmyadmin_has_export_to_texy/" />
<id>http://blog.cihar.com/archives/2008/01/16/phpmyadmin_has_export_to_texy/</id>
<published>2008-01-16T12:26:46+02:00</published>
<updated>2008-01-16T12:26:46+02:00</updated>
<category term="phpMyAdmin" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>I just commited export to 
<a href="http://texy.info/">Texy!</a>into 
<a href="http://www.phpmyadmin.net/">phpMyAdmin</a>SVN. I originally wrote it only as an example for article on 
<a href="http://phpmyadmin.cz/">Czech phpMyAdmin pages</a>(to be published next Monday), but at the end it turned to be interesting for more people and it ended in SVN, so you can expect it 3.0 release.</p>
<p>To see how it actually looks like, you can go to 
<a href="http://texy.info/en/try/4q5we">Texy! demo</a>.</p>
</div>
</content>
</entry>
<entry>
<title type="html">New databases in phpMyAdmin demo</title>
<author>
<name>Michal Čihař</name>
</author>
<link rel="alternate" type="text/html" href="http://blog.cihar.com/archives/2007/11/28/new_databases_in_phpmyadmin_demo/" />
<id>http://blog.cihar.com/archives/2007/11/28/new_databases_in_phpmyadmin_demo/</id>
<published>2007-11-28T21:03:17+02:00</published>
<updated>2007-11-28T21:03:17+02:00</updated>
<category term="phpMyAdmin" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>I just added all 
<a href="http://dev.mysql.com/doc/#sampledb">MySQL example databases</a>to 
<a href="http://pma.cihar.com/">phpMyAdmin demo</a>, so if you want to play with some more or less real data in phpMyAdmin, you now have great opportunity. Especially interesting is 
<a href="http://dev.mysql.com/doc/sakila/en/sakila.html">sakila database</a>which exposes many new MySQL features.</p>
<p>All databases are automatically periodically restored, so you don't have to be afraid to play with it :-).</p>
</div>
</content>
</entry>
<entry>
<title type="html">Czech pages about phpMyAdmin</title>
<author>
<name>Michal Čihař</name>
</author>
<link rel="alternate" type="text/html" href="http://blog.cihar.com/archives/2007/11/01/czech_pages_about_phpmyadmin/" />
<id>http://blog.cihar.com/archives/2007/11/01/czech_pages_about_phpmyadmin/</id>
<published>2007-11-01T17:05:11+02:00</published>
<updated>2007-11-01T17:05:11+02:00</updated>
<category term="phpMyAdmin" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>After two weeks of testing, I'd like to announce Czech pages about phpMyAdmin - 
<a href="http://phpmyadmin.cz/">http://phpmyadmin.cz/</a>. You will find there various tips and howtos for using phpMyAdmin as well as project and development news. I'd like to build there a community where people could find help about this tool in their native language, but I have no idea whether it has a chance to succeed. Anyway the domain name was cheap so I had to try to realize idea, which was sitting in my head for quite a long time.</p>
</div>
</content>
</entry>
<entry>
<title type="html">Troubles on being popular</title>
<author>
<name>Michal Čihař</name>
</author>
<link rel="alternate" type="text/html" href="http://blog.cihar.com/archives/2007/06/12/troubles_on_being_popular/" />
<id>http://blog.cihar.com/archives/2007/06/12/troubles_on_being_popular/</id>
<published>2007-06-12T14:54:55+02:00</published>
<updated>2007-06-12T14:54:55+02:00</updated>
<category term="phpMyAdmin" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
<a href="http://www.phpmyadmin.net/">phpMyAdmin</a>is quite popular tool and it attracts people who want to earn money on it. For long time Navicat company used phpMyAdmin name to propagate their completely different product, but this seems to be gone now (probably with help from Google, but I haven't receive reply from them, but short after my complain, all their ads abusing phpMyAdmin were gone).</p>
<p>Today Marc spotted that somebody just stole our website added Google shopping cart and started to sell phpMyAdmin:</p>
<p>
<a href="http://blog.cihar.com/images/blog/2007-06/pma-shot-1.png">
<img src="http://blog.cihar.com/images/blog/2007-06/pma-shot-1-small.png" alt="Main stolen page screenshot" />
</a>
<a href="http://blog.cihar.com/images/blog/2007-06/pma-shot-2.png">
<img src="http://blog.cihar.com/images/blog/2007-06/pma-shot-2-small.png" alt="Buy page screenshot" />
</a>
</p>
<p>Lets see how long will it take to get them down.</p>
<p>PS: There is intentionally no link in this post, you can see URL on screenshot, if you really want.</p>
<p>Update: It looks like hosting is very responsible on such problems, they just disabled this domain:</p>
<blockquote>
<p>Hello,</p>
<p>Thank-you for your e-mail enquiry.</p>
<p>Please be advised that we have disabled site php-my-admin.awardspace.com.</p>
<p>AWARDSPACE.COM provides legitimate web hosting services and has a ZERO tolerance policy towards these violations.</p>
<p>We apologize for the inconvenience this has caused you. If you still have any concerns in regards this matter feel free to contact us.</p>
<p>Best Regards, Harry</p>
<p>AWARDSPACE Dedicated Support Team 
<em>support@awardspace.com</em></p>
<p>/"Your winning web hosting provider"/ 
<em>http://www.awardspace.com</em></p>
</blockquote>
</div>
</content>
</entry>
</feed>
