├── App.config ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── README.md ├── WhetherMysqlSham.csproj ├── moudel ├── Annotation.cs ├── Sate.cs ├── ServerGreeting │ ├── ExtendedServerCapabilities.cs │ ├── ServerCapabilities.cs │ └── ServerStatus.cs ├── ServerInfo.cs └── server_language.cs ├── plugin ├── NoReflection │ └── GetServerInfo.cs ├── Plugin.cs ├── handAuthentication.cs ├── handCcontrast.cs └── peculiarity.cs └── png ├── NoSham.jpg ├── NoShamInfo.jpg ├── Sham.jpg └── ShamInfo.jpg /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/App.config -------------------------------------------------------------------------------- /Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/Form1.Designer.cs -------------------------------------------------------------------------------- /Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/Form1.cs -------------------------------------------------------------------------------- /Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/Form1.resx -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/Program.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/Properties/Resources.resx -------------------------------------------------------------------------------- /Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/Properties/Settings.settings -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/README.md -------------------------------------------------------------------------------- /WhetherMysqlSham.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/WhetherMysqlSham.csproj -------------------------------------------------------------------------------- /moudel/Annotation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/moudel/Annotation.cs -------------------------------------------------------------------------------- /moudel/Sate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/moudel/Sate.cs -------------------------------------------------------------------------------- /moudel/ServerGreeting/ExtendedServerCapabilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/moudel/ServerGreeting/ExtendedServerCapabilities.cs -------------------------------------------------------------------------------- /moudel/ServerGreeting/ServerCapabilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/moudel/ServerGreeting/ServerCapabilities.cs -------------------------------------------------------------------------------- /moudel/ServerGreeting/ServerStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/moudel/ServerGreeting/ServerStatus.cs -------------------------------------------------------------------------------- /moudel/ServerInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/moudel/ServerInfo.cs -------------------------------------------------------------------------------- /moudel/server_language.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/moudel/server_language.cs -------------------------------------------------------------------------------- /plugin/NoReflection/GetServerInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/plugin/NoReflection/GetServerInfo.cs -------------------------------------------------------------------------------- /plugin/Plugin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/plugin/Plugin.cs -------------------------------------------------------------------------------- /plugin/handAuthentication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/plugin/handAuthentication.cs -------------------------------------------------------------------------------- /plugin/handCcontrast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/plugin/handCcontrast.cs -------------------------------------------------------------------------------- /plugin/peculiarity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/plugin/peculiarity.cs -------------------------------------------------------------------------------- /png/NoSham.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/png/NoSham.jpg -------------------------------------------------------------------------------- /png/NoShamInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/png/NoShamInfo.jpg -------------------------------------------------------------------------------- /png/Sham.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/png/Sham.jpg -------------------------------------------------------------------------------- /png/ShamInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeichenDream/WhetherMysqlSham/HEAD/png/ShamInfo.jpg --------------------------------------------------------------------------------