推荐
专栏
教程
课程
飞鹅
本次共找到2505条
mysql
相关的信息
Wesley13
•
3年前
jdbc的操作流程代码
\//dbhelphelp类,封装数据库基本信息以及关闭资源的方法classDbHelp{//数据库连接信息publicstaticStringurl"jdbc:mysql://localhost:3306/blog";publicstaticStringuser
DevOpSec
•
4年前
centos 7 install MySQL-python
centos7installMySQLpython安装MySQLpython安装命令easy_install2.7installMySQLpython报错解决1.EnvironmentError:mysql_confignotfound解决办法:yuminstallmysqldevel2
Stella981
•
3年前
Spark 配置连接hive 元数据库(mysql)
Spark连接hive元数据库(mysql)方法一:1)打开Hivemetastoreroot@head42~hiveservicemetastore&netstatano|grep9083???2)开启spark连接Mysq
Wesley13
•
3年前
MySQL基础(一)
一、连接MySQL数据库1连接:2mysqlhhostuuserp34常见错误:5ERROR2002(HY000):Can'tconnecttolocalMySQLserverthroughsocket'/tmp/my
Wesley13
•
3年前
Mysql的BigInt(20),Int(20)以及Bigint(32)有区别吗?
原文:http://stackoverflow.com/questions/3135804/typesinmysqlbigint20vsint20etcchttp://dev.mysql.com/doc/refman/5.1/en/numerictypes.htmlTypesinMySQL:BigInt(20)vsInt(
Wesley13
•
3年前
mysql表如何使用redis保存?
mysql表:useridusernamepasswordemail9Lisi111111lisi@163.com(https://www.oschina.net/action/GoToLink?urlmailto%3Alisi%40163.com)对应redis存储:
Stella981
•
3年前
Python接入mysql数据库
方法一:直接在models里连接mysql数据库,用sql语言操作python2的代码:codingutf8importMySQLdbconnMySQLdb.connect(host'loc
Wesley13
•
3年前
MySQL 8.0 以上版本重置 root 用户密码
MySQL8.0以上版本重置root用户密码1.在/etc/my.cnf文件末尾追加skipgranttablesroot@abdefgmysqlvim/etc/my.cnfmysql
Wesley13
•
3年前
mysql主从环境,切换IP操作
环境:redhat7.5 mysql5.7老IP:192.168.1.1,192.168.1.2新IP:192.168.3.3,192.168.3.4\备库停机mysqlstopslave;systemctlstopmysqld\主库停机systemctlstopmysqld\修改主库
Wesley13
•
3年前
mysql运维必会的一些知识点整理(转自民工哥)
(1)基础笔试命令考察1.开启MySQL服务/etc/init.d/mysqldstartservicemysqldstartsystemctlstartmysqld2.检测端口是否运行lsofi:3306netstatlntup|g
1
•••
69
70
71
•••
251