Guest Posted February 20, 2008 Posted February 20, 2008 i everybody!!! i hope you go better than me. i'm just trying to install my oscommerce with my new website hosting. my old provider go in bankroupt but.. when it's time to validate the database they don't do it because i don't have the privilege. i contact the hosting company and they told me that they can't autorise this option because it's a hosting in community. i can make or load 50 database but by a specific way. the hosting company named GODADDY.com if somebody know what i can do to bypass this problem he ( or ) she will help me A LOT. if you need more information don't hesitate to contact me yours sebastien
Guest Posted February 20, 2008 Posted February 20, 2008 i everybody!!! i hope you go better than me. i'm just trying to install my oscommerce with my new website hosting. my old provider go in bankroupt but.. when it's time to validate the database they don't do it because i don't have the privilege. i contact the hosting company and they told me that they can't autorise this option because it's a hosting in community. i can make or load 50 database but by a specific way. the hosting company named GODADDY.com if somebody know what i can do to bypass this problem he ( or ) she will help me A LOT. if you need more information don't hesitate to contact me yours sebastien strange because when you set up a database through cpanel it asked you what privilages you want ands the easiest thing to do is click all privilages. this can be done by you in mysql through cpanel.
Guest Posted February 20, 2008 Posted February 20, 2008 strange because when you set up a database through cpanel it asked you what privilages you want ands the easiest thing to do is click all privilages. this can be done by you in mysql through cpanel. thank you ... i just login in my godaddy account and go see in my cpannel what i can do. and i found nothing about privilege.. sorry if i don't understand well it's the first time i'm really stuck and i fell like a stupid. if you know a step by step action it will be appreciate yours sebastien
Guest Posted February 21, 2008 Posted February 21, 2008 thank you ... i just login in my godaddy account and go see in my cpannel what i can do. and i found nothing about privilege.. sorry if i don't understand well it's the first time i'm really stuck and i fell like a stupid. if you know a step by step action it will be appreciate yours sebastien First off goto www.<yourdomain>/cpanel or www.<yourdomain>:2082 look for Mysql databases and open, you should see a list of current databases that look like below Current Databases: xxxxxx Users in sdb xxxxxx (Privileges: ALL PRIVILEGES) Connection Strings Perl $dbh = DBI->connect("DBI:mysql:xxxxxx:localhost","xxxxxx","<PASSWORD HERE>"); PHP $dbh=mysql_connect ("localhost", "xxxxxx", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("xxxxxx"); you will see that it tells you what privileges you have active per database. to change these privilages, you will need to backup your database, then take note of your database name, username and password for the database (these can be found in either a config file, conn file or common file) within your root directory. once you have done this you will need to delet the database and then set up a new database this time setting the privilage setting to all privilages. It looks like you host may be messing you about by saying they cannot do this. I am also a host and this is a simple thing to do for anyone, especially a good host. If you want a host that can do this and accommodate you, then please PM me and i will give you a link to my site as we are not allowed to place such links in topics.
Guest Posted February 21, 2008 Posted February 21, 2008 First off goto www.<yourdomain>/cpanel or www.<yourdomain>:2082 look for Mysql databases and open, you should see a list of current databases that look like below Current Databases: xxxxxx Users in sdb xxxxxx (Privileges: ALL PRIVILEGES) Connection Strings Perl $dbh = DBI->connect("DBI:mysql:xxxxxx:localhost","xxxxxx","<PASSWORD HERE>"); PHP $dbh=mysql_connect ("localhost", "xxxxxx", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("xxxxxx"); thank you just do that and return this as a message The page you tried to access does not exist on this server. This page may not exist due to the following reasons: You are the owner of this web site and you have not uploaded (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, click here for FTP Upload Information. The URL that you have entered in your browser is incorrect. Please re-enter the URL and try again. The Link that you clicked on incorrectly points to this page. Please contact the owner of this web site to inform them of this situation. try it your self. you will see www.scale24-25.com is the domain name yours sebastien
Guest Posted February 21, 2008 Posted February 21, 2008 You may have to go to your web hosts home page to log in.
jboavida Posted February 21, 2008 Posted February 21, 2008 Your provider does not have cpanel. If you want a good service change to an ISP that has cpanel/mysql support. JB
Recommended Posts
Archived
This topic is now archived and is closed to further replies.