12.03.2012, 04:14
Well i never tryed localhost but today i tried to but the problem is when i make a random username and connect, it doesn't asks me to register. Also when i try to create any org, it says the id is used. This is my debug mysql
my connection for script
I used Xampp for http://localhost/phpmyadmin
Код:
00:16:55] [00:16:55] --------------------------- [00:16:55] MySQL Debugging activated (03/12/12) [00:16:55] --------------------------- [00:16:55] [00:16:55] >> mysql_query( Connection handle: 1 ) [00:16:55] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead) [00:16:55] >> mysql_store_result( Connection handle: 1 ) [00:16:55] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead) [00:16:55] >> mysql_num_rows( Connection handle: 1 )
pawn Код:
#define MYSQL_HOST "localhost"
#define MYSQL_USER "localhost"
#define MYSQL_DB "accounts"
#define MYSQL_PASS ""