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 am getting the grub prompt on my machine. I know that I can use the information at https://fedoraproject.org/wiki/GRUB_2 to reboot but I don´t know where the fedora linux partition is located on the harddrive. How can I find the information regarding /dev/sda etc in the grub prompt?
I tried the commands in the above URL concerning the grub prompt but I keep ending on a black screen.
You can use LiveCD distribution of your favourite distro and boot from it. Then use tools like fdisk or gparted to locate your Fedora Linux partition. After that you can chroot inside your Fedora partition and repair your grub using grub-mkconfig or manually.
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 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.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am trying to download the MySQL no-install version, but I can't find it on their site.
Can anyone help? I tried with this link but it doesn't work.
You can get the latest one from here (32-bit or 64-bit no-install zipped versions are underneath the MSI installer link).
You can also get archived versions if you click "Looking for previous GA versions?" seeing as your question references the very old 5.1 version.
The process for installing MySQL (noinstall) from a Zip archive is as follows:
Extract the archive to the desired install directory
Create an option file
Choose a MySQL server type
Start the MySQL server
Secure the default user accounts
Detailed info
How to use MYSQL no-install on Windows
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Does anyone know if I can download the source for the installer used for the binary distribution for MySQL on OS X? I don't mean the MySQL source, I know that's easy to find, but rather the Installer scripts (including postflight, etc) that are contained with the DMG you can download from the MySQL website. I'd like to try and drop MariaDB in the installer instead of build my own installer from scratch. There are also problems with the Startup items that need repairing. I'm having a difficult time stringing together the right phrase in Google to find this, nor did I find it on MySQL.com (vanilla source code tar.gz does not contain any OS X items).
The source code for the OSX installer comes from an internal source code repository. It was never open-sourced.
I asked a member of the MariaDB team and they showed me that it's in an old version of the MySQL bzr repository:
bzr branch -r date:2005-04-22 lp:mysql-server mysql-server-2005-04-22
The script to generate the installer is at Build-tools/Do-pkg