1

I have a linux VPS. I want to be able to create a database via SSH and still have access to it via CPanel. I tried creating a database using create database myDB and it did create it and I can see it when I use show databases; but I cannot see it when I log in to my control panel as myUser. I did try granting permissions to myUser on that database but it didn't seem to help (unless I did it wrong).

Can someone point me in the right direction please?

Using CentOS and MySQL5.

John Gardeniers
  • 27,458
  • 12
  • 55
  • 109
webnoob
  • 465
  • 2
  • 16
  • 35
  • This question appears to be off-topic because it is about [`working with a service provider's management interface, such as cPanel`](http://serverfault.com/help/on-topic). – HopelessN00b Jan 13 '15 at 21:55

1 Answers1

0

Found the issue: Turns out in the source is doesn't show any databases in phpMyAdmin with a name that contains test. Just my luck to call mine autotest :)

Ref: http://www.howtoforge.com/forums/showthread.php?t=19698

webnoob
  • 465
  • 2
  • 16
  • 35