Am 21.10.2011 10:05, schrieb 王科选:
> Hi,
> Is there any way to dynamically create  database and tables on mysql?
> For example, if I want to create 100 databases(dbname is unknown until run 
> time), with 100 predefined tables in
> it, how to achieve that?
> Thanks in advance!

create database, drop database
create table, drop table
create table like.....

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to