Category: MySQL

Joomla! 3 installation freezes at creating database table using quickstart installation

This problem occurring most usually at Joomla 3.x. To solve this go to wamp\www\Your joomla folder\installation\sql\mysql and open Joomla.sql file find the term "ENGINE=InnoDB" and replace ALL with "ENGINE=MyIsam" MyIsam is more supported and compatible with Joomla. Do also the same with (sample_data.sql) file, if it's quickstart setup.

Changing wordpress Dashboard login credentials via mysql commandline

You can change wordpress Dashboard login credentials via mysql commandline: Consider following details: Database name : test_data wp_ : As database perfix wp_users : WordPress user table User Id: 1 1. mysql >> to enter in to mysql command line; 2. use test_data; >> to use our database; 3. show tables; >> Show all tables … Continue reading Changing wordpress Dashboard login credentials via mysql commandline