Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I currently run a centos 6 server on media temple which is great for my needs but I have had some issues installing ffmpeg and various packages. Some of the yum installs are really old. Below is a list of the other packages available.
Ubuntu 12.04 - LTS Precise
Ubuntu 12.10 - Quantal
Ubuntu 10.04 - LTS Lucid
Ubuntu 13.04 - Raring
Fedora 18
Debian 7.0 - Wheezy
Debian 6.0 - Squeeze
CentOS 6
What are the advantages of the above? how different are they really? I am looking to build a website that will do a lot of video and audio manipulation server side.
Is there one that deals with this better than the other? Do not get me wrong. My Centos server has been great. Just trying to decide whether to stick with centos for my new hosting, or whether there is a advantage for me to use another one from the above list.
Install Ubuntu 12.10 on your local and see how it handles the packages you need. I find it much better when it comes to package management, dependency resolving, package compatibility ect.
Related
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 days ago.
Improve this question
Good morning fellow community members. I hope you can help me with the following question.
I have an application installed on an Ubuntu server which used MySql-Server and connected through a socket. The situation is that I have tried to install a 2nd web application on the server which uses Mariadb-server.
The issue is that after installing Mariadb-server, I still had access to the database installed in MySql-server (through the web application), however when I finished installing Maridb-server I decided to reboot the server After that, for some reason, I can no longer access the data that was hosted on MySql-Server.
At first glance the database has not been removed, it is simply inaccessible by the mariadb-server installation.
How can I get it back?
Thanks for your help.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have a workspace in Cloud 9 IDE which was created more than 2 years ago. At that time I created simple C application to test MySQL connection. I remember application worked at that time.
Now after a long period of time I try to recompile my test application but I found that there is no mysql.h header file in the Cloud 9 virtual machine.
mysql-ctl seems to work: it reports that mysql is running. but there is no mysql headres in the filesystem.
So I think I need to reinstall MySQL in Cloud 9 but I cannot find any documentation on this topic. Also it looks like their own package manager c9pm is not supported anymore.
So how can I reinstall MySQL in Cloud 9 virtual machine?
Since there was a completely new version Cloud9 almost a year ago (https://c9.io/blog/announcing-the-all-new-cloud9-development-environment/) I can imagine something like a compilation against mysql.h got broken. I would create a new workspace and transfer your files to that workspace (use File > Download Project). In the "new" Cloud9 you can simply use sudo apt-get install to install software rather than use c9pm.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I was using wamp server where I could access the mysql database throgh 'localhost/phpmyadmin'. Recently, I've uninstalled the wamp server and installed mysql server in my pc. Now, how can I access to my mysql database like 'localhost/phpmyadmin' when using wamp?
WAMP is abbreviation of Windows, Apache2, MySQL and PHP.
phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web.
Localhost refers to a web server(like Apache2 or nginx or ...) which PHP can install on it.
So If you want to manage MySQL database with phpMyAdmin. You have to install WAMP :
Apache2
PHP
MySQL
phpMyAdmin
If you want just manage MySQL by phpMyAdmin do above steps.
#Sascha suggested in comments.
You can choose a better solution that doesn't need Apache2 and PHP :
Install Desktop MySQL managers like MySQL WorkBench (Free tool) instead of phpMyAdmin.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have to install MySQL 5.1.73 in Oracle Linux 5. When I searched the compatible version of MySQL, I found multiple edition of MySQL on download page. My LINUX server is 64 bit machine. There are below versions of MySQL 5.1.73 for 64 bit machine:
MySQL-community-5.1.73-1.rhel5.x86_64.rpm-bundle.tar
MySQL-shared-compat-5.1.73-1.rhel5.x86_64.rpm
MySQL-test-community-5.1.73-1.rhel5.x86_64.rpm
MySQL-devel-community-5.1.73-1.rhel5.x86_64.rpm
MySQL-client-community-5.1.73-1.rhel5.x86_64.rpm
MySQL-server-community-5.1.73-1.rhel5.x86_64.rpm
MySQL-shared-community-5.1.73-1.rhel5.x86_64.rpm
MySQL-community-debuginfo-5.1.73-1.rhel5.i386.rpm
MySQL-embedded-community-5.1.73-1.rhel5.x86_64.rpm
MySQL-community-debuginfo-5.1.73-1.rhel5.x86_64.rpm
Now, I am totally confused about which file should I download to install MySQL in my LINUX server? Also, is it possible to get MySQL 5.1.58 community server edition unlike 5.1.73?
I guess bundle (first) will install (almost) everything that is below. (Probably what you need)
But if you want only server it is MySQL-server-community-5.1.73-1.rhel5.x86_64.rpm.
These are not different versions. These are different parts of a big package.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I dont have both these packages on my system. I am not able to install any package due to same. Can anybody tell me how to install these without root access??
dpkg is the low level package tool of the Debian distribution (and derived distributions such as Ubuntu, Linux Mint and others). It is used to install single Debian packages (files with the .deb extension).
apt-get is a higher-level (user facing) program used to retrieve and install Debian packages on Debian systems. It does not work on CentOS, because CentOS uses a different package format (RPM) and cannot work with packages that were made for the Debian distribution.
Also, you can not install packages without root access (neither CentOS nor Debian packages).