Quantcast
Channel: LowEndTalk
Viewing all articles
Browse latest Browse all 59342

Creating MySQL database containing only numbers

$
0
0

Looking to create a MySQL database from the command line using numbers.

mysql -h ip.addr.es -u root -papassword -e "CREATE DATABASE IF NOT EXISTS 234";

Fails

Yet

mysql -h ip.addr.es -u root -papassword -e "CREATE DATABASE IF NOT EXISTS test";

works.


Viewing all articles
Browse latest Browse all 59342

Trending Articles