string cc = "yg" + textBox1.Text; ;
string create = "CREATE TABLE 'cc'(id INT(11),name VARCHAR(25),deptld INT(11),salary FLOAT);";
错误是这个You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''cc'(id INT(11),name VARCHAR(25),deptld INT(11),salary FLOAT)' at line 1