SQL Lost Table - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SQL Lost Table (
/showthread.php?tid=216588)
SQL Lost Table -
Robert_Crawford - 25.01.2011
Looking In The Script How Could I Redo My Database? ( I lost the file ) Like make new tables and a sql file.
Re: SQL Lost Table -
Grim_ - 25.01.2011
Create it as you originally did? Or am I not understanding your question?
Re: SQL Lost Table -
Robert_Crawford - 25.01.2011
I didn't make the script, a friend gave it to me awhile back and my comp crashed and yea.. I have the gm but no .sql file
Re: SQL Lost Table -
Grim_ - 25.01.2011
In that case you will have to go through the gamemode and find the database, tables and fields used in the script. Afterwards, you will have to re-create the database.
Re: SQL Lost Table -
Robert_Crawford - 25.01.2011
So what would i use to do that, php my admin? , or could you just like give me an example to go off of.
Re: SQL Lost Table -
Not available - 25.01.2011
Quote:
Originally Posted by Robert_Crawford
So what would i use to do that, php my admin? , or could you just like give me an example to go off of.
|
First you got to figure out what tables and columns that are needed, then you have to create them somehow. PhpMyAdmin works yes.
Re: SQL Lost Table -
Robert_Crawford - 25.01.2011
Is there a way that php my admin could detect the tables inside the script?
Re: SQL Lost Table -
Not available - 25.01.2011
No..
Re: SQL Lost Table -
Robert_Crawford - 25.01.2011
Sorry I'm not good at sql, I'm more a html guy and Hardware.
Re: SQL Lost Table -
Calgon - 25.01.2011
Then you're screwed (and how can you be a "HTML guy," HTML is hardly even a language - it's merely a markup?). That's unfortunate.