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.
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.
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.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to install a database, preferably MySQL, on my domain (Strato) to make my database accessible remotely.
Is it possible?
Has somebody tutorials on it?
I'm absolutelly inexperienced in this area. The only webserver I have ever set up was Apache (XAMPP).
Strato is a hosting provider. If you have the basic service, you can't install or use MySQL databases.
For other levels of service, see their FAQ.
Usually it's apt-get install mysql or zypper install mysql. It depends what Linux it's installed. Most likely you can also build from the sources. Then you need gcc and all tools. Apt-get install gcc or zypper install gcc. When you can disclose a bit more information maybe we can help?