Accessing phpMyAdmin

phpMyAdmin is a tool written in PHP that allows you to administrate your MySQL databases.  You can execute SQL statements, work with fields (add, edit, delete), work with tables (create, alter, drop), create additional databases, and much more.  phpMyAdmin is intended for advanced users.  Most PHP scripts will automatically setup the database for you, so you probably won't need to use phpMyAdmin..

 

phpMyAdmin can be accessed at http://www.yourdomain.com/phpMyAdmin.  Please visit http://www.phpmyadmin.net for more information on using phpMyAdmin.

  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

PHP Scripts

PHP scripts are fully supported on all servers running DirectAdmin Web Control...

Understanding Permissions

File permissions define who can read, write, and execute files such as...

Viewing Installed Perl Modules

From the main control panel menu click the "Advanced Tools" icon, then the...

Program Paths

The following paths are commonly needed by scripts.   Path...

CGI Scripts

All CGI scripts must be placed in your cgi-bin directory.  The cgi-bin...