📄 config.properties
字号:
/* $Id: config.inc.jsp,v 1.28 6/28/01 zsoly Exp $ */
/*
* phpMyAdmin Configuration File
* All directives are explained in Documentation.html
*/
// You can disable a server config entry by setting host to ''.
// MySQL hostname
host=localhost
// MySQL port - leave blank for default port
port=
// Use advanced authentication?
adv_auth=false
// MySQL standard user (only needed with advanced auth)
stduser=cox
// MySQL standard password (only needed with advanced auth)
stpass=root
// MySQL user (only needed with basic auth)
user=root
// MySQL password (only needed with basic auth)
password=
// If set to a db-name, only this db is accessible
only_db=test
// Verbose name for this host - leave blank to show the hostname
verbose=myserver
host1=cox
port1=
adv_auth1=false
stduser1=root
stpass1=
user1=root
password1=
only_db1=
verbose1=second
//You can put any {host,port...verbose} as you want but don't forget to
//numerate them correctly
cfgManualBase = http://www.mysql.com/documentation/mysql/bychapter/
cfgConfirm = true
cfgBorder = 0
cfgThBgcolor = #D3DCE3
cfgBgcolorOne = #CCCCCC
cfgBgcolorTwo = #DDDDDD
cfgMaxRows = 30
cfgMaxInputsize = 300px
cfgOrder = ASC
cfgShowBlob = true
cfgShowSQL = true
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -