Hi, im developing a plugin for a network so i need a database for store everything (because i have more than 1 server) so i was wondering which is the best way to do this .
A database without install anything, like mysql(now im trying with this, if somebody know any good guide for mysql pls post it) or something like that.
If you want to use a database, but don't want to install anything.. an Sqlite flatfile is probably what you're looking for.
Try to google but there is an simple one for ubuntu/debian Code (Text): apt-get update apt-get upgrade --yes apt-get install apache2 mysql-server-5.6 phpmyadmin --yes