You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/perror.1
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
.THPERROR 1 "19 December 2000"
1
+
.THperror 1 "19 December 2000" "MySQL 3.23" "MySQL database"
2
2
.SH NAME
3
3
.BR perror
4
4
can be used to display a description for a system error code, or an MyISAM/ISAM table handler error code. The error messages are mostly system dependent.
Copy file name to clipboardExpand all lines: man/replace.1
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
.THREPLACE 1 "20 December 2000"
1
+
.THreplace 1 "19 December 2000" "MySQL 3.23" "MySQL database"
2
2
.SH NAME
3
3
.TP
4
4
replace - A utility program that is used by msql2mysql, but that has more general applicability as well. replace changes strings in place in files or on the standard input. Uses a finite state machine to match longer strings first. Can be used to swap strings.
alter table user add Grant_priv enum('N','Y') NOT NULL,add References_priv enum('N','Y') NOT NULL,add Index_priv enum('N','Y') NOT NULL,add Alter_priv enum('N','Y') NOT NULL;
50
58
alter table host add Grant_priv enum('N','Y') NOT NULL,add References_priv enum('N','Y') NOT NULL,add Index_priv enum('N','Y') NOT NULL,add Alter_priv enum('N','Y') NOT NULL;
51
59
alter table db add Grant_priv enum('N','Y') NOT NULL,add References_priv enum('N','Y') NOT NULL,add Index_priv enum('N','Y') NOT NULL,add Alter_priv enum('N','Y') NOT NULL;
@@ -59,7 +67,7 @@ echo ""
59
67
iftest$res = 0
60
68
then
61
69
echo"Setting default privileges for the new grant, index and alter privileges"
update user set show_db_priv= select_priv, super_priv=process_priv, execute_priv=process_priv, create_tmp_table_priv='Y', Lock_tables_priv='Y', Repl_slave_priv=file_priv, Repl_client_priv=file_priv where user<>"";
164
172
END_OF_DATA
165
173
echo""
@@ -168,7 +176,7 @@ fi
168
176
# Add fields that can be used to limit number of questions and connections
0 commit comments