Mobile app version of vmapp.org
Login or Join
Welton855

: Cannot work with mysql Ver 11.18 Distrib 3.23.55, for suse-linux An older TYPO3 (v4.4.15) database appears to corrupt a local sandbox MySQL 5.7 schema. The server hosting the CMS says $ mysql

@Welton855

Posted in: #Mysql

An older TYPO3 (v4.4.15) database appears to corrupt a local sandbox MySQL 5.7 schema. The server hosting the CMS says

$ mysql -V
mysql Ver 11.18 Distrib 3.23.55, for suse-linux


Details: Installing the legacy version of CMS locally allows the creation of a database and/or populates it with tables. An admin user's credentials can be created and the admin user can successfully log in to the CMS backend. The host's PHPMyAdmin (v4.0.5) is used to dump the live site's database. The local database is then updated using the local system's PHPMyAdmin (v4.6.5) and the dumped script. Although the import succeeds, the admin user can no longer log in. Even creating admin credentials after import does not allow this new admin user to log in.

The legacy database has the latin1 character set. Even if the local system creates an empty database with latin1 the login fails after import.

How to get the local sandbox of the CMS to use the live site's pages and working admin credentials? [Should this question be moved?]

Edit:

I found this link that discusses how to migrate MySQL from 3.23 to MySQL 5. Unfortunately, the shell id I have for the host fails with

Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)


when attempting $ mysql -u {username} -p

Edit #2 :

It is likely that the db in question is instead in version 5.5 since that is what phpmyadmin says to select version(); I'm converging instead on an import error due to an improperly escaped serialized array. The attempt to build a sandbox will now focus on figuring out how best to import such arrays. (The uncompressed script is about 45MB.)

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Welton855

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme