Wesley13 Wesley13
3年前
mysql主丛之基于binlog的不停业务配置主从
一环境准备主:192.168.132.121从:192.168.132.122主的数据库上面已经有数据,而且还在不断的写入mysqlselectfromdarren.test;|id||1||2|
Stella981 Stella981
3年前
PHP and MySQL Web Development (PHP和MySQL Web开发)第五版 免积分下载
!(https://static.oschina.net/uploads/img/201901/06114944_HVje.jpg)本书描述使用php和mysql构建数据库驱动web应用程序的最终指南
Stella981 Stella981
3年前
SpringBoot持久层技术
一、Springboot整合mybatismaven中添加对数据库与mybatis的依赖1<dependencies2<dependency3<groupIdorg.springframework.boot</groupId4<artifactId
Easter79 Easter79
3年前
SpringBoot持久层技术
一、Springboot整合mybatismaven中添加对数据库与mybatis的依赖1<dependencies2<dependency3<groupIdorg.springframework.boot</groupId4<artifactId
Wesley13 Wesley13
3年前
mysql用户以及用户授权
1.1创建mysql用户mysqlcreateusertestidentifiedby'test';1.2为用户授权后面不加identified。grantselectontest.\totest@localhost;1.3查看MYSQL数据库中所有用户selectdistinctconcat('User:
Stella981 Stella981
3年前
Android实现搜索功能并本地保存搜索历史记录
第一步:创建SQLite数据库RecordSQLiteOpenHelper.javapackage com.mobile.android.yilone.sqlite;import android.content.Context;import android.database.sqlite.SQLiteDatabase
Wesley13 Wesley13
3年前
Java 学习笔记 三
一、Druid的简单使用1try{2//1.创建Druid数据源对象3DruidDataSourcedataSourcenewDruidDataSource();45//2.设置数据库连接信息6
Stella981 Stella981
3年前
PostgreSQL死锁进程及慢查询处理
1、死锁进程查看:SELECTFROMpg_stat_activityWHEREdatname'数据库名称'andwaitingtrue;pid进程id。2、慢查询SQL:selectdatname,pid,usename,application_name,client_addr,client
Easter79 Easter79
3年前
The mysql_upgrade client is now deprecated(mysql_upgrade客户机现在已经弃用)
登录数据库后执行以下命令mysqlshowdatabases;报错ERROR1449(HY000):Theuserspecifiedasadefiner('mysql.infoschema'@'localhost')doesnotexist在网上找到的解决办法mys
Stella981 Stella981
3年前
MariaDB基础命令
一、MySQL数据库mariadb的安装关闭防火墙和selinuxsystemctlstopfirewalld安装服务端和客户端mariadb\yuminstallmariadbservermariadby!(https://oscimg.oschina.net/oscn