You are not logged in.
Hello, here is a strange issue. I am learning mysql and I had to create a database on mysql. I did the following(opened terminal ) :
$ mysql -u root -p
>CREATE DATABASE storage
>show databases;
it outputs that it`s OK, db is created, however it`s empty. Good. When I login to XAMPP, there is no such database in the whole mysql search. I searched every database from phpMyadmin, but there is nothing there... ?
I`ve restarted mysld from /etc and restarted XAMPP but still nothing. Any info or help???
Offline