Databases tab: Difference between revisions


No edit summary
No edit summary
Line 1: Line 1:
These options are only available for professional users.
This area is where you create and manage databases.  There's also some MySQL and PHP resources available here.


====Actions====
====Actions====
* [[Create a new MySQL Database]] using the [[Image:database_add.png]] '''New MySQL Database''' button.
* [[Image:database_add.png]] '''New MySQL Database''' - [[Create a new MySQL Database]] using this button.  Make sure you choose a password that you will remember.
* Directly access official [[PHP resources | PHP]] and [[MySQL resources | MySQL]] documentation by selecting the appropriate link.
* Directly access official [[PHP resources | PHP]] and [[MySQL resources | MySQL]] documentation by selecting the appropriate link.
* [[Using phpMyAdmin | Manage your database with phpMyAdmin]] by selecting the [[Image:database_edit.png]] icon to the right of the database to manage.
* [[Image:database_edit.png]] '''Edit Tables''' - You can [[Using phpMyAdmin | manage your database]] with phpMyAdmin by selecting this icon.
* [[Deleting a database | Delete a database]] by selecting the [[Image:Delete.PNG]] icon next to the database to delete.  '' '''WARNING: Deleting a database will result in ALL information in that database to be deleted!  Ensure you have a [[Backing up a database |backup]], just in case!''' ''
* [[Image:Delete.PNG]] '''Delete''' - [[Deleting a database | Delete a database]] by selecting this icon next to the database to delete.  '' '''WARNING: Deleting a database will result in ALL information in that database to be deleted!  Ensure you have a [[Backing up a database |backup]], just in case!''' ''

Revision as of 15:50, 15 May 2008

These options are only available for professional users.

This area is where you create and manage databases. There's also some MySQL and PHP resources available here.

Actions

  • Database add.png New MySQL Database - Create a new MySQL Database using this button. Make sure you choose a password that you will remember.
  • Directly access official PHP and MySQL documentation by selecting the appropriate link.
  • Database edit.png Edit Tables - You can manage your database with phpMyAdmin by selecting this icon.
  • Delete.PNG Delete - Delete a database by selecting this icon next to the database to delete. WARNING: Deleting a database will result in ALL information in that database to be deleted! Ensure you have a backup, just in case!