Sentora Support Forums
Creating database - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36)
+---- Thread: Creating database (/showthread.php?tid=1541)



Creating database - RamboMambo - 05-06-2015

hi when creating mysql database and mysql user for example

zadmin_xxx

and user

yyy

then when click map database i choose zadminxx to join with yyy user, its that correct?


RE: Creating database - apinto - 05-06-2015

I believe that is correct.

The correct way is:
  1. Menu: Database > MySQL Database
  2. Create a new MySQL database :
    | Database name: zadmin_exampledb
  3. Menu: Database > MySQL Users
  4. Create a new MySQL user :
    | User name: myexample
    | Map Database: zadmin_[b]exampledb[/b])
    | Remote Access: Allow from any IP
You can also add more than one Database to the same user:
  1. Menu: Database > MySQL Users
  2. Select the user myexample (click on "Edit")
  3. Add Database
    | Database: zadmin_testdb

I hope this helped you Smile