目录mysql的kill命令一、收到 kill 以后,线程做什么?二、另外两个关于客户端的误解1、如果库里面的表特别多,连接就会很慢。2、加–quick(或者简写为 -q) 参数,也可以跳过这个阶段三、总结MySql的kill命令
So my program works like this: using winforms, user enters ID number, using an array, based on the right id number, that student information and class schedule outputs in a message box!