MySQL etc.
#1

So I have a basic script that uses MySQL. Now i need to know how to install MySQL. Can anyone tell me step by step what to download etc?
Reply
#2

Okey i did it, now i have other problem importing database
PHP код:
Błąd
Zapytanie SQL:
--
-- 
Baza danych: `rp`
--
-- --------------------------------------------------------
--
-- 
Struktura tabeli dla `rp_bans`
--
CREATE TABLE IF NOT EXISTS `rp_bans` (
`
idint11 NOT NULL AUTO_INCREMENT ,
`
Bannedvarchar255 ) DEFAULT NULL ,
`
Uservarchar255 ) DEFAULT NULL ,
`
Reasonvarchar255 ) DEFAULT NULL ,
`
Adminvarchar255 ) DEFAULT NULL ,
`
IPvarchar255 ) DEFAULT NULL ,
PRIMARY KEY ( `id` )
ENGINE MYISAM DEFAULT CHARSET latin1 AUTO_INCREMENT =4;
MySQL zwrуcił komunikat:
#1046 - No database selected 
What's wrong?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)