MYSQL just not working..

Status
Not open for further replies.

gnubug

New Member
Messages
16
Reaction score
0
Points
0
Hello,
From cpanel i can create datebase, users, etc..
but when I run script using localhost as the path, I get
Connection to host failed
Unable to create database
Unable to create config table
Unable to create inventory table
Unable to create imagelist table
Unable to store configuration information

I have not used the mysql, since all the issues and the move back to local.
Server Name Cossacks.x10
IP Address 74.86.116.190


Things are just not working correctly on the datebase, and would like to know what I can do if anything to get it back up and running.


Thanks for your time in this matter.

- Jay
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
First off, the creation of databases, through means other than with the tools in your cPanel, has been disabled due to security reasons - you'll have to manually create one with the MySQL tools in your cPanel.

You'll than have to assign the the database account you'll be using to the newly created database.
 
Last edited:

gnubug

New Member
Messages
16
Reaction score
0
Points
0
First off, the creation of databases, through means other than with the tools in your cPanel, has been disabled due to security reasons - you'll have to manually create one with the MySQL tools in your cPanel.

You'll than have to assign the the database account you'll be using to the newly created database.


:nuts:Huh?!?

Umm..Database has been created under cpanel, no attempt has been made to create a database by any other means. Users have been created by cpanel tools. Maybe you just not understanding what I mean by the issues. When I am using a setup script that injects the data, tables, etc into said already created database with already created users, then is when the issues comes that it says cannot locate, cannot put data, or to find database. This is with using localhost as the path as I am on ad free account crossacks.

So that is the issues, not trying any wired combination to access or any other means with the mysql, just trying any NORMAL mysql usage.:rant2:
 

gnubug

New Member
Messages
16
Reaction score
0
Points
0
Any luck on getting any basic mysql functions to work on my account yet?
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
but when I run script using localhost as the path, I get
Connection to host failed
Unable to create database
Unable to create config table
Unable to create inventory table
Unable to create imagelist table
Unable to store configuration information

As I said, you can only create databases from the cPanel - it seems that your script is attempting to create one itself.

We do not usually support third party scripts; try seeking support in the "Programming" forums, or if your using a CMS, ask the author of the script.
 
Last edited:
Status
Not open for further replies.
Top