Posts: 83
Threads: 44
Joined: Apr 2016
Guys I have server the game mode is mysql . The filter script is also mysql but I have only 1 mysql database so how I can use they both in 1
Posts: 22
Threads: 6
Joined: Mar 2015
Reputation:
0
Well,you could try to import both .sql files on one database.
Posts: 79
Threads: 2
Joined: Dec 2010
Just use the same db name in mysql_connect line in both scripts?
Posts: 79
Threads: 2
Joined: Dec 2010
Quote:
Originally Posted by OnlYgEnyUS
He got one database. He could upload both sql files to that database.
|
What.
Its MySQL....
You can use one db in as many scripts as you want.