Posts: 399
Threads: 77
Joined: Jun 2011
Reputation:
0
Can anyone help me with this? I had a database for my server but the person handling it quit, and deleted it. I have plenty of scripting knowledge but 0 knowledge about DB/MySQL.
Can anyone help me out? and where would I host the DB? I host my server on KINGJ but I don't know if you can host DB's with them?
Posts: 399
Threads: 77
Joined: Jun 2011
Reputation:
0
Does KINGJ create the DB for you, so all you need to do is configure in your script?
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
depends, if you programmed your script in that way, that it created the tables and rows for you, then yes, thats the only you need to do.
if your script is only configured to insert data into exitsing rows and stuff, you will have to create the structure yourself in phpmyadmin (or w/e they are using there)
Posts: 399
Threads: 77
Joined: Jun 2011
Reputation:
0
Yeah my script configures the tables automatically.
Posts: 176
Threads: 50
Joined: Apr 2010
Reputation:
0
Then if I am correct you just need to set up the DB, connect it to the script and run it.
Posts: 103
Threads: 18
Joined: Sep 2011
Reputation:
0
Notice: KingJ.net does not support strict mode enabled SQL scripting methods.