| Search | Results 1 - 10 of about 1000 for mysql-set-. Search took 0.16 seconds. |
|
|
MySQL :: The MySQL SET Datatype
| ... MySQL Newsletter - Subscribe Today! The MySQL SET Datatype. By Mike Hillyer. ... Storage Required for MySQL SET Datatype. Number of Elements, Number of Bytes. 1 - 8, ... dev.mysql.com/tech-resources/articles/mysql-set-datatype.html |
MySQL :: The MySQL SET Datatype
| ... The MySQL SET Datatype. ... In his article at http://www.vbmysql.com/articles/mysql/the- mysql-set-datatype/ Mike Hillyer shows, how you can use SET datatype. ... www.mysql.fr/news-and-events/newsletter/2003-08/a0000000205.html |
MySQL Lists: mysql: Set unique from Control Centre
lists.mysql.com/mysql/176006 |
MySQL Lists: mysql: SET vs. 3 tables
lists.mysql.com/mysql/40323
[ More results from lists.mysql.com/mysql ]
| ... mysql> # how to chop it up mysql> #--- mysql> mysql> set @fp_pos:= 0; # first period postion Query OK, 0 rows affected ... forums.mysql.com/read.php?10,252835,252893 |
MySQL Bugs: #37120: optimizer_switch allowable values not ...
| ... discernible pattern. How to repeat: mysql> set optimizer_switch=0; Query OK, 0 rows affected (0.00 sec) mysql> select @@optimizer_switch ... bugs.mysql.com/37120 |
MySQL Bugs: #22647: LC_TIME_NAMES: Only exact literals allowed
... How to repeat: mysql> SET @A = 'MYISAM'; Query OK, 0 rows affected (0.00 sec) mysql>
SET STORAGE_ENGINE = @A; Query OK, 0 rows affected (0.00 sec) mysql> SET ...
bugs.mysql.com/22647
[ More results from bugs.mysql.com ]
MySQL :: MySQL 5.1 Reference Manual :: 5.2.4.2 Setting The Binary ...
| ... To switch to statement-based format, use either of these statements: mysql> SET GLOBAL binlog_format = 'STATEMENT'; mysql> SET GLOBAL binlog_format = 1; ... dev.mysql.com/doc/refman/5.1/en/binary-log-setting.html |
MySQL :: MySQL 5.4 Reference Manual :: 5.2.4.2 Setting The Binary ...
| ... To switch to statement-based format, use either of these statements: mysql> SET GLOBAL binlog_format = 'STATEMENT'; mysql> SET GLOBAL binlog_format = 1; ... dev.mysql.com/doc/refman/5.4/en/binary-log-setting.html |
Usability Report Table Logs - MySQL Forge Wiki
| ... mysql> set global general_log=ON; Query OK, 0 rows affected (0.00 sec) mysql> select * from mysql.general_log\G ***** 1. row ... forge.mysql.com/wiki/Usability_Report_Table_Logs - 2007-12-11 |