19.08.2012, 00:35
MySQL and SQL are same? if not please give me explanation
Both are same? Both will make my server faster than before?
And what are these
pawn Код:
#define SQL_HOST "127.0.0.1"
#define SQL_USER "root"
#define SQL_PASS ""
#define SQL_DB "database" //If you have changed the name of your database, make sure to change this also to the same name.
pawn Код:
#define mysql_host "YourHostIp"
#define mysql_user "YourMysqlUser"
#define mysql_password "YourUserPassword"
#define mysql_database "YourDatabaseName"
And what are these