No error at all.
I go to SQL Services -> MySQL manager -> Create database and user:
Data Entered
================================
Database: orimaenl_typo3
Username: orimaenl_typo3
Password: <pass>
After that went to list databases & users, is empty.
Go to create only a database, says database is created.
Next thing, i login into putty.
[orimaenl@localhost ~]$ mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 71
Server version: 5.1.73 Source distribution
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| blabla |
| mysql |
| postfix |
| root_cwp |
| roundcube |
| typo3 |
+--------------------+
8 rows in set (0.00 sec)
As you can see, databases could be created before, but not in this version.
[edit]
Doesn't matter from what user i create the database btw. I tried it from the root as well from the user account itself.