sqlyog使用笔记

SET @id =2;//预先设置变量
SELECT * FROM `order` WHERE id=@id;

mysqladmin debug 在错误日志中输出调试信息

show innodb status 查看innodb中锁等待信息。

你可能感兴趣的:(数据库)