![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 20 Pomógł: 0 Dołączył: 17.07.2005 Ostrzeżenie: (0%) ![]() ![]() |
Prosze o pomoc.
Mam konto hostingowe w darmowym serwisie www.haa.pl Mam w nim możliwość założenia bazy danych. Znam się troche na php dlatego chciałem zainstalować i sprawdzić tam jeden skrypt, który jednak wymaga bazy danych. W haa.pl mam do dyspozycji PHPMyAdmin. Bazy danych jeszcze zadnej nie zakładałem, a do zrobienia mam nastepujące rzeczy: 1. Create a MySQL database (i.e. phpauction), by typing the following from the commnad line: # mysqladmin -u root create phpauction 2. Populate the database using the dump file dump.sql contained in the "sql" directory in the distribution: # mysql -u root phpauction < dump.sql może mnie ktoś pokierować co mam po kolei zrobić? |
|
|
![]() |
![]()
Post
#2
|
|
Grupa: Zarejestrowani Postów: 853 Pomógł: 25 Dołączył: 27.08.2003 Skąd: Katowice Ostrzeżenie: (0%) ![]() ![]() |
Cytat(mako241 @ 2005-09-30 19:55:06) CREATE TABLE bids( auction varchar( 13 ) , bidder varchar( 13 ) , bid double( 16, 4 ) , WHEN timestamp( 14 ) , quantity int( 11 ) DEFAULT '0' ) MySQL zwrócił komunikat: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'when timestamp(14), quantity int(11) DEFAULT '0' )' at line 8 sprobuj when wziac pomiedzy znak ` tj. `when` |
|
|
![]() ![]() |
![]() |
Aktualny czas: 4.10.2025 - 04:10 |