MySQL plugin?

Status
Not open for further replies.

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Or even better..
Code:
jexec 1 csh
pkg_add -r mysql55-server


IMHO a mysql plugin is a little unnecessary when you gotta manage mysql from the commandline anyway, unless you setup something like phpmyadmin. Which you would also need to first setup from the commandline cause it requires a webserver+php support.
 

rm-r

Contributor
Joined
Jan 7, 2013
Messages
166

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Hi All,

i have taken the awesome information here and added it to the XBMC site - its very easy and i go mine going in 5 minutes

http://wiki.xbmc.org/index.php?titl...ySQL/Setting_up_MySQL#tab=FreeNAS_and_freeBSD

thank you so much Joshua - you pop up all the time for PBIs and have helped me several times from your posts!

Just here to help. by the way, we might want to change it to..
Code:
pkg install mysql55-server

or even..
Code:
pkg install mariadb55-server


the new pkg system is faster / handles dependencies better
 

rm-r

Contributor
Joined
Jan 7, 2013
Messages
166
Just here to help. by the way, we might want to change it to..
Code:
pkg install mysql55-server

or even..
Code:
pkg install mariadb55-server


the new pkg system is faster / handles dependencies better

ok will do, thanks
 
Status
Not open for further replies.
Top