zencart / documentation

Zen Cart FAQs and Developer Documentation
https://docs.zen-cart.com
MIT License
7 stars 27 forks source link

Creation of database: collation? #658

Closed torvista closed 2 years ago

torvista commented 3 years ago

Open your hosting account's control panel. Find the "Databases" section Choose the MySQL option Click on the option to Create a database. Enter a name for it and submit. (Record the name for use in Zen Cart)

Why no mention of collation or character sets?

In the ZC fileset docs for installation, it goes in great detail through the installer steps until the point where it mentions that the database should have been previously created....I think that should be mentioned before the installer as that immediately stops the process and sends the user off in another direction. But it is not mentioned at all and again omits anything about collation/characters sets.

scottcwilson commented 3 years ago

Please submit a PR.

torvista commented 3 years ago

I don't mind writing it...but to say what exactly?

scottcwilson commented 3 years ago

I thought you were wanting to add content on collation and character sets?

But the placement you suggested seems wrong - when you are in cPanel creating a database, you just pick a name, you don't set the collation or character set.

torvista commented 3 years ago

Sure, but should you not subsequently set what you want to use in phpmyadmin before installing?

scottcwilson commented 3 years ago

Why ? If you use the defaults, it does what is desired.

drbyte commented 3 years ago

I made this update yesterday in response to this discussion: https://github.com/zencart/documentation/commit/00dd3df7ebc16f2ec2c7c64fa82fb087d9a2d769 However, I too am not convinced this is the best place for it, particularly because this area reads more like how to create a database in cPanel, which as Scott mentions is an extremely generic action.