Go to file
Garvin Hicking b8df10e41e Get rid of mysql_data_seek(). Use pre-cached PHP array for mysqli
compatibility and bandwidth saving.

Memory issues by caching should not arise, as the used cache will (in our
previously used cases) only cache index fields and max. 200 relation rows.

I tested performance on my machine: By fetching 400kb of data twice via
mysql_fetch_row() -> mysql_data_seek() -> mysql_fetch_row() this was
performed in 0.25 seconds. By fetching it once and caching in a PHP array
via mysql_fetch_row -> foreach this is performed in 0.32 seconds.

With usual data as used in PMA (10kb) I could only detect a performance
change of 0.009 seconds, which is respectable I think.

By not using mysql_data_seek we are later able to use global mysqli
USE_RESULT options to fetch rows singly. I discussed that yesterday with
Rabus, and if there are any objections we can surely discuss that further on
the list.
2004-01-28 11:23:38 +00:00
css yet more charset stuff 2003-12-30 18:24:11 +00:00
images Image for "Execute stored bookmark" 2003-11-03 15:32:00 +00:00
lang remove strCantLoadMySQL 2004-01-24 19:41:10 +00:00
libraries Get rid of mysql_data_seek(). Use pre-cached PHP array for mysqli 2004-01-28 11:23:38 +00:00
scripts file name correction 2003-12-14 19:09:27 +00:00
.cvsignore update credits a bit 2004-01-13 20:05:35 +00:00
browse_foreigners.php Get rid of mysql_data_seek(). Use pre-cached PHP array for mysqli 2004-01-28 11:23:38 +00:00
ChangeLog Get rid of mysql_data_seek(). Use pre-cached PHP array for mysqli 2004-01-28 11:23:38 +00:00
chk_rel.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
config.inc.php database abstraction, part I 2004-01-17 01:47:36 +00:00
CREDITS docs fixes, removed contents of CREDITS (is in Documentation.html) 2001-08-19 20:06:21 +00:00
db_create.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
db_datadict.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
db_details_common.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
db_details_db_info.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
db_details_export.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
db_details_importdocsql.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
db_details_links.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
db_details_qbe.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
db_details_structure.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
db_details.php maximum upload size 2003-12-12 16:54:52 +00:00
db_printview.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
db_search.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
docs.css docs.css: highlight FAQ questions in blue -> more readble. 2003-02-23 20:12:09 +00:00
Documentation.html clarify 2004-01-24 18:36:06 +00:00
export.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
footer.inc.php database abstraction, part I 2004-01-17 01:47:36 +00:00
header_printview.inc.php Don't bypass $cfg['Server']['verbose'] settings; Include MySQL version in SQL printview headers. 2004-01-23 15:56:39 +00:00
header.inc.php avoid sending headers twice 2004-01-23 15:52:15 +00:00
index.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
INSTALL adding Documentation.txt 2001-08-03 09:19:35 +00:00
ldi_check.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
ldi_table.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
left.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
LICENSE Initial revision 2001-05-03 17:25:09 +00:00
main.php bug 884606 2004-01-27 18:18:28 +00:00
mult_submits.inc.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
pdf_pages.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
pdf_schema.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
phpinfo.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
queryframe.php use PMA_DBI function 2004-01-20 20:24:00 +00:00
querywindow.php typo 2004-01-24 18:31:19 +00:00
read_dump.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
README 2.6.0 2004-01-12 18:48:56 +00:00
server_collations.php MySQL 4.1.1 compatibility, part I: Updated character sets overview. 2003-12-11 11:37:25 +00:00
server_common.inc.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
server_databases.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
server_export.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
server_links.inc.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
server_privileges.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
server_processlist.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
server_status.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
server_variables.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
sql.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
tbl_addfield.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
tbl_alter.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
tbl_change.php Get rid of mysql_data_seek(). Use pre-cached PHP array for mysqli 2004-01-28 11:23:38 +00:00
tbl_create.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
tbl_indexes.php Get rid of mysql_data_seek(). Use pre-cached PHP array for mysqli 2004-01-28 11:23:38 +00:00
tbl_move_copy.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
tbl_printview.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
tbl_properties_common.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
tbl_properties_export.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
tbl_properties_links.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
tbl_properties_operations.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
tbl_properties_structure.php Get rid of mysql_data_seek(). Use pre-cached PHP array for mysqli 2004-01-28 11:23:38 +00:00
tbl_properties_table_info.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
tbl_properties.inc.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
tbl_properties.php Huge set of optimizations, please test! 2003-11-26 22:52:25 +00:00
tbl_query_box.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
tbl_relation.php Get rid of mysql_data_seek(). Use pre-cached PHP array for mysqli 2004-01-28 11:23:38 +00:00
tbl_rename.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
tbl_replace_fields.php fixed(?) right bracketing 2003-12-11 12:45:44 +00:00
tbl_replace.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
tbl_row_delete.php bug 882695 2004-01-25 12:35:37 +00:00
tbl_select.php Get rid of mysql_data_seek(). Use pre-cached PHP array for mysqli 2004-01-28 11:23:38 +00:00
TODO *** empty log message *** 2001-07-07 08:41:54 +00:00
transformation_wrapper.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00
translators.html email change 2004-01-15 16:31:12 +00:00
user_password.php Added MySQLi library; Removed calls to old mysql_wrappers library. 2004-01-22 02:13:48 +00:00

$Id$

phpMyAdmin - Readme
===================

  A set of PHP-scripts to administrate MySQL over the WWW.

  Version 2.6.0-dev
  -----------------
  http://www.phpmyadmin.net/

    Copyright (C) 1998-2000 Tobias Ratschiller <tobias.ratschiller_at_maguma.com>
    Copyright (C) 2001-     Olivier Müller <om_at_omnis.ch>
                            Loïc Chapeaux <lolo_at_phpHeaven.net>
                Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
                [check Documentation.txt/.html file for more details]

    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 the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

  Requirements:
    php 4.1.0 or later
    MySQL 3.23.32 or later
        Note: The implemented support for MySQL 4.1.x and 5.0.x is experimental!
              For more details, see Documentation.txt / .html
    a web-browser (doh!)

  Summary:
    phpMyAdmin is intended to handle the adminstration of MySQL over the WWW.
    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 and import CSV data
      - administer one single database
      - communicate in more than 38 different languages

  Download:
    You can get the newest version at http://www.phpmyadmin.net/.

  Credits:
    Please see the Documentation.txt/.html file.

  Installation:
    Please see the Documentation.txt/.html file.

  ChangeLog:
    Now in ChangeLog

  Documentation:
    Basic documentation available in Documentation.txt/.html

  Support:
    See reference about support forums under http://www.phpmyadmin.net/


    Enjoy!
        The phpMyAdmin Devel team


  PS: Please, don't send us emails with question like "How do I compile
      PHP3 with MySQL-support". We do answer all emails regarding
      phpMyAdmin, but we just don't have the time to be your free helpdesk.
      Please send your questions to the appropiate mailinglists / forums.
      Before contacting us, please read the Documentation.html (esp. the
      FAQ part).