Artigos

 Accessing phpMyAdmin

phpMyAdmin is a tool written in PHP that allows you to administrate your MySQL databases.  You...

 Adding Users to a Database

There may be times when you want to have more than one login name and password assigned to a...

 Changing Database Passwords

To change a database password, first click on the name of the database in the main MySQL...

 Creating Databases

  From the main control panel menu click the "MySQL Management" icon and then click the "Create...

 Removing Databases

  A list of all databases is present in the main MySQL databases menu.  To delete a database,...

 Removing Users from a Database

To remove database users, first click on the database name from the main MySQL databases menu....

 Setting up your Database with Scripts

Most scripts need to know four things about your database: the database name, database username,...