config.php

来自「U BOOT源码」· PHP 代码 · 共 17 行

PHP
17
字号
<?php	// (C) Copyright 2001	// Murray Jensen <Murray.Jensen@cmst.csiro.au>	// CSIRO Manufacturing Science and Technology, Preston Lab	// mysql database access info	$mysql_user="fred";	$mysql_pw="apassword";	$mysql_db="mydbname";	// where to put the eeprom config files	$bddb_cfgdir = '/tftpboot/bddb';	// what this database is called	$bddb_label = 'Hymod Board Database';?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?