mariadb - phpmyadmin add "createdb" [SOLVED]
mariadb - phpmyadmin add "createdb"
Re: mariadb - phpmyadmin add "createdb"
you could do that manually via the mariadb root login and it should - theroetically - work.
Though i would not recommend it:
- because these databases will not be manageable via KeyHelp (never played through this -> unforeseen issues may occur)
- if one login is compromised, all the other databases are compromised too
Whats wrong with giving each Application their own database

Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: mariadb - phpmyadmin add "createdb"
my customers use multiple databases on the same web space.
in example one for the site, one for the mailing list, one for e-commerce ecc.
in example:
https://customerwebsite.xx/index.php (website)
https://store.customerwebsite.xx/index.php (store third level)
https://customerswebsite.xx/mailinglist/index.php (mailinglist area)
https://customerswebsite.xx/crm/index.php (crmarea) .... ecc...
it is good to keep all contents divided but on the same profile (one login and pasword) so when the users open phpmyadmin (or navicat) they find all databases together.
I also tried to do it manually but apache freezed and I had to do a lot of work in ssh to solve
Re: mariadb - phpmyadmin add "createdb"
Re: mariadb - phpmyadmin add "createdb" [SOLVED]
Nikko ment that you maybe could use a prefix in your application. That's a common way to share one database with different applications.
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser