You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run this example but when running cf create-service cleardb spark mysql I get this error:
C:>cf create-service cleardb spark mysql
Creating service instance mysql in org xxxxxtrial / space dev as [email protected]...
Service offering 'cleardb' not found.
FAILED
The text was updated successfully, but these errors were encountered:
The example targets Pivotal Web Services, where cleardb is a database provider in the Marketplace. Your mileage may vary. You'll need to run cf marketplace to see what database services are available.
Alternatively, you can run cf cups and create a user-provided service with database information pointing to any MySQL server where you have an account.
I'm trying to run this example but when running
cf create-service cleardb spark mysql
I get this error:C:>cf create-service cleardb spark mysql
Creating service instance mysql in org xxxxxtrial / space dev as [email protected]...
Service offering 'cleardb' not found.
FAILED
The text was updated successfully, but these errors were encountered: