Using MySql query, is it possible to create a database with a date in the title?
That is, for example, I want to call the user(24-11-16) database user(24-11-16) Something like this.
That is, the query will look like this.
CREATE DATABASE 'users(CURDATE())'