mysql 접속 test with PHP 펌 : http://www.php-mysql-tutorial.com/connect-to-mysql-using-php.php Opening a connection to MySQL database from PHP is easy. Just use the mysql_connect() function like this $dbhost is the name of MySQL server. When your webserver is on the same machine with the MySQL server you can use localhost or 127.0.0.1 as the value of $dbhost. The $dbuser and $dbpass are valid MySQL user name and password.. 더보기 이전 1 ··· 57 58 59 60 61 62 63 ··· 109 다음