⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rpl000001.result

📁 这是linux下运行的mysql软件包,可用于linux 下安装 php + mysql + apach 的网络配置
💻 RESULT
字号:
stop slave;drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;reset master;reset slave;drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;start slave;create table t1 (word char(20) not null);load data infile '../std_data_ln/words.dat' into table t1;load data local infile 'MYSQL_TEST_DIR/std_data/words.dat' into table t1;select * from t1 limit 10;wordAarhusAaronAbabaabackabaftabandonabandonedabandoningabandonmentabandonsstop slave;set password for root@"localhost" = password('foo');start slave;set password for root@"localhost" = password('');create table t3(n int);insert into t3 values(1),(2);select * from t3;n12select sum(length(word)) from t1;sum(length(word))1022drop table t1,t3;create table t1 (n int) engine=myisam;reset master;stop slave;reset slave;lock tables t1 read;start slave;unlock tables;create table t2(id int);insert into t2 values(connection_id());create temporary table t3(n int);insert into t3 select get_lock('crash_lock%20C', 1) from t2; update t1 set n = n + get_lock('crash_lock%20C', 2);select (@id := id) - id from t2;(@id := id) - id0kill @id;drop table t2;Got one of the listed errorsset global sql_slave_skip_counter=1;start slave;select count(*) from t1;count(*)5000drop table t1;create table t1 (n int);insert into t1 values(3456);insert into mysql.user (Host, User, Password)VALUES ("10.10.10.%", "blafasel2", password("blafasel2"));Warnings:Warning	1364	Field 'ssl_cipher' doesn't have a default valueWarning	1364	Field 'x509_issuer' doesn't have a default valueWarning	1364	Field 'x509_subject' doesn't have a default valueselect select_priv,user from mysql.user where user = _binary'blafasel2';select_priv	userN	blafasel2update mysql.user set Select_priv = "Y" where User= _binary"blafasel2";select select_priv,user from mysql.user where user = _binary'blafasel2';select_priv	userY	blafasel2select n from t1;n3456select select_priv,user from mysql.user where user = _binary'blafasel2';select_priv	userY	blafasel2drop table t1;delete from mysql.user where user="blafasel2";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -