Web servers

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.devside.net/guides/windows/phpmyadmin $cfg['Servers'][$i]['password'] = 'root-password'; (note password 'root-password'; substitute in set password for MySQL user 'root'; if no password set, leave as blank) Authentication Method -- for multi-user (untrusted) environment (this step is also required for enabling phpMyAdmin's relational features)... mysql> GRANT SELECT (Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv, Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv, File_priv, Grant_priv, References_priv, Index_priv, Alter_priv, Show_db_priv, Super_priv, Create_tmp_table_priv, Lock_tables_priv, Execute_priv, Repl_slave_priv, Repl_client_priv) ON mysql.user TO 'pma'@'localhost'; (note that this query is too large to be pasted into the mysql command line in its entirety; select half, copy/paste, press enter, copy/paste other half) Note that this step is only required for PHP 5. Under PHP 4, PHP extension php_mysql.dll is build in and extension php_mysql i is not supported.

phpMyAdmin for Windows

Setting up your ColdFusion development environment for Windows | Adobe Developer Connection

http://www.adobe.com/devnet/coldfusion/articles/setup_dev.html Now that you have ColdFusion 9.0.1 and ColdFusion Builder 2 Updater 1 installed, you can set up ColdFusion Builder 2 to enhance your development. Figure 32. Adding a new server and specifying its Remote Development Server (RDS) settings Next, enter your local settings.