MySQL Forums
Forum List  »  Install & Repo

Re: Missing Password for 1st time installation of MySql
Posted by: Barry Galbraith
Date: January 06, 2016 02:59PM

MySQL is a Relational Database Management System (RDBMS) realised as a server. You communicate with the server using a client application.
Examples of client are mysql commandline, MySQL Workbench, PhpMyAdmin HeidiSQL, or you can use an application the uses MySQL as a data source, like Wordpress or Joomla.
MySQL RDBMS can support many databases at the same time. It has at least one, MySQL itself, that it uses to manage the MySQL server.

What application you are using makes a difference.
How you tried to connect makes a difference.
What error message you get when you try to connect makes a difference.

I asked you questions to try to determine how I could help you.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Missing Password for 1st time installation of MySql
January 06, 2016 02:59PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.