installing mysql server on a network [closed] - mysql

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 want to install MySQL server at work. The goal is to give Remote Access to different users. This part is OK. I have granted permission to others users and it worked.
My question is how and where can i install MySQL server so it is not depended on my work computer being on. At my Works network we have common Networks harddisk. If i install MySQL server there, is it gonna be running all the time? or do i need to contact IT in order to install MySQL on the server hosting Our main work database?
thanks for helping.

There are a lot of considerations to be made when installing new servers. If you are going to be running an SQL Server your I.T. Department should know about it. They are also going to be the best people to determine potential security concerns and where it would be most suitably hosted.
When you say you have "common Networks harddisk" I presume you mean a mapped network drive or SMB Shares. This is for data storage and you cannot install anything to there without direct access to the server they are running on.
It is also likely that your company is already running a dedicated SQL Server which you may be able to utilize.
Either way if you have an IT Department, They need to know and they are the only people who can answer this question.

Related

Oracle Instance has been stopped for no reason [closed]

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 1 year ago.
Improve this question
I have free Oracle Cloud always free instance. I was not able to connect to it by ssh and it looks like it was stopped.
I cannot re-run it. I get:
Unable to start instance: Instance ocid1.instance.oc1.eu-frankfurt-1.antheljscauatxycmb7qvp36l6jmfffvhfjqspjo6zz3xzbjletwexs7fvsa is disabled and will not accept any action requests. Please contact customer support to reenable.
Customer support doesn't work. Any idea what to do and why it was stopped ?
Is that an ampere A1 flex instance that was stopped? are you within the initial 30 days free trail or it got expired?
I discovered the same issue today with my always-free VM. This Redit post from a few months back is really helpful.
The solution is to create a backup of the boot volume, then terminate the stopped VM instance without deleting the associated boot volume, and finally create a new instance matching the specs of the original VM using the "Create Instance" option from the boot volume page.
The Redit post provides a nice, clear set of instructions. Worked perfectly for me.
As to the reason for Oracle disabling the instance in the first place, #Anupam's answer is very helpful, though I'm not sure where this info came from. I certainly didn't get a heads-up email like the one sent out when Oracle indicated they were going to pause my transaction database.

How to use SQL Server 2008R2 for working purpose as part of personal use [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
SQL server 2008R2 was installed on my personal laptop just for my working data, all the logins used were setup by our system admin which was connected too remotely from home. I need to use the same SQL Server for Doing some tutorials and adding my own data apart from my working data.
Is it possible to do that or do I need to install another SQL Server for my personal use?
You should be able to do this provided that the SQL logins that you were provided contain the necessary privileges. Some DBAs will restrict access to specific dbs or schemas, or lock down your ability to do much beyond running queries. Assuming this is not your case you should be good to go. Try creating a new database. If you are successful then my guess is that they gave you a privileged account and you should be in the clear.
If you really want to be safe then I suggest obtaining a copy of SQL Server Express

Removing "www" from the domain directs to different site [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
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.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Improve this question
A novice here. The support from mediaTemple and my current host have been quite unhelpful, so stackOverflow may be my hero.
My problem is that entering "www" before the domain and leaving it out direct to different servers.
The background on this is that I first registered the domain with mediaTemple and had a plan with their gridHosting, but after finding their service unsatisfactory, I cancelled my gridhosting plan and moved to another host. This problem occurs even after updating the nameservers. In short, the web server is hosted by proMinecraftHost, but the domain is registered under mediaTemple.
Support from both sides say it's due to dns and the nameservers needing 24-48 hours to update, but I'm fairly skeptical that it really is the cause.
Summarizing, www.mscraft.org directs to the correct server, but mscraft.org(mscraft.org) alone does not.
If anyone could help me, I'd greatly appreciate it.
Thanks in advance.
It's possible you just have the old DNS info in your cache. Try clearing your browser's cache, and also flushing your DNS. On Windows you could do ipconfig /flushdns in a command prompt. Also you could try pinging both addresses (with and without www). You should see the same IP address for both, as I got 198.154.108.107 when I tried them. In other words, I think it's working properly - you are just going to the old location because your machine is remembering too much.

Restore MySQL Database from another server, will it affect current databases? [closed]

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
Morning, we have 8 databases on our live server. I have created a new one on our test/development server. In MySQL Administrator I've backed up this new database to an SQL file, this file is on the new server. If I use "restore" in MySQL Administrator to create this database, will it affect the other databases that are there or will they carry on working as normal?
Is there a better way to do this?
The new DB is only a few k in size, the others contain many years of info and data and are huge. Any help appreciated
No, it won't. As you said that your DB is small it will not affect at all the other DB. It would if it was bigger, most probably it would slow dow your server a bit during the import (if it was bigger, huge to be precise), after the import the database will work normally. Of course it will share resource to keep one more instance working. And with time, it will make some difference in performance (depending on how big this DB grow). But you will have to be more concerned with hardware capabilities then the database itself.
Of course, I assume that when you say database you are saying about a new instance on your database.

Migrating localhost MySQL to AWS Oracle seems to wait for four hours [closed]

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 am currently migrating a localhost MySQL database of quite some size to an AWS server with Oracle. I am using the SQL Developer tool with an installed add-on feature for MySQL support. The migration process is going quite slow and from the diagnostics tools it seems that the space on the server is reduced (sign of data transfer) every fourth hour.
Is this due to the diagnostic tool or any constaint added to the server?
If it is a constraint on the server, how can I remove this so data can be transferred faster?
I have now been migrating for about 40 hours and just 2 gigabytes are transferred. It seems like the transfers are performed every fourth hour.
Hard to tell from your post but are you using the migration wizard in SQL Developer? Is it an online or offline migration?
An online migration for a large database will be very slow, as it is literally rebuilding your database one row at a time, including integrity checks, redo generation, index building, etc.