Sebanyak 1 item atau buku ditemukan

Sams Teach Yourself PHP, MySQL and Apache in 24 Hours

Explains how to create Web sites using the PHP scripting language, the MySQL database system, and the Apache Web server on a Windows or Linux system.

In general, the following series of commands will be used: #> scripts/
mysql_install_db #> chown -R root /usr/local/mysql #> chown -R mysql /usr/local/
mysql/data #> chgrp -R mysql /usr/local/mysql #> chown -R root /usr/local/mysql/
bin You're ...