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