View Single Post
  #1   (View Single Post)  
Old 11th September 2011
desreguard desreguard is offline
Port Guard
 
Join Date: May 2011
Posts: 11
Default Installing MySQL package

Hey all I'm having a little trouble installing a MySQL database. This is what I tried...
Code:
 export PKG_PATH=ftp://mirror.planetunix.net/pub/OpenBSD/4.9/packages/`machine -a`

pkg_add -v mysql-server mysql-client
and this is what I get
Code:
Unknown element: @rcscript /etc/rc.d/mysqld in SCALAR(0x865acd50),  at /usr/libdata/perl5/OpenBSD/PackingList.pm line 355, <$fh> line 455.
can anyone tell me what this means, or what I did wrong. Thx.
Reply With Quote