m |
m |
||
Line 1: | Line 1: | ||
<div align=justify>cPanel allows you to manage your databases using phpMyAdmin tool. You can create a database, modify or remove it; create a database table; repair and optimize MySQL tables, etc. In this tutorial we'll let you know how to create a database table using phpMyAdmin. | <div align=justify>cPanel allows you to manage your databases using phpMyAdmin tool. You can create a database, modify or remove it; create a database table; repair and optimize MySQL tables, etc. In this tutorial we'll let you know how to create a database table using phpMyAdmin. | ||
− | First, log into your '''cPanel => [[Databases]] => phpMyAdmin'''. From the left-side list choose the database you wish to add a table for. | + | First, log into your '''cPanel => [[Databases]] => phpMyAdmin'''. From the left-side list choose the database you wish to add a new table for. |
{{#icon: phpMyAdmin.png|phpMyAdmin}} | {{#icon: phpMyAdmin.png|phpMyAdmin}} | ||
− | To create the database table, enter the desired table name and the number of fields at the bottom of the page. Click '''Go''' to create the table. | + | To create the database table, enter the desired table name and the number of fields at the bottom of the page. Click '''Go''' to create the new table. |
{{#icon: new table.png|create a database table}} | {{#icon: new table.png|create a database table}} | ||
Line 63: | Line 63: | ||
− | Now you know how to create a database table and | + | Now you know how to create a database table and can add new tables to any MySQL database under your account.</div> |