This commit is contained in:
Alexander M. Turek
2002-05-15 17:56:26 +00:00
parent 0f9e805777
commit 5e14fbb78c
2 changed files with 191 additions and 191 deletions

View File

@@ -307,7 +307,7 @@
</li>
<li>
Then each of the <i>true</i> users should be granted of a set of
privileges on a set of perticular databases but shouldn't have any
privileges on a set of particular databases but shouldn't have any
global privileges. For example, to grant the user <i>real_user</i> with
all privileges on the database <i>user_base</i>:<br />
&nbsp;&nbsp;&nbsp;<tt>GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password';</tt>
@@ -1871,55 +1871,55 @@ CREDITS, in chronological order
-------------------------------
[tr] - Tobias Ratschiller &lt;tobias_at_phpwizard.net&gt;
* creator of the phpmyadmin project
* maintainer from 1998 to summer 2000
* creator of the phpmyadmin project
* maintainer from 1998 to summer 2000
[md] - Marc Delisle &lt;DelislMa_at_CollegeSherbrooke.qc.ca&gt;
* multi-language version
* various fixes and improvements
* multi-language version
* various fixes and improvements
[om] - Olivier M<>ller &lt;om_at_omnis.ch&gt;
* started SourceForge phpMyAdmin project in March 2001
* sync'ed different existing CVS trees with new features and bugfixes
* multi-language improvements, dynamic language selection
* current project maintainer, with Marc and Loic
* started SourceForge phpMyAdmin project in March 2001
* sync'ed different existing CVS trees with new features and bugfixes
* multi-language improvements, dynamic language selection
* current project maintainer, with Marc and Loic
[lc] - Lo<4C>c Chapeaux &lt;lolo_at_phpheaven.net&gt;
* rewrote and optimized javascript, DHTML and DOM stuff
* rewrote the scripts so they fit the PEAR coding standards and
generate XHTML1.0 and CSS2 compliant codes
* improved the language detection system
* many bugfixes and improvements
* rewrote and optimized javascript, DHTML and DOM stuff
* rewrote the scripts so they fit the PEAR coding standards and
generate XHTML1.0 and CSS2 compliant codes
* improved the language detection system
* many bugfixes and improvements
[rj] - Robin Johnson &lt;robbat2_at_users.sourceforge.net&gt;
* database maintence controls
* table type code
* database maintence controls
* table type code
[af] - Armel Fauveau &lt;armel.fauveau_at_globalis-ms.com&gt;
* bookmarks feature
* multiple dump feature
* gzip dump feature
* zip dump feature
* bookmarks feature
* multiple dump feature
* gzip dump feature
* zip dump feature
[gl] - Geert Lund &lt;glund_at_silversoft.dk&gt;
* various fixes
* moderator of the phpMyAdmin users forum at phpwizard.net
* various fixes
* moderator of the phpMyAdmin users forum at phpwizard.net
[kc] - Korakot Chaovavanich &lt;korakot_at_iname.com&gt;
* &quot;insert as new row&quot; feature
* &quot;insert as new row&quot; feature
[pk] - Pete Kelly &lt;webmaster_at_trafficg.com&gt;
* rewrote and fix dump code
* bugfixes
* rewrote and fix dump code
* bugfixes
[sa] - Steve Alberty &lt;alberty_at_neptunlabs.de&gt;
* rewrote dump code for PHP4
* mySQL table statistics
* bugfixes
* rewrote dump code for PHP4
* mySQL table statistics
* bugfixes
[bg] - Benjamin Gandon &lt;gandon_at_isia.cma.fr&gt;
* main author of the version 2.1.0.1
* bugfixes
* main author of the version 2.1.0.1
* bugfixes
[at] - Alexander M. Turek &lt;rabus_at_bugfixes.info&gt;
* various small features and fixes

View File

@@ -136,7 +136,7 @@ Installation
GRANT SELECT, INSERT, DELETE ON <bookmark_db>.<bookmark_table> TO
'pma'@'localhost';
* Then each of the true users should be granted of a set of
privileges on a set of perticular databases but shouldn't have any
privileges on a set of particular databases but shouldn't have any
global privileges. For example, to grant the user real_user with
all privileges on the database user_base:
GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost