Seraskier wrote:
>
> I am having problems with the installation and configuration of phpMyAdmin
> 2.9. You can see what it is doing by going to
> http://74.208.8.137/phpMyAdmin/
>
> **I have just updated to 2.10 and its not working either, I will keep you
> updated of my work on the server**
>
> I have php5 and mysql 5.2 installed and setup.
>
> I am getting 2 errors and I dont have a clue how to fix them. I also want
> it so that people will have to login to prevent my database from being
> edited from users.
>
> My config.inc.php is:
>
> <?php
> $cfg['PmaAbsoluteUri'] = 'http://74.208.8.137/phpMyAdmin/';
> $cfg['blowfish_secret'] = 'be7f3hk9';
> $cfg['Servers'][$i]['host'] = '74.208.8.137';
> $cfg['Servers'][$i]['port'] = '3306';
> $cfg['Servers'][$i]['extension'] = 'mysql';
> ?>
>
> I have uncommented the "extension=php_mbstring.dll" in the php.ini and
> restarted the server but still no luck. Someone please help me.
>
1st
you forgot $i=1; (before the Server section)
2nd
check your extension dir (if php_mbstring.dll is missing get it from the
php.net "zip" distribution
--
View this message in context: http://www.nabble.com/Installing-and-Configuring-phpMyAdmin-tf3231418.html#…
Sent from the phpmyadmin-devel mailing list archive at Nabble.com.
Hi all
some of you might remember that I added phpMyAdmin to OpenUsability
project. This brought first fruit and we got first usability report[1].
There are some technical problems with images right now, so you have to
download XML to see them (well in fact it will download xml + images in
zip file).
There are some suggestions for improving icons readability, which I
generally like, but I don't have time to look at it more deeply right
now. Anybody interested in merging those suggestions to our code? :-)
[1]: http://www.openusability.org/reports/view.php?group_id=153&repid=89
--
Michal Čihař | http://cihar.com | http://blog.cihar.com
_ __ __ _ _ _
_ __ | |__ _ __ | \/ |_ _ / \ __| |_ __ ___ (_)_ __
| "_ \| "_ \| "_ \| |\/| | | | | / _ \ / _` | "_ ` _ \| | "_ \
| |_) | | | | |_) | | | | |_| |/ ___ \ (_| | | | | | | | | | |
| .__/|_| |_| .__/|_| |_|\__, /_/ \_\__,_|_| |_| |_|_|_| |_|
|_| |_| |___/ 2.10.0-rc1
http://www.phpmyadmin.net
phpMyAdmin 2.10.0-rc1 - February 11, 2007
=========================================
A PHP application to administrate MySQL over the Web
----------------------------------------------------
Announcement
------------
The phpMyAdmin Project announces the immediate availability
of the first release candidate for phpMyAdmin 2.10.0.
phpMyAdmin is a web administration tool for MySQL databases, intended to
handle a whole database server as well as a single database. Over the
years, it has become the most popular Web GUI for MySQL.
Improvements:
* Designer: new graphical relation manager
* Improved speed on servers with thousands of databases/tables
* Vertical field editor (optional)
* Option to avoid counting rows for views
* Calendar on search page
* DOS-style end-of-lines in setup-generated files
Detailed list of changes is available under
http://www.phpmyadmin.net/ChangeLog.txt
Availability
------------
This software is available under the GNU General Public License V2.0.
You can get the newest version at http://www.phpmyadmin.net/
Available file formats are: .zip, .tar.gz and .tar.bz2.
If you install phpMyAdmin on your system, it's recommended to
subscribe to the news mailing list by adding your address under
http://lists.sourceforge.net/lists/listinfo/phpmyadmin-news
This way, you will be informed of new updates and security fixes.
It is a read only list, and traffic is not greater than a few
mail every year.
Support and Documentation
-------------------------
The documentation is included in the software package as text and
HTML file, but can also be downloaded from:
http://www.phpmyadmin.net/documentation/
The software is provided as is without any express or implied
warranty, but there is a bugs tracker page under:
http://sourceforge.net/projects/phpmyadmin/ [click on "Bugs"]
In addition, there are also a number of discussion lists
related to phpMyAdmin. A list of mailing lists with archives
is available at:
http://sourceforge.net/mail/?group_id=23067 or
http://sourceforge.net/projects/phpmyadmin/ [click on "Lists"]
Finally, an users support forum is also available under:
http://sourceforge.net/forum/forum.php?forum_id=72909
Known bugs
----------
Please subscribe to the news mailing list under
http://lists.sourceforge.net/lists/listinfo/phpmyadmin-news
or regularly check the sourceforge bugs tracker.
Donations
---------
The project accepts donations to help improve the product. There is
a "Donations" link on http://www.phpmyadmin.net.
Description
-----------
(from http://www.phpmyadmin.net/documentation)
phpMyAdmin handles the administration of MySQL over the Web. It
can manage a whole MySQL server as well as a single database.
Currently it can:
* easily browse through databases and tables
* create, copy, rename, alter and drop databases
* create, copy, rename, alter and drop tables
* do table maintenance
* add, edit and drop fields
* execute any SQL-statement, even multiple queries
* create, alter and drop indexes
* load text files into tables
* create (*) and read dumps of tables or databases
* export (*) data to SQL, CSV, XML, Word, Excel, PDF and Latex formats
* administer multiple servers
* manage MySQL users and privileges
* check server settings and runtime information with configuration hints
* check referential integrity in MyISAM tables
* using Query-by-example (QBE), create complex queries automatically
connecting required tables
* create PDF graphics of your Database layout
* search globally in a database or a subset of it
* transform stored data into any format using a set of predefined functions,
like displaying BLOB-data as image or download-link
* support InnoDB tables and foreign keys (see FAQ 3.6)
* support mysqli, the improved MySQL extension (see FAQ 1.17)
* communicate in 50 different languages
(*) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats)
dumps and CSV exports if you use PHP4 >= 4.0.4 with Zlib support
(--with-zlib) and/or Bzip2 support (--with-bz2).
Authors & Copyright
-------------------
Copyright (C) 1998-2000
Tobias Ratschiller <tobias_at_ratschiller.com>
Copyright (C) 2001-2007
Marc Delisle <Marc.Delisle_at_cegepsherbrooke.qc.ca>
Olivier Müller <om_at_omnis.ch>
Robin Johnson <robbat2_at_users.sourceforge.net>
Alexander M. Turek <me_at_derrabus.de>
Michal Cihar <michal_at_cihar.com>
Garvin Hicking <me_at_supergarv.de>
Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
+ many other people
(check the CREDITS section of our documentation)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to
Free Software Foundation, Inc.,
59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
Marc Delisle / 2007-02-11
PrettyMuchBryce wrote:
>
> The used command is not allowed with this MySQL version.
>
> is what I'm getting when I try to import mysql data to my new server. I
> think it's because the phpmyadmin versions are different? Is there anyway
> to export it so its more compatible?
>
there are compatibility options on the export and import page as well.
--
View this message in context: http://www.nabble.com/Problem-with-importing-database-tf3203488.html#a89117…
Sent from the phpmyadmin-devel mailing list archive at Nabble.com.
Hi,
I'll rework the navi logo(s) according to the suggestion we got,
removing the sailboat.
We could also remove the horizontal lines above and below the navi icons?
Marc
hi,
"Due to the amount of work required to integrate patches into phpMyAdmin,
patches posted in a UNIX diff/patch (preferably unified) format, against a
recent copy of the CVS tree will be MUCH more quickly accepted than other code."
possibel we could make some changes?
replace CVS with SVN
"against 'trunk' in SVN repository"
point to tools making diff or patches, f.e.:
"On Windows you can use WinMerge or TortoiseSVN to make unified patchfiles."
thanks
--
Sebastian Mendel
www.sebastianmendel.de