Search
 
SCRIPT & CODE EXAMPLE
 

SQL

what is mysql_pconnect

Mysql_pconnect:

1. In Mysql_pconnect, "p" stands for persistent connection so it opens the persistent connection.
2. The database connection cannot be closed.
3. It is more useful if your site has more traffic because there is no need to open and close connection frequently and every time when page is loaded.

/*
I hope it will help you.
Namaste
Stay Home Stay Safe
*/
Comment

PREVIOUS NEXT
Code Example
Sql :: ORACLE SHOW AVAILABLE DB LINK 
Sql :: getting next sequence value jpa postgress 
Sql :: data types sql 
Sql :: sql current year 
Sql :: sql select divide column by number 
Sql :: mysql pretty date format 
Sql :: oracle to_number 
Sql :: mysql parse int 
Sql :: stop and start mysql 
Sql :: how to use like in sql 
Sql :: oracle exceeded simultaneous sessions_per_user limit 
Sql :: migrate sql table another database 
Sql :: pgAdmin - Please correct the Binary Path 
Sql :: create in sql 
Sql :: grant access on table in oracle 
Sql :: drop all procedures sql server 
Sql :: select latest entry in sql table 
Sql :: sql server week number 
Sql :: postgresql left join distinct on 
Sql :: sql not null 
Sql :: sql server set variable if exists 
Sql :: delete temp table if exists 
Sql :: what is integrity constraints 
Sql :: how to select first row of database sql 
Sql :: find a column in all tables mysql 
Sql :: select distinct 
Sql :: how to unlock table in sql server 
Sql :: sqlite data types 
Sql :: get sql instance name 
Sql :: add current timestamp in mysql 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =