mysql importálás

norbiii képe

Sziasztok

atw-s tárhelyre szeretném telepíteni a 6.2-esverziójú drupált, Sikeressen felmásoltam mindent a szerverre. Miután az oldalra szeretnék lépni hibaüzenettel találkozok csak. Az oldalam címe: hnjebaja.atw.hu. Utánnanéztem itt a fórumon és azt találtam, hogy a settings.php-be állítsam be a szükséges adatokat a mysql kapcsolathoz. Megpróbáltam importálni a mysql adatbázist, deezzel a hibaüzenettel tért vissza:

 Hiba
 
Úgy látszik az SQL lekérdezésedben van egy hiba. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát
 
ERROR: Ismeretlen központozott sztring @ 1
STR: //
SQL: // $Id: INSTALL.mysql.txt,v 1.10 2007/11/19 19:53:51 goba Exp $
 
CREATE THE MySQL DATABASE
--------------------------
 
This step is only necessary if you don't already have a database set-up (e.g. by
your host). In the following examples, 'username' is an example MySQL user which
has the CREATE and GRANT privileges. Use the appropriate user name for your
system.
 
First, you must create a new database for your Drupal site (here, 'databasename'
is the name of the new database):
 
  mysqladmin -u username -p create databasename
 
MySQL will prompt for the 'username' database password and then create the
initial database files. Next you must login and set the access database rights:
 
  mysql -u username -p
 
Again, you will be asked for the 'username' database password. At the MySQL
prompt, enter following command:
 
  GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
  ON databasename.*
  TO 'username'@'localhost' IDENTIFIED BY 'password';
 
where
 
 'databasename' is the name of your database
 'username@localhost' is the username of your MySQL account
 'password' is the password required for that username
 
Note: Unless your database user has all of the privileges listed above, you will
not be able to run Drupal.
 
If successful, MySQL will reply with:
 
  Query OK, 0 rows affected
 
 
 
 
SQL-kérés: Dokumentáció
 
// $Id: INSTALL.mysql.txt,v 1.10 2007/11/19 19:53:51 goba Exp $ CREATE THE MySQL DATABASE -------------------------- This step is only necessary if you don't already have a database set-up (e.g. by your host). In the following examples, 'username' is an example MySQL user which has the CREATE and GRANT privileges. Use the appropriate user name for your system. First, you must create a new database for your Drupal site (here, 'databasename' is the name of the new database): mysqladmin -u username -p create databasename MySQL will prompt for the 'username' database password and then create the initial database files. Next you must login and set the access database rights: mysql -u username -p Again, you will be asked for the 'username' database password. At the MySQL prompt, enter following command: GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ON databasename.* TO 'username'@'localhost' IDENTIFIED BY 'password'; where 'databasename' is the name of your database 'username@localhost' is the username of your MySQL account 'password' is the password required for that username Note: Unless your database user has all of the privileges listed above, you will not be able to run Drupal. If successful, MySQL will reply with: Query OK, 0 rows affected
 
MySQL jelzi: Dokumentáció
#1064 -
Pasqualle képe

nos 6.2-es drupalhoz nem kell mysql import, es a setting.php-ba sem kell beleirni semmit.
probald ujra..

0
0
norbiii képe

Simán a fájlok felmásolása után ezt a hibaüzenetet látom és semmi mást nem tudok csinálni:

Warning: ini_set() has been disabled for security reasons in /includes/bootstrap.inc on line 337
 
Warning: Cannot modify header information - headers already sent by (output started at /includes/bootstrap.inc:337) in /includes/install.inc on line 617
 
Warning: Cannot modify header information - headers already sent by (output started at /includes/bootstrap.inc:337) in /includes/install.inc on line 618

Ezért gondoltam, hogy megpróbálom így telepíteni.
Az is lehetséges, hogy valami más probléma van, de ugyan ezt a írta ki az 5.7-es drupálnál is.

0
0
Pasqualle képe

http://drupal.hu/search/node/ini_set

ezt en sem tudtam, szoval a legegyszerubb ha keresel egy jobb szolgaltatot..

0
0
norbiii képe

Tudsz ajánlani valami használható szolgáltatót?
Mert néhánnyal már én is próbálkoztam, de sajnos sokkal csak problémám volt.

Norbiii

0
0