Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [SQL][MySQL][PHP]proszę o pomoc w bazie MSQL, mam taki bład i nie wiem co mam zrobic
interbis
post
Post #1





Grupa: Zarejestrowani
Postów: 13
Pomógł: 0
Dołączył: 7.09.2010

Ostrzeżenie: (0%)
-----


Prosze o poooc ! wgrana strona na serwer nie chce zagrać bazy danych - pojawia sie taki bład
Parse error: syntax error, unexpected T_STRING in /home/*****/public_html/*****/baza.inc.php on line 4


Oczywiscie w imporcie takiego pliku jak "sese.sql widać takie informacje baza mi to odrzuca:
Zapytanie SQL:

-- MySQL dump 8.23
--
-- Host:**** Database: sisi
------------------------------------------------------- --
-- Server version 4.1.14-standard
--
-- Table structure for table `galeria`
--
CREATE TABLE galeria(

id int( 11 ) NOT NULL AUTO_INCREMENT ,
zdj text NOT NULL ,
opis text NOT NULL ,
PRIMARY KEY ( id )
) ENGINE = MYISAM DEFAULT CHARSET = latin2;



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 '---------------------------------------------------------
-- Server version 4.1.' at line 4



Bardzo proszę o pomoc.
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
interbis
post
Post #2





Grupa: Zarejestrowani
Postów: 13
Pomógł: 0
Dołączył: 7.09.2010

Ostrzeżenie: (0%)
-----


<?

$host="eurocom_data;
$user="data";
$pass="zuzula
$dbname="eurocom_data";

$db = mysql_connect($host,$user,$pass);// or die('Could not connect : ' . msql_error($link));
//mysql_query("SET CHARACTER SET UTF8");
mysql_query("SET CHARACTER SET LATIN2");

if($db==NULL) { echo " <br><p align=\"center\"><b> Brak poł&plusmn;czenia z baz&plusmn; danych,<br> skontaktuj sie z administratorem<br> zarzad@eurocom.net.pl</b><br></div><br> ";exit();}
else mysql_select_db($dbname,$db);
//phpinfo();
?>
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 11.10.2025 - 02:58