a
Size: a a a
a
М
М
М
М
️
A
ДМ
М
н
М
М
М
️
VM
VM
VM
MariaDB [(none)]> CREATE DATABASE 'leksandrik';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''leksandrik'' at line 1
MariaDB [(none)]> CREATE DATABASE "leksandrik";
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '"leksandrik"' at line 1
VM
VM