Hello!
back from holidays, I'd like to use the "WEC-TYPO3 Server for PC" as testing ground (templates, updates etc.) on my local Windows-machine. So I backed up my database from my running WEC-installation in the Internet, and everything else I needed.
Now I have real trouble importing my database dump. The "WEC-TYPO3 Server for PC" is running, but when trying to connect in a DOS-box to MySQL , I get the following error:
P.S.: I get the same error when trying to use MySQLdumper (http://www.mysqldumper.de/) - a very good tool for backing up and restoring MySQL-databases - instead.
I figured out that the MySQL-user "root" has no password set in the "WEC-TYPO3 Server for PC", but now I'm stuck.
I tried also with the included phpMyAdmin: "SQL -> Import files", but here I get also an error:
... and the import seems broken
How can I import my database dump into the "WEC-TYPO3 Server for PC"
Any help is appreciated!
TIA
Christoph.
back from holidays, I'd like to use the "WEC-TYPO3 Server for PC" as testing ground (templates, updates etc.) on my local Windows-machine. So I backed up my database from my running WEC-installation in the Internet, and everything else I needed.
Now I have real trouble importing my database dump. The "WEC-TYPO3 Server for PC" is running, but when trying to connect in a DOS-box to MySQL , I get the following error:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
D:\Christoph\wec-421-1_fullserver\server\mysql\bin>mysql -u root
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
(C) Copyright 1985-2001 Microsoft Corp.
D:\Christoph\wec-421-1_fullserver\server\mysql\bin>mysql -u root
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
P.S.: I get the same error when trying to use MySQLdumper (http://www.mysqldumper.de/) - a very good tool for backing up and restoring MySQL-databases - instead.
I figured out that the MySQL-user "root" has no password set in the "WEC-TYPO3 Server for PC", but now I'm stuck.
I tried also with the included phpMyAdmin: "SQL -> Import files", but here I get also an error:
SQL query:
SELECT label, id
FROM `phpmyadmin`.`PMA_bookmark`
WHERE dbase = 'wec_production'
AND (
user = 'root'
OR user = ''
)
ORDER BY label
MySQL said: Documentation
#1146 - Table 'phpmyadmin.pma_bookmark' doesn't exist
SELECT label, id
FROM `phpmyadmin`.`PMA_bookmark`
WHERE dbase = 'wec_production'
AND (
user = 'root'
OR user = ''
)
ORDER BY label
MySQL said: Documentation
#1146 - Table 'phpmyadmin.pma_bookmark' doesn't exist
... and the import seems broken
How can I import my database dump into the "WEC-TYPO3 Server for PC"
Any help is appreciated!
TIA
Christoph.



Author: