简体   繁体   中英

No schema for Azure ClearDb MySql Database

I have created a managed MySql database in Azure which uses ClearDb as a database provider. I appear to have a database if I go to Azure and click through to the ClearDb dashboard. However when I connect in MySql Workbench using the username and password provided by Azure then I log in ok but I cannot see any schemas. When I type SHOW GRANTS I get the following:

GRANT USAGE ON *.* TO 'myusername'@'%' IDENTIFIED BY PASSWORD '*xxxxxxxxxxxxxxx' WITH MAX_USER_CONNECTIONS 4

Is there a database and if so how do I get access to it? If there isn't one how do I create one because I don't have the permissions to do so. I assume there is a database because the ClearDb dashboard seems to indicate there is.

I sorted this by creating a Titan database. My original database was a Mercury one which is the smallest free one. I still imagined I could do something with it, but obviously not....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM