So i tryed to download mysql to my dedicated Linux Ubuntu server. But i want to downloade it using "yum install mysql mysql-server", like on CentOS 6.5. But how to make Yum, work propely, and if anyone could help via steam or teamspeak then please say.. =)

Recommended Answers

All 8 Replies

In ubuntu one uses apt-get instead of yum.

I often use aptitude because of the search command

sudo apt-get install aptitude

Now search packages related to mysql

sudo aptitude search mysql

Install what you want

sudo apt-get install mysql-common
sudo apt-get install mysql-server

Thanks alot, can i add you on something??? And i need a good Javascript/HTML/PHP/CSS Coder can you help? I gonna pay...

But what does the mysql-common download do?

And how to start the service (Mysql). Like on centOS "chkconfig --levels 235 mysqld on" "/etc/init.d/mysqld start". ? =)

Here is an official page. Sorry I can't help finding a good Javascript/HTML/PHP/CSS Coder. I'm mostly a python coder.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.