15.01.2011, 21:29
Well, since I'm a newbie I don't really know what you are talking about. All I got is my MYPHPMYADMIN website and my Nevicat For MYSQL and my file.sql database. Both of the uploads shows me the next error:
Код:
[Err] 1046 - No database selected [Err] -- -- Database: `SA-MP` -- -- -------------------------------------------------------- -- -- Table structure for table `Accounts` -- CREATE TABLE IF NOT EXISTS `Accounts` ( `Username` varchar(24) NOT NULL, `Password` varchar(129) NOT NULL, `Security Question` varchar(64) NOT NULL, `Security Answer` varchar(129) NOT NULL, `IP Address` varchar(17) NOT NULL, `AdminLevel` int(5) NOT NULL, `Money` int(9) NOT NULL, `Score` int(5) NOT NULL, `Skin` int(4) NOT NULL, `Health` float NOT NULL, `Armour` float NOT NULL, `PositionX` float NOT NULL, `PositionY` float NOT NULL, `PositionZ` float NOT NULL, `PM Status` int(11) NOT NULL default '1', `Kills` int(11) NOT NULL, `Deaths` int(11) NOT NULL, `Logins` int(11) NOT NULL, `Warns` int(4) NOT NULL, `Warning1` varchar(128) NOT NULL, `Warning2` varchar(128) NOT NULL, `Warning3` varchar(128) NOT NULL, PRIMARY KEY (`Username`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; [Msg] Finished - Unsuccessfully

