• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

Xampp und SQL Problem

th_wolfgang

New member
Hallo,
ich wollte unter meinem Windows 7 64bit mein ShoptoDate 8.0 mit XAMPP verwenden. Ich bin nach diesem Tut vorgegangen: [Tipp] Siquando Pro Web lokal mit XAMPP installieren - Web to Date - SIQUANDO Forum

Beim öffnen der
Webseite LOCAL kommt permanent diese Fehlermeldung:
Warning: Creating default object from empty value in C:\xampp\htdocs\spw8\assets\s2diconf.php on line 449

Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in C:\xampp\htdocs\spw8\assets\s2dimysql.php on line 53
Die Datenbankverbindung ist fehlgeschlagen, bitte überprüfen Sie die Datenbank-Einstellungen.

Unter XAMPP phpmyadmin ist die testdb leer. Die komplette Webseite wurde allerdings richtig in den Ordner von Xampp/htdocs/spw8 geladen / erstellt.

Bereits beim Passwort einrichten unter cmd kommt eine Fehlermeldung:
C:\Windows\system32>cd ..\..\xampp\mysql\bin

C:\xampp\mysql\bin>mysqladmin -u root password test
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'

C:\xampp\mysql\bin>

Kann mir bitte jemand eine Hilfestellung geben

Danke & LG
Wolf
 
Versuchs mal so: C:\xampp\mysql\bin>mysqladmin -uroot -ptest

Ansonsten, läuft der MySQL Server überhaupt?
 
Hallo,

danke habe dies
C:\xampp\mysql\bin>mysqladmin -uroot -ptest
mal versucht. Geht leider nicht.

Im CMD listet er alle Optionen auf, zuvor kommt dies hier:

C:\xampp\mysql\bin>mysqladmin -uroot -ptest
Warning: Using a password on the command line interface can be insecure.
mysqladmin Ver 8.42 Distrib 5.6.20, for Win32 on x86
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Administration program for the mysqld daemon.
Usage: mysqladmin [OPTIONS] command command....

Der SQL-Server scheint zu laufen, im Browser unter "localhost" kann ich unter phpmyadmin in die SQL-Datenbank einloggen. Auch das Control Panel von XAMPP "meckert nicht" und ist auf Start / online geschalten.

Danke & LG
Wolf

- - - Aktualisiert - - -

...jetzt habe ich es glaub ich komplett verstellt.

Wenn ich jetzt im Browser localhost/phpmyadmin eingebe kommt ein Error
Error

MySQL said:
#1045 - Access denied for user 'root'@'localhost' (using password: YES)

Aber der XAMPP-Controlpanel ist ohne Fehlermeldung gestartet. Apache, Mysql und Filezilla.

11:38:40 AM [Apache] Status change detected: running
11:38:40 AM [mysql] Status change detected: running
11:38:40 AM [filezilla] Status change detected: running

Bei CMD (als Admin) kommt immer wieder dieser Fehler:

C:\xampp\mysql\bin>mysqladmin -u root -p passwort
Enter password: ********
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: YES)'

Was kann das sein?

LG Wolf

- - - Aktualisiert - - -

Hallo,

ich komme nicht weiter... MySQLAdmin funktioniert wieder, die Datenbank bleibt aber leer, nach dem ich die Webseite in den XAMPP-Ordner gelegt habe. Server ist gestartet.

Problem:
C:\xampp\mysql\bin>mysqladmin -u root -p passwort
Enter password: ********
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: YES)'

Ich bin mal so frei und poste meine config.inc.php, evtl. ist da ein Fehler, komme einfach nicht weiter...

PHP:
<?php
/*
 * This is needed for cookie based authentication to encrypt password in
 * cookie
 */
$cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */

/*
 * Servers configuration
 */
$i = 0;

/*
 * First server
 */
$i++;

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'test';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';

/* Bind to the localhost ipv4 address and tcp */
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';

/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = '';

