[Mapbender-users] 'root' mit mysql
Veselina Dencheva
veselinadencheva at gmail.com
Wed Mar 21 11:14:11 EDT 2007
Hi,
1. Der Befehl create user will irgendwie nicht funktionieren, kannn es
sein dass es an der mysql version liegt, die ist ja mysql-4.1.14 und
nicht 5.02 wo es create user gibt.
Die Fehlermeldung ist:
#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 'USER 'mapbender'@ 'localhost' IDENTIFIED BY '0815'' at line 1
2. http://localhost/mapbender/tools/mapbender_setup.php zeigt folgendes:
_____________________________________________________________________
Setup-Checker
PHP Configurationcheck
php Version X Version: 5.1.4
interface X Modul-PHP
path to php.ini X C:\ms4w\Apache\cgi-bin\php.ini
extension_dir X /ms4w/Apache/php/ext/(check the path, is it correct?)
session.save_path X /ms4w/tmp (check out the authorisation of the dir)
memory Limit X 8M (running in memory-trouble with printing?
Perhaps raise your memory limit)
error-reporting X ok, error_reporting = E_ALL & ~E_NOTICE
session.save_handler X session.save_handler = files
file_Uploads X On
allow_url_fopen X On
PHP Extensioncheck
MySQL check X MySQL installed
PostgreSQL check X PostgreSQL installed
GD2 check X GD installed
Warning: pg_connect() [function.pg-connect]: Unable to connect to
PostgreSQL server: missing "=" after "with" in connection info string
in C:\ms4w\apps\mapbender\HTTP\TOOLS\mapbender_setup.php on line 128
Database check
Administration Database X MySQL
Connect to Database not connected
PostGIS function check
Postgis support no PostGIS function available
mapbender.conf check
Administration Database X mysql
DB-Server X localhost (is this your DB-Server)
Mapbender-DB X mapbender (is this your Mapbender-DB)
DB-Owner X mapbender (is this your DB-Owner)
PREPAREDSTATEMENTS-
compatibility X set to 'true' and php 5.1.4 should work
CHARSET X UTF-8
TMPDIR X ../tmp
MAXLOGIN X 3
Login-Path http://localhost/mapbender/frames/login.php
(if this link doesn't work, check out your 'URL to Login' in your mapbender.conf
Perhaps an alias in your httpd.conf will solve the prob')
_____________________________________________________________________
Beseonders der Teil in Database check (Connect to Database not
connected ) gefaellt mir nicht
Gruesse, Veselina
> 2007/3/21, Tilo Wütherich <tilo.wuetherich at la-bw.de>:
> > Hallo Veselina,
> >
> > ich schätze, das ist der Fehler: Du mußt noch einen MySQL-Benutzer anlegen
> > und ihm Schreib-/Leserechte in der Datenbank mapbender geben. Per SQL also
> > ein
> >
> > CREATE USER 'mapbender'@ 'localhost' IDENTIFIED BY '****';
> > etc.
> >
> > oder per PHPMyAdmin. Der Benutzer kann z.B. mapbender heißen und das Paßwort
> > 0815 erhalten. In der mapbender.conf steht dann:
> >
> > ...
> > if(SYS_DBTYPE=="mysql")
> > {
> > define("DBSERVER", "localhost");
> > define("PORT", "3306");
> > define("DB", "mapbender");
> > define("OWNER", "mapbender");
> > define("PW", "0815");
> > ...
> >
> >
> > Der Benutzer root/root ist der Mapbender-Benutzer, mit dem Du Dich über den
> > Browser anmeldest.
> >
> > Ich hoffe, ich konnte helfen!
> >
> > _______________________________________________
> > Mapbender_users mailing list
> > Mapbender_users at lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/mapbender_users
> >
>
>
> --
> _______________________________________
> Remote Sensing Applications Center (ReSAC)
> 61 Tzar Assen Str.
> 1463 Sofia, Bulgaria
> Tel: +359 2 9800731
> Tel: +359 2 9812231
> Fax: +359 2 9818216
>
> e-mail: resac at techno-link.com
> URL: www.resac-bg.org
>
>
--
_______________________________________
Remote Sensing Applications Center (ReSAC)
61 Tzar Assen Str.
1463 Sofia, Bulgaria
Tel: +359 2 9800731
Tel: +359 2 9812231
Fax: +359 2 9818216
e-mail: resac at techno-link.com
URL: www.resac-bg.org
More information about the Mapbender_users
mailing list