Adds data to a database so that it can be used from multiple workstat…#151
Open
ghosalsattam wants to merge 6 commits intoaerospaceresearch:masterfrom
Open
Adds data to a database so that it can be used from multiple workstat…#151ghosalsattam wants to merge 6 commits intoaerospaceresearch:masterfrom
ghosalsattam wants to merge 6 commits intoaerospaceresearch:masterfrom
Conversation
Contributor
|
Looks good, but please provide an example showing what this script does. Also, put your file in a folder or make one if it doesn't exist. |
Contributor
|
It will be better if you use some online database so that anyone can access it rather than using MySQL which runs on a particular system. |
Author
|
Sorry for delayed response.I was busy with my mid-sems and after
that,proposal making.
This stores on an online database only.But I made it only for
implementation and checking if the code is working properly or not.So I did
not use the paid version.So after 1 month my account expired.
So you are recommended to make your own account in mysqlhosting.net and
make the necessary changes to text files inputDetails.txt
…On Thu, 4 Apr 2019 at 22:21, Aakash Deep ***@***.***> wrote:
It will be better if you use some online database so that anyone can
access it rather than using MySQL which runs on a particular system.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#151 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AlgS6Ec069oQcO14X69mUmuYhrDlMGqLks5vdi2DgaJpZM4b3_D7>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This program stores the filtered data /any data that the programmer thinks is useful for others in a database in the format(time(varchar),x(varchar),y(carchar),z(varchar)).The inputDetails.txt contains data about the database in the format(catalog_id,satellite_name,.csv_atafile_path,name_of_host_server,user_name,password,database_name).