/* Advanced phpMyAdmin features */
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
$cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark';
$cfg['Servers'][$i]['relation'] = 'pma_relation';
$cfg['Servers'][$i]['table_info'] = 'pma_table_info';
$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
$cfg['Servers'][$i]['pdf_pages'] = 'pma_pdf_pages';
$cfg['Servers'][$i]['column_info'] = 'pma_column_info';
$cfg['Servers'][$i]['history'] = 'pma_history';
$cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords';
$cfg['Servers'][$i]['tracking'] = 'pma_tracking';
$cfg['Servers'][$i]['userconfig'] = 'pma_userconfig';
$cfg['Servers'][$i]['recent'] = 'pma_recent';
$cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_uiprefs';
$cfg['Servers'][$i]['users'] = 'pma_users';
$cfg['Servers'][$i]['usergroups'] = 'pma_usergroups';
$cfg['Servers'][$i]['navigationhiding'] = 'pma_navigationhiding';
$cfg['Servers'][$i]['savedsearches'] = 'pma_savedsearches';

/*
 * End of servers configuration
 */

?>

Hat bitte jemand eine Idee?!

Danke & LG
Wolf

- - - Aktualisiert - - -

Hallo,

KEINER EINE IDEE/ Ich dreh hier langsam... Sitz seit zwei tagen an dem "grampf" und bekomme es nicht in den Griff. :(

Danke Wolf
 
Zuletzt bearbeitet:
Der Fehler "'Access denied for user 'root'@'localhost' (using password: YES)'" sagt eigentlich nur aus, dass root keinen Zugriff auf den MySQL Server hat. Hast du eventuell (unbeabsichtig) das Passwort geändert? Ist das Passwort "passwort" überhaupt richtig?

Weitere Fragen, die sich aus dem PHP-Code ergeben:
- Wird das cfg Array korrekt ausgelesen?
- Im PHP Code steht als Passwort "test", nicht "passwort" - Irgendwas stimmt da nicht...
- Gibt es eventuell weitere Infos im PHP error.log?
 
Hallo,

das Passwort ist test. Ich wollte "Sicher" gehen und versuchte dies in "passwort" zu ändern, danach funktionierte der myAminphp nicht mehr, so habe ich es wiederum in test belassen und auch die conf.inc.php wieder "mit test als Passwort angepasst.

Wird das cfg Array korrekt ausgelesen?

Wo kann ich dies ersehen? Die ausgabe ist lediglich folgende:

6:17:07 PM [main] Running with Administrator rights - good!
6:17:07 PM [main] XAMPP Installation Directory: "c:\xampp\"
6:17:07 PM [main] Checking for prerequisites
6:17:07 PM [main] All prerequisites found
6:17:07 PM [main] Initializing Modules
6:17:07 PM [main] Enabling autostart for module "Apache"
6:17:07 PM [main] Enabling autostart for module "MySQL"
6:17:07 PM [main] Enabling autostart for module "FileZilla"
6:17:07 PM [main] Starting Check-Timer
6:17:07 PM [main] Control Panel Ready
6:17:08 PM [Apache] Autostart active: starting...
6:17:08 PM [Apache] Attempting to start Apache service...
6:17:08 PM [mysql] Autostart active: starting...
6:17:08 PM [mysql] Attempting to start MySQL service...
6:17:09 PM [filezilla] Autostart active: starting...
6:17:09 PM [filezilla] Attempting to start FileZilla service...
6:17:13 PM [Apache] Status change detected: running
6:17:13 PM [mysql] Status change detected: running
6:17:13 PM [filezilla] Status change detected: running

Der Error Log, seit meiner "Spielerei" heute:

XAMPP Error - Log (kann nicht den kompletten Log senden, da dieser zu lang ist, so nur einen Teil, den Rest von heute nach Neustart)

Code:
2014-11-17 11:38:40 7440 [Note] Plugin 'FEDERATED' is disabled.
2014-11-17 11:38:40 8f0 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2014-11-17 11:38:40 7440 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-11-17 11:38:40 7440 [Note] InnoDB: The InnoDB memory heap is disabled
2014-11-17 11:38:40 7440 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-11-17 11:38:40 7440 [Note] InnoDB: Memory barrier is not used
2014-11-17 11:38:40 7440 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-11-17 11:38:40 7440 [Note] InnoDB: Not using CPU crc32 instructions
2014-11-17 11:38:40 7440 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-11-17 11:38:40 7440 [Note] InnoDB: Completed initialization of buffer pool
2014-11-17 11:38:40 7440 [Note] InnoDB: Highest supported file format is Barracuda.
2014-11-17 11:38:40 7440 [Note] InnoDB: 128 rollback segment(s) are active.
2014-11-17 11:38:40 7440 [Note] InnoDB: Waiting for purge to start
2014-11-17 11:38:40 7440 [Note] InnoDB: 5.6.20 started; log sequence number 1665590
2014-11-17 11:38:40 7440 [Note] Server hostname (bind-address): '*'; port: 3306
2014-11-17 11:38:40 7440 [Note] IPv6 is available.
2014-11-17 11:38:40 7440 [Note]   - '::' resolves to '::';
2014-11-17 11:38:40 7440 [Note] Server socket created on IP: '::'.
2014-11-17 11:38:40 7440 [Note] Event Scheduler: Loaded 0 events
2014-11-17 11:38:40 7440 [Note] C:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '5.6.20'  socket: ''  port: 3306  MySQL Community Server (GPL)
2014-11-17 13:34:00 7440 [Note] C:\xampp\mysql\bin\mysqld.exe: Normal shutdown

2014-11-17 13:34:00 7440 [Note] Giving 0 client threads a chance to die gracefully
2014-11-17 13:34:00 7440 [Note] Event Scheduler: Purging the queue. 0 events
2014-11-17 13:34:00 7440 [Note] Shutting down slave threads
2014-11-17 13:34:00 7440 [Note] Forcefully disconnecting 0 remaining clients
2014-11-17 13:34:00 7440 [Note] Binlog end
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'partition'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_METRICS'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_CMPMEM'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_CMP'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_LOCKS'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'INNODB_TRX'
2014-11-17 13:34:00 7440 [Note] Shutting down plugin 'InnoDB'
2014-11-17 13:34:00 7440 [Note] InnoDB: FTS optimize thread exiting.
2014-11-17 13:34:00 7440 [Note] InnoDB: Starting shutdown...
2014-11-17 13:34:01 7440 [Note] InnoDB: Shutdown completed; log sequence number 1665600
2014-11-17 13:34:01 7440 [Note] Shutting down plugin 'BLACKHOLE'
2014-11-17 13:34:01 7440 [Note] Shutting down plugin 'ARCHIVE'
2014-11-17 13:34:01 7440 [Note] Shutting down plugin 'MRG_MYISAM'
2014-11-17 13:34:01 7440 [Note] Shutting down plugin 'MyISAM'
2014-11-17 13:34:01 7440 [Note] Shutting down plugin 'MEMORY'
2014-11-17 13:34:01 7440 [Note] Shutting down plugin 'CSV'
2014-11-17 13:34:01 7440 [Note] Shutting down plugin 'sha256_password'
2014-11-17 13:34:01 7440 [Note] Shutting down plugin 'mysql_old_password'
2014-11-17 13:34:01 7440 [Note] Shutting down plugin 'mysql_native_password'
2014-11-17 13:34:01 7440 [Note] Shutting down plugin 'binlog'
2014-11-17 13:34:01 7440 [Note] C:\xampp\mysql\bin\mysqld.exe: Shutdown complete

2014-11-17 13:36:58 8200 [Note] Plugin 'FEDERATED' is disabled.
2014-11-17 13:36:58 474 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2014-11-17 13:36:58 8200 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-11-17 13:36:58 8200 [Note] InnoDB: The InnoDB memory heap is disabled
2014-11-17 13:36:58 8200 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-11-17 13:36:58 8200 [Note] InnoDB: Memory barrier is not used
2014-11-17 13:36:58 8200 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-11-17 13:36:58 8200 [Note] InnoDB: Not using CPU crc32 instructions
2014-11-17 13:36:58 8200 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-11-17 13:36:58 8200 [Note] InnoDB: Completed initialization of buffer pool
2014-11-17 13:36:58 8200 [Note] InnoDB: Highest supported file format is Barracuda.
2014-11-17 13:36:58 8200 [Note] InnoDB: 128 rollback segment(s) are active.
2014-11-17 13:36:58 8200 [Note] InnoDB: Waiting for purge to start
2014-11-17 13:36:58 8200 [Note] InnoDB: 5.6.20 started; log sequence number 1665600
2014-11-17 13:36:58 8200 [Note] Server hostname (bind-address): '*'; port: 3306
2014-11-17 13:36:58 8200 [Note] IPv6 is available.
2014-11-17 13:36:58 8200 [Note]   - '::' resolves to '::';
2014-11-17 13:36:58 8200 [Note] Server socket created on IP: '::'.
2014-11-17 13:36:58 8200 [Note] Event Scheduler: Loaded 0 events
2014-11-17 13:36:58 8200 [Note] C:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '5.6.20'  socket: ''  port: 3306  MySQL Community Server (GPL)
2014-11-17 14:12:52 8200 [Note] C:\xampp\mysql\bin\mysqld.exe: Normal shutdown

2014-11-17 14:12:52 8200 [Note] Giving 0 client threads a chance to die gracefully
2014-11-17 14:12:52 8200 [Note] Event Scheduler: Purging the queue. 0 events
2014-11-17 14:12:52 8200 [Note] Shutting down slave threads
2014-11-17 14:12:52 8200 [Note] Forcefully disconnecting 0 remaining clients
2014-11-17 14:12:52 8200 [Note] Binlog end
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'partition'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_METRICS'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_CMPMEM'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_CMP'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_LOCKS'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'INNODB_TRX'
2014-11-17 14:12:52 8200 [Note] Shutting down plugin 'InnoDB'
2014-11-17 14:12:52 8200 [Note] InnoDB: FTS optimize thread exiting.
2014-11-17 14:12:52 8200 [Note] InnoDB: Starting shutdown...
2014-11-17 14:12:53 8200 [Note] InnoDB: Shutdown completed; log sequence number 1665610
2014-11-17 14:12:53 8200 [Note] Shutting down plugin 'BLACKHOLE'
2014-11-17 14:12:53 8200 [Note] Shutting down plugin 'ARCHIVE'
2014-11-17 14:12:53 8200 [Note] Shutting down plugin 'MRG_MYISAM'
2014-11-17 14:12:53 8200 [Note] Shutting down plugin 'MyISAM'
2014-11-17 14:12:53 8200 [Note] Shutting down plugin 'MEMORY'
2014-11-17 14:12:53 8200 [Note] Shutting down plugin 'CSV'
2014-11-17 14:12:53 8200 [Note] Shutting down plugin 'sha256_password'
2014-11-17 14:12:53 8200 [Note] Shutting down plugin 'mysql_old_password'
2014-11-17 14:12:53 8200 [Note] Shutting down plugin 'mysql_native_password'
2014-11-17 14:12:53 8200 [Note] Shutting down plugin 'binlog'
2014-11-17 14:12:53 8200 [Note] C:\xampp\mysql\bin\mysqld.exe: Shutdown complete

2014-11-17 14:12:55 4956 [Note] Plugin 'FEDERATED' is disabled.
2014-11-17 14:12:55 113c InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2014-11-17 14:12:55 4956 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-11-17 14:12:55 4956 [Note] InnoDB: The InnoDB memory heap is disabled
2014-11-17 14:12:55 4956 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-11-17 14:12:55 4956 [Note] InnoDB: Memory barrier is not used
2014-11-17 14:12:55 4956 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-11-17 14:12:55 4956 [Note] InnoDB: Not using CPU crc32 instructions
2014-11-17 14:12:55 4956 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-11-17 14:12:55 4956 [Note] InnoDB: Completed initialization of buffer pool
2014-11-17 14:12:55 4956 [Note] InnoDB: Highest supported file format is Barracuda.
2014-11-17 14:12:55 4956 [Note] InnoDB: 128 rollback segment(s) are active.
2014-11-17 14:12:55 4956 [Note] InnoDB: Waiting for purge to start
2014-11-17 14:12:55 4956 [Note] InnoDB: 5.6.20 started; log sequence number 1665610
2014-11-17 14:12:55 4956 [Note] Server hostname (bind-address): '*'; port: 3306
2014-11-17 14:12:55 4956 [Note] IPv6 is available.
2014-11-17 14:12:55 4956 [Note]   - '::' resolves to '::';
2014-11-17 14:12:55 4956 [Note] Server socket created on IP: '::'.
2014-11-17 14:12:55 4956 [Note] Event Scheduler: Loaded 0 events
2014-11-17 14:12:55 4956 [Note] C:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '5.6.20'  socket: ''  port: 3306  MySQL Community Server (GPL)
2014-11-17 15:06:18 4956 [Note] C:\xampp\mysql\bin\mysqld.exe: Normal shutdown

2014-11-17 15:06:18 4956 [Note] Giving 0 client threads a chance to die gracefully
2014-11-17 15:06:18 4956 [Note] Event Scheduler: Purging the queue. 0 events
2014-11-17 15:06:18 4956 [Note] Shutting down slave threads
2014-11-17 15:06:18 4956 [Note] Forcefully disconnecting 0 remaining clients
2014-11-17 15:06:18 4956 [Note] Binlog end
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'partition'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_METRICS'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_CMPMEM'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_CMP'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_LOCKS'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'INNODB_TRX'
2014-11-17 15:06:18 4956 [Note] Shutting down plugin 'InnoDB'
2014-11-17 15:06:18 4956 [Note] InnoDB: FTS optimize thread exiting.
2014-11-17 15:06:18 4956 [Note] InnoDB: Starting shutdown...
2014-11-17 15:06:19 4956 [Note] InnoDB: Shutdown completed; log sequence number 1665620
2014-11-17 15:06:19 4956 [Note] Shutting down plugin 'BLACKHOLE'
2014-11-17 15:06:19 4956 [Note] Shutting down plugin 'ARCHIVE'
2014-11-17 15:06:19 4956 [Note] Shutting down plugin 'MRG_MYISAM'
2014-11-17 15:06:19 4956 [Note] Shutting down plugin 'MyISAM'
2014-11-17 15:06:19 4956 [Note] Shutting down plugin 'MEMORY'
2014-11-17 15:06:19 4956 [Note] Shutting down plugin 'CSV'
2014-11-17 15:06:19 4956 [Note] Shutting down plugin 'sha256_password'
2014-11-17 15:06:19 4956 [Note] Shutting down plugin 'mysql_old_password'
2014-11-17 15:06:19 4956 [Note] Shutting down plugin 'mysql_native_password'
2014-11-17 15:06:19 4956 [Note] Shutting down plugin 'binlog'
2014-11-17 15:06:19 4956 [Note] C:\xampp\mysql\bin\mysqld.exe: Shutdown complete

2014-11-17 18:17:13 9048 [Note] Plugin 'FEDERATED' is disabled.
2014-11-17 18:17:13 185c InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2014-11-17 18:17:13 9048 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-11-17 18:17:13 9048 [Note] InnoDB: The InnoDB memory heap is disabled
2014-11-17 18:17:13 9048 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-11-17 18:17:13 9048 [Note] InnoDB: Memory barrier is not used
2014-11-17 18:17:13 9048 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-11-17 18:17:13 9048 [Note] InnoDB: Not using CPU crc32 instructions
2014-11-17 18:17:13 9048 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2014-11-17 18:17:13 9048 [Note] InnoDB: Completed initialization of buffer pool
2014-11-17 18:17:13 9048 [Note] InnoDB: Highest supported file format is Barracuda.
2014-11-17 18:17:13 9048 [Note] InnoDB: 128 rollback segment(s) are active.
2014-11-17 18:17:13 9048 [Note] InnoDB: Waiting for purge to start
2014-11-17 18:17:13 9048 [Note] InnoDB: 5.6.20 started; log sequence number 1665620
2014-11-17 18:17:13 9048 [Note] Server hostname (bind-address): '*'; port: 3306
2014-11-17 18:17:13 9048 [Note] IPv6 is available.
2014-11-17 18:17:13 9048 [Note]   - '::' resolves to '::';
2014-11-17 18:17:13 9048 [Note] Server socket created on IP: '::'.
2014-11-17 18:17:13 9048 [Note] Event Scheduler: Loaded 0 events
2014-11-17 18:17:13 9048 [Note] C:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '5.6.20'  socket: ''  port: 3306  MySQL Community Server (GPL)

Danke & LG
Wolf
 
Wo kann ich dies ersehen? Die ausgabe ist lediglich folgende:
Du könntest das via. print_r() machen. Solltest aber an der richtigen Stelle im Code sein. Weißt du wo die MySQL Verbindung zu ersten Mal verwendet wird? - Wenn ja, dort mal die Debug Ausgabe rein.

Wenn du dich mit C:\xampp\mysql\bin>mysqladmin -uroot -ptest einloggst, kommst du aber in den MySQL Client rein, oder? - Sollte in der Konsole irgendwas in Form von >mysql: .... sein.
Im PhPMyAdmin kommst du mit root und test rein?
 
Hallo,

danke

Wenn du dich mit C:\xampp\mysql\bin>mysqladmin -uroot -ptest einloggst, kommst du aber in den MySQL Client rein, oder?

Leider nein, mit dem Befehl im CMD, kommen alle möglichen Optionen, aber man kommt nicht rein… Das geht mit dem hier los:

Code:
C:\xampp\mysql\bin>mysqladmin -uroot -ptest
Warning: Using a password on the command line interface can be insecure.
mysqladmin  Ver 8.42 Distrib 5.6.20, for Win32 on x86
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Administration program for the mysqld daemon.
Usage: mysqladmin [OPTIONS] command command....
  --bind-address=name IP address to bind to.
  -c, --count=#       Number of iterations to make. This works with -i

Wenn ich dies dann so eingebe wie am Beispiel von: [Tipp] Siquando Pro Web lokal mit XAMPP installieren - Web to Date - SIQUANDO Forum
Kommt dieser Fehler:

Code:
C:\xampp\mysql\bin>mysqladmin -u root password test
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'

Im PhPMyAdmin kommst du mit root und test rein?

In phpmyAdmin komme ich im Browser, wenn ich localhost eingebe ins XAMPP - Controlpanel, hier klicke ich einfach auf phpmyAdmin und bin im SQL drin, ohne ein Passwort angeben zu müssen. Da die conf.inc.php das Passwort "test"
enthält, glaube ich das macht "der dann automatisch". Wenn ich hier z.B. ein anderes Passwort (conf.inc.php eingebe z.B. 1234 erscheint im Browser ein Error (rot) mit keine Berechtigung.

Danke & LG
Wolf
 
Zuletzt bearbeitet:
Und wiedermal ist bestätigt, dass Windows total unfähig ist, eine gute Konsole zu bauen... Was sind das bitte für unbrauchbare Ausgaben...

Es müsste aber im XAMPP einen Button "MySQL Client" o.ä. geben? Alternativ gibt es im Windows Startmenü einen MySQL Eintrag mit einer MySQL Konsole. Da musst du dann nur noch dein Passwort eingeben.

Ich kann es leider nicht testen, da ich mysql und apache unter Linux separat installiert habe. Und Serverbetrieb unter Linux allgemein leichter ist... :)

- - - Aktualisiert - - -

Aber seis drum, du kommst mit Phpmyadmin rein, dass reicht ja.

Was meinst du mit "Datenbank bleibt leer"? - Meinst du, dass nach einem Insert keine Daten drin stehen?
 
Hallo,

Sorry mit den letzten zwei Post, kann ich absolut nichts anfangen. Hat denn keiner eine Idee, warum das nicht funktioniert? Unter der Fehlermeldung findet man auch nur, dass was ich schon alles versucht habe "google".

Danke & LG
Wolf
 
Hallo,

bin alles ca. 30-mal durchgegangen... ShoptoDate Einstellungen stimmen alle, die Daten werden auch in den richtigen Ordner im Xampp gepackt. Das Passwort "test" stimmt auch. Die Service sind alle unter Windows gestartet. Das Controllpanel von Xampp funktioniert. Allerdings sind nach "raufspielen" keine Einträge in der Datenbank im SQL abgelegt. Xampp "meckert" auch nicht. Ich habe keine Ahnung woran es liegen kann. Unter Google findet man lediglich Posts mit dem gleichem Fehler, hier wurde allerdings in der conf.inc.php kein Passwort definiert. Ist mir unverständlich an was es liegen kann. Virensoftware habe ich deaktiviert. Die Host auf den "normalen" Standard zurückgespielt.

LG & Danke
Wolf
 
bin alles ca. 30-mal durchgegangen... ShoptoDate Einstellungen stimmen alle,
sicher?

die Daten werden auch in den richtigen Ordner im Xampp gepackt.
egal

Das Passwort "test" stimmt auch.
woher weisst du, dass test benutzt wird?

Die Service sind alle unter Windows gestartet.
sagt ja nichts aus, außer dass Xampp einigermaßen läuft

Das Controllpanel von Xampp funktioniert.
ich denke du hast probleme mit ShoptoDate 8.0

Allerdings sind nach "raufspielen" keine Einträge in der Datenbank im SQL abgelegt.
muss ja auch nichts heissen

Xampp "meckert" auch nicht.
warum sollte Xampp meckern? nochmal, ich denke ShoptoDate 8.0 meckert und geht nicht

Ich habe keine Ahnung woran es liegen kann.
am passwort welches ShoptoDate 8.0 nutzt um die datenbank anzusprechen?
 
Hallo Danke,

am passwort welches ShoptoDate 8.0 nutzt um die datenbank anzusprechen?

in den Einstellungen von ShoptoDate ist unter SQL, der Host als Localhost eingestellt, die Datenbank heißt testdb, dass Passwort habe ich mit "test" eingestellt, der Nutzer/User root.

Im Falle, und ich kann mir auch fast nichts anderes vorstellen, dass das Passwort, evtl. durch einen Tipp-Fehler falsch sein sollte, kann man dies Reseten?

ShoptoDate bringt einen eigenen Server mit aber ohne SQL, kann es evtl. daran liegen?

LG & Danke
Wolf
 
Hallo Danke,

was für einen eigenen server? mysql? sicher?

Einen Apache lediglich. Web to Date Forum - XAMPP als lokalen Webserver für Web to Date nutzen

Der Apache- Server den Web to Date als Standard mitbringt bietet nicht viele Erweitungen. Nicht einmal MYSQL ist installiert. Wenn man lokal eine vernüftige Testumgebung möchte, damit z.B. Mysql Abfragen oder PHP Scripte in Web to Date getestet werden können hat man ein Problem. Um sich viel Arbeit zu sparen, diese Features nachträglich zu installieren, kann man ganz einfach XAMPP verwenden. XAMPP ermöglicht eine einfache Installation und Konfiguration des Webservers Apache mit der Datenbank MySQL, Perl und PHP.

was steht in
C:\xampp\htdocs\spw8\assets\s2dimysql.php on line 53

52 // Versuch Verbindung herzustellen
53 $this->db_connect_id = mysql_connect($this->server, $this->user, $this->password);
54 if ($this->db_connect_id) {

LG & Danke
Wolf
 
Web to Date ist ShoptoDate 8.0 ?
und C:\xampp\htdocs\spw8\assets\s2dimysql.php ist aus ShoptoDate 8.0?
und dann bringt es pein php mit?


52 // Versuch Verbindung herzustellen
53 $this->db_connect_id = mysql_connect($this->server, $this->user, $this->password);
54 if ($this->db_connect_id) {

dann lässt du dir hier vorher mal $this->server, $this->user und $this->password ausgeben
 
Hallo,

danke,
Web to Date ist das gleiche wie Shop to Date lediglich ohne eingebaute Shopfunktion...

dann lässt du dir hier vorher mal $this->server, $this->user und $this->password ausgeben

Sorry mein "Unwissen". Wie kann ich das ausgeben lassen bzw. wo?

LG & Danke
Wolf
 
Zurück
Oben