Quantcast
Channel: Flexera Community Forums
Viewing all articles
Browse latest Browse all 4553

Error 27515: Occur when connecting to MySQL server.

$
0
0
I am using IS 2012.

i have created SqlConnection and Add following script to create database and this script is schedule to run on Login.

catalog Name is not set for connection as MySql allows connection without specifying database name.

CREATE SCHEMA IF NOT EXISTS `%DBName%`
GO

it gives following error:
Error retrieving schema version from MySQL 'localhost'. Database: '`. No Database Selected(1046).

catalog Name is set to test.

If I placed Use test before create SCHEMA still it gives me error. Provided test database exist on the server.

nor i have set any schema version on the General tab of script file.

what is the issue?

thanks,

Viewing all articles
Browse latest Browse all 4553

Trending Articles