I have two master databases, A and B.
For historical reasons, database a only allows synchronization of database AA and database BB, that is, database A creates a new database, and database B does not synchronize data.
OK. Start
Label:
Database Paradigm
when designing the relational database, we should design a reasonable relational database to conform to different specifications, and the different norm requirements are called different paradigms, and the higher paradigm database redundancy is lower.
There
Config ("dns=aaa;uid=sa;pwd=sa;dbname=test");//3. Select Database $dbname = $db->select_db ("test"),//4. Set Allow Debug $db->debug = TRUE;//5. Executes a SQL statement that does not return a result $db->execute ("INSERT into test01 (name) values (' This is a test! ')"); /$db->exec ("");//6. Executes a SQL statement that returns a result $rs = $db->query ("SELECT * from test01"),//7. Display results as row echo "Display result set in row modewhile ($r
Database SQL optimization Summary-millions of database optimization solutions, Database SQLDatabase SQL optimization Summary-millions of database Optimization Solutions
There are many tutorials on SQL Optimization on the Internet, but they are messy. I have made some preparations recently, and I will share some of
One-click force modification of the password of any Mysql database, and modification of any environment Mysql database ., Mysql database
This article uses the built-in password change function in my software to force the password of the Mysql database with one click,
During the modification process, the Mysql main pr
Problems encountered when using website management tools for Logon pages
Problems:Go to ASP. NET configuration in the "website" menu of Visual Studio 2005 and click "security". The following error message is displayed:
"A problem may occur in the selected data storage zone because the server name or creden are invalid or the permissions are insufficient. It may also be caused by the absence of the role manager function. Click the following button to redirect to the page where you can select a
warning:mssql_select_db () [FUNCTION.MSSQL-SELECT-DB]: Message: The entry for database ' BS3000 ' could not be found in sysdatabases. An entry with this name was not found. Make sure that you entered the name correctly. (severity) in C:\AppServ\www\sql.php on line 4
warning:mssql_select_db () [function.mssql-select-db]: Unable to select database:bs3000+_001_2011 in C:\AppServ\www\ sql.php on line 4
Other Pure letter
The database cannot be restored. solution:
During the Restore database operation, you may be prompted that you cannot obtain the exclusive access to the database because the database is in use !!
In this case, you must first kill the threads that are using the database bef
Database is not available, check that the database exists, that the user has permission to access the database
After the local build PHP + MySQL + Apache + zo configuration, everything is OK, but to install the configuration database information, there is a "non-use of the database
"The database cannot be deleted because the database is currently in use ".
Exception Handling Summary-database http://www.cnblogs.com/dunitian/p/4522990.html Series
I was worried about this problem when I was just learning the database. I saw it again when I deleted it today. I just recorded it together:
Graphical
One
First you need to define a database interface function that can be saved as a single PHP page
functiondb_connect() {$result = new mysqli('数据库地址', '账号', '密码', '库名');//连接数据库if (!$result) { returnfalse;//连接失败 } return$result;//返回数据库对象}?>
Two
In another PHP page, the first use of the include函数 PHP page contains the above, it is necessary to ensure that the above interface functions can be called correctly
!--? php function
Reasons for inconsistent data
Data redundancy, improper concurrency control, failures, and errors.
Three Paradigms of database
1 First paradigm: Ensure that each column remains atomic
2) Second paradigm: Ensure that each column in the table is related to the primary key
3) Third paradigm: Ensure that each column is directly related to the primary key, not indirectly related
Transaction attributes
A transaction is a unit of concurrent control, a
# # #数据库的创建
Build a project
Test first to see if a new project can run successfully
Create a personcontrary package and establish a person class to implement the Basecolumns excuse, add all the table column names to this class, and declare the final variable
Create a database helper class, override the method, and build a constructor method.
# # #数据库对外的查询1. Copy the compile ' com.facebook.stetho:stetho:1.3.1 ' into the Build (app) and
When restoring a database backup, the following error occurs: Because the database is in use, you cannot obtain exclusive access to the database.
Solution: modify some database names and execute the SQLCodeAnd then restore it immediately.
Use Master
Declare @ Dbname Varchar ( 20 ) Set @ Dbname = ' Dfd_tes
More than 30 mysql database optimization methods, with 10 million-level database records easily solved, mysql database
1. To optimize the query, try to avoid full table scanning. First, consider creating an index on the columns involved in where and order.
2. Try to avoid null value determination on the field in the where clause. Otherwise, the engine will disca
into' Student 'VALUES('8','Lee 48','123','male',' +','Jingan, Shanghai city'); INSERT into' Student 'VALUES('9','Zhang 39','111','male',' +','Shiyan, Hubei province'); INSERT into' Student 'VALUES('Ten','Lee 40','123','male',' +','Jingan, Shanghai city'); I. Querying 5~10 data MySQL Paging query: SELECT * FROM student limit 5, 10; Oracle Paging query: SELECT * FROM (select *,rownum rn from student) where RN between 6 and 10; SQL Server Paging query: Select Top * from student where ID not
Environment: centos7.2Software: redis-3.2.10 (yum installation)Scenario One: Before the company's Redis does not open aof mode, has been an RDB mode, but the data is very important, the data can not be lost, so need to open aof, but Redis default is to load data from appendonly.aof, Systemctl start Redis, the database is empty because we don't have a appendonly.aof file, and when you close Redis, the Dump.rdb is emptiedScenario Two: Redis
Php:It is usually the beginning of the code you want to check to record a time, the end of the record a time. Take the difference value,the efficiency of database SQLSQL explain (MySQL), enable slow query log to record slow queries. Usually also depends on the database design is reasonable, the demand is reasonable and so on.But this time is generally very fast, in less than a second, so you can not direct
In the general database configuration file, the connection database is like this, and now the project needs to encrypt the password processing,
So we're going to rewrite the Org.apache.commons.dbcp.BasicDataSource class as follows:
Package com.joyintech.tisaccel.base;Import Org.apache.commons.dbcp.BasicDataSource;public class Teradataconnection extends Basicdatasource {Public Teradataconnection () {TODO aut
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.