|
Session::createSchemaCreate new schema Description
public mysql_xdevapi\Schema mysql_xdevapi\Session::createSchema(string
$schema_name )Creates a new schema. Parameters
Return ValuesA Schema object on success, and emits an exception on failure. ExamplesExample #1 mysql_xdevapi\Session::createSchema example
The above example will output something similar to: Info: I created a schema named 'fruit' |