CMD Archives - Magesan

Category: CMD

How to find any word using CMD

Finding something is more headache now a days, because if we don’t know where the text is come from then we can’t customize or change it. So, we are came here with an important command which you can use it inside any terminal like CMD or using SSH for live server purposes. Enter this command

Create or update admin user in magento2 using CMD

Magento2 admin user are somewhat tricky things when you forgot their passwords or username while login. Following command allows you to create new user or if you know the username then update to that user’s password Creating new user using cmd 2. Updating an existing user using database.

How to increase memory limit in php or composer

Memory limit issue can be raised often. And without solving it you can’t process further. You must have to solve this. Memory limit issue can be raised while installing large amount of software, extension and moreover. We have two scenarios where we find memory limit issue, While installing Magento2, It throws memory limit issue during

How to import database using CMD or SSH.

Importing database is an essential part of our daily working need with computers. In localhost or even on live server. This command can be used anywhere for Importing database. In localhost or say xampp, you can follow this command in CMD by going in the path given below. Go to the => xampp/mysql/bin Inside above

How to export database using CMD or SSH.

Exporting database is an essential part of our daily working need with computers. In localhost or even on live server. This command can be used anywhere for exporting database. In localhost or say xampp, you can follow this command in CMD by going in the path given below. Go to the => xampp/mysql/bin Inside above