PHP SOLUTIONS: DYNAMIC (Web design programs) WEB DESIGN MADE EASY Configuring

PHP SOLUTIONS: DYNAMIC WEB DESIGN MADE EASY Configuring phpMyAdmin manually Although setup.php automates the creation of config.inc.php, it duplicates some default settings. If you strip out the unnecessary commands, you may find it quicker to create the file manually. 1. If you don’t need to password protect access to phpMyAdmin, type the following code into a blank document: Use your own MySQL root password in place of mysqlRootPassword. If you need password protection for phpMyAdmin, use the following code instead: 2. Save the file as config.inc.php in the main phpMyAdmin folder. Erm . . . that s it. Launching phpMyAdmin phpMyAdmin is a browser-based application, so you launch it by entering http://localhost/ phpMyAdmin/ in the address bar (on a Mac, use http://localhost/~username/phpMyAdmin/ if you put phpMyAdmin in your Sites folder). If you stored your root password in config.inc.php, phpMyAdmin should load right away, as shown in Figure 10-2. If you chose to password protect phpMyAdmin, enter root as the username and whatever you specified as the MySQL root password when prompted. If you get a message saying that the server is not responding or that the socket is not correctly configured, make sure that the MySQL server is running. The phpMyAdmin front page has a drop-down menu labeled Theme/Style. Currently, there are two options: Original and Darkblue/orange. Figure 10-2 shows the default Original style. However, all subsequent screenshots are taken using the Darkblue/orange style, because the tabbed interface fits better on the printed page. Choose whichever style you prefer.
If you are searching for cheap webhost for your web application, please visit MySQL5 Web Hosting services.

Leave a Reply