|
|
| Support FAQs, Tutorials and Contact Info |
PhpMyAdminFrom Support Center
You must have a Database created to use phpMyAdmin. phpMyAdmin is a PHP-based MySQL database administration interface. phpMyAdmin allows novice users of databases to configure the specifics of a database (such as the creation of tables) without learning command-line MySQL. phpMyAdmin provides you with graphical view of databases and tables. It is easy to create a table with phpMyAdmin. Once phpMyAdmin is loaded, click the Database Name in the left side of the screen. If your database is named test_database click the link test_database. Now, enter the name of the table you're creating, and the number of fields it has. In this example below, a database called user_info is created with 3 fields: ![]() You can then enter the field names. The fields last_name, first_name, and phone_number were entered below: ![]() Before pressing "Save," you would need to configure the rest of each field, including type, length, etc. phpMyAdmin can accomodate for nearly all tasks you need to accomplish in creating your own customized database. > PromoPak |
||||||||









