how can i add my popsql project to github [closed] - mysql

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 2 days ago.
Improve this question
I made two projects in popsql then tried to add them to github but I don't know exactly how to do it.
I tried to save it as a file in popsql but it didn't work.
I tried to add it from popsql but if I can add it in other ways it will work too eg jupyter notebook etc.
Can you show me step by step how I can add my sql project to github?

Related

Microsoft azure cant detect my HTML file and Images for a static website? How do I fix this? [closed]

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 5 days ago.
Improve this question
I'm not sure what is wrong, I've tried copying and moving all the contents to another folder and tried again but it still does not detect the HTML file nor does it detect the images in my image folder. Is there something wrong with my folders? or is Microsoft Azure the problem? I'm trying to host a static website using Microsoft Azure. I followed steps from a youtube video I've watched (https://www.youtube.com/watch?v=ttmEOLKk3Cw&t=321s&ab_channel=JohnSavill%27sTechnicalTraining) this is the video and when I reached 4:00 minutes that's where the problem started.

Setup central MySQL server for local environment [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 7 years ago.
Improve this question
We have a group of developers and designers, we want to create a single database server to use for everyone for better collaboration. We are running windows and Linux machines. So please give me suggestions how can i build this.
You can run MySQL on either of those types of machines. Go to the MySQL website and download an installer. Also download MySQLWorkbench to do setup after installation. You should be up in a very short time.

PHPStorm does not start with new license [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 7 years ago.
Improve this question
I upgraded my license from a trial to a full license but PHPStorm exits immediately without asking for the new license.
There was a deamon still running phpstorm. Run
ps aux | grep java
and find the java process with a lot of PHPStorm flags, e.g.
-Didea.platform.prefix=PhpStorm
Kill it. Restart
phpstorm.sh
It should operate as normal.

what should we do when our website was infected [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
when our website was infected,we always just change the root password and the mysql password,fix the code where have vulnerability。But I think it is not enough , does anyone have more advance on it? I just have no idea that whether he has the backdoor in our system or have other attack that I haven't know about。
The problem is, that after the system was once hacked, you cannot be 100% sure that the hacker did not leave you a backdoor, unless he left a log of what he did.
The best way would be complete reset the system. Re-install the OS and completely rebuild the server. However that might not always be an option.
I would advise you to
Rebuild the system
Check all code using sql in you app to use prepared statements
log the sql for some time and go through it, to see if the hacker tries again and make double sure you get the code he aims at
(original post spoke of injection - not infection)

I just killed the wrong machine on openshift [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 free user in Openshift. There are 3 machine available.
I used 1 to write my blog.
About 1 hr ago. I just want to delete another machine, so I click button "delete".
And than, I found that I delete the wrong one.
So my blog is killed by me....
How can I receive my data ??
My blog is blog-whycat.rhcloud.com
Let me quote the delete confirmation page:
This will delete all the code and data associated with the app, and
cannot be undone.
If you really don't have any backups, your best bet would be to contact the support.