Moving Your MySQL Database to Pair Networks There are a few steps you should follow to move one or more of your MySQL databases from an existing...
Accessing phpMyAdmin in the ACC What is phpMyAdmin? phpMyAdmin is a powerful tool built to handle MySQL database administration via the Web. This tool allows...
Troubleshooting: MySQL Is Slow If your MySQL database is slow, there may be something you can do to fix it. The first step is...
Changing an ACC Database Password When a database is created in the Account Control Center (ACC), a random database password is generated for it. If...
Connecting to an ACC Database from MySQL Workbench You can use MySQL Workbench to access a SQL database created in the ACC. MySQL Workbench is a visual, user-friendly...
Exporting a Database via phpMyAdmin You can export your database from phpMyAdmin. If you need help accessing the database from the phpMyAdmin within the Account...
Adding a Column to an Existing Table in phpMyAdmin Adding a column to a table is a necessary step in creating a functioning database in phpMyAdmin. If you need...