Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/lsp4you/public_html/connect.php on line 2
mysql> create database testdb; Query OK, 1 row affected (0.00 sec) mysql>
mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | demo | | info | | mysql | | performance_schema | | sys | | testdb | +--------------------+ 7 rows in set (0.00 sec) mysql>