Cloud FAQ

What does the following warning message mean when I load cloud data?

MAMP

This is only a warning message indicating that the MySQL user associated with the database getting loaded from the cloud already exists on your local machine.


What does the following error message mean when I save cloud data?

MAMP

The following error message means the database you are attempting to save to the cloud does not have a MySQL user associated with it. You must first associate a user with this database in order to save it to the cloud.

An associated user can be added in phpMyAdmin.

1) Create a database named “wordpress”, for example:

MAMP

2) After Adding the database, go to the User Accounts tab and click “Add User:”.

MAMP

3) Add a new User and add all global privileges; click “Go”:

MAMP

4) With the userX created, click “Edit Privileges”.

MAMP

5) Add all privileges to userX and click “Go”.

MAMP

6) Inside the userX privileges, click “Database”.

MAMP

7) Select the database, in our case, “wordpress”, and click “Go”.

MAMP

8) Add all the privileges for userX uses the database “wordpress”, and click “Go”.

MAMP

9) Now, for the database “wordpress”, our userX now has all privileges.

MAMP