-2
votes
1answer
55 views

create database table with a owner in my SQL

Can someone tell me what is the SQL command to create a table with specific owner?
1
vote
1answer
81 views

Replication issue - CREATE SELECT alternative?

I've an MySQL 5.1 slave for our BI team. They need to make some CREATE SELECT with big select queries (several million lines). As CREATE SELECT is a DDL, if the replication attempts to update some ...