Jump to content

Recommended Posts

Posted

I'm trying to create a new database via phpMyAdmin. Until now, I've done it through the cPanel interface, but I'd like to be able to do it all in one spot -- creation and maintenance and such.

 

What I'm doing is going to phpMyAdmin. Then, on the front page, in the MySQL column, the first option is "Create New Database" with a field for a database name. Typing anything in and then hitting "Create" results in the following page:

 

>SQL-query:

CREATE DATABASE `mcc3d_test`;

MySQL said:
#1044 - Access denied for user: 'mcc3d@localhost' to database 'mcc3d_test'

 

How can the localhost be denied access? :dance: Is there a setting I missed somewhere? Thanks.

Posted

Hi,

 

You need to create the database in Manage mySQL (in cpanel). You also need to assign a user to the database there. You can then use PHPmyAdmin to add data into the database.

Posted

Yeah, that's the way I've been doing it. There's no way to bypass the manage SQL step and do the management through phpMyAdmin?

Posted

You may already know this, but this is for others.

 

You do the management in phpMyAdmin

 

You have to create the database in Manage Mysql

its very easy

type a name click add DB

create user/password

Add user to database

 

then you can use or manage in phpMyAdmin

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...