Search the Community
Showing results for tags 'mariadb'.
-
Hi, is there any way to create a foreign key linked to another database? I can't see all the databases in PMA.
-
Hi. I'm trying to figure out how functions and procedures works into MariaDB. And i creared a sinple function: BEGIN declare ans TEXT; select answer into ans from text_answers ORDER by rand() limit 1; RETURN ans; END and wanted to call this function by: SELECT * from dbo.random_text_answer but i've got a error of loss privileges... i wanted to try to check "Adjust privileges" in edit window, but this checkbox is unactive.. What should I do in this case?
-
Hi, just out of curiosity (I hope the cat doesn't die, kidding). Anyway, are there any plans to support the MariaDB database? Either by migrating or even replacing? And if I assume right if it'll be supported, it will probably be on Johnny server? Thanks, Daniel