Install mysql server on wd my cloud

i m try to install mysqlserver on wd mycloud  but everything i have done not works

there is a image of my phpinfo

https://www.dropbox.com/s/asljfoytowrdnyg/Snap%202014-04-22%20at%2019.13.13.png

i tried some thinks i found on google like

apt-get update apt-get upgrade apt-get install mysql-server mysql-client

but wont work

then i removed the package

also when i try to upgrade i get this error

/var/cache/apt/archives/dpkg_1.16.12.armhf.deb /usr/bin/dpkg returned an error code (1)

my apt source list i have

deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free

# wheezy-updates, previously known as'volatile'deb http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free

# DotDeb
deb http://packages.dotdeb.org wheezy alldeb-src http://packages.dotdeb.org wheezy all

Thanks

Hello,

I have never tried this since it is not supported. Lets see what other user can comment on this.

1 Like

using aptitude install mysql-server i got mysql installed but dont works fine.

i can create tables, show tables etc

but mysqli and other libs wont works

looks its not hard do fix, but i dont have enought knowledge to go ahead.