function mysql_read_single_row($sql, $array_of_values) {
//create a connection$DBH = new PDO("mysql:host=".CONST_MYSQL_HOST.";dbname=".CONST_MYSQL_DBNAME, CONST_MYSQL_RUSER, CONST_MYSQL_RPASS);
我使用mysql_pconnect()连接到mysql。但当许多用户使用该网站时,它会给出错误"To many connection with mysql“。为此,我在mysql的my.cnf文件中设置了变量max_connections=500 max_user_connections=1000。这是否可以使用,或者是否有任何其他方法来解决这个问题(“与mysql的许多连接”)。
我使用的是php和mysql的xampp。
void main(String[] args) try Connection con = DriverManager.getConnection("jdbc:mysql它会导致这个错误:
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connectionCaused by: com.mysql.jdbc.exceptions.jdbc4.Communication