+ Reply to Thread
Results 1 to 6 of 6

Thread: MySQL user
      
   

  1. #1
    Ogeid is offline Corporal
    Join Date
    Dec 2006
    Location
    Spain
    Posts
    12

    Default MySQL user

    Hi all!
    I have a small problem. I want to share my vodahost server with my brother, just for host his small website about himself. I have done the ftp access without problems and i have created a account in the mysql database. So now he has a ftp account and a database for him, but i want to now how to make him an account for PhpMyAdmin, because manage a database without this tool is very complicated. So, if this is possible, can anybody help my to do it? Thanks very much.

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: MySQL user

    You cannot. Access to phpMyAdmin is only allowed to the user that has admin rights. So the only way to do it would be to let him have your account loggin details.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    Ogeid is offline Corporal
    Join Date
    Dec 2006
    Location
    Spain
    Posts
    12

    Default Re: MySQL user

    Oh ****! But anyway thanks for your answer. Other thing, can anybody explain me whatīs the meaning of the option in my Cpanel -> MySQL -> Access Hosts:localhost

    Host (% wildcard is allowed):

    For what is this? Thanks

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: MySQL user

    To connect to your MySQL server with php you need to provide, through your script, the necessary DB details, and one of these details is the host. In our case it is "localhost".

    Please note that phpMyAdmin is a server side MySQL administrator. It allows to do almost ANYTHING with a database.

    However, phpMyAdmin is NOT suitable for daily routine operations regarding a database (like viewing, deleting, editing, printing, searching etc). So you will need (or your brother will) a script for these operations, and under this view, he doesn't need access to the database through phpMyAdmin. Accees there is only required for emergencies and for backup.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    Ogeid is offline Corporal
    Join Date
    Dec 2006
    Location
    Spain
    Posts
    12

    Default Re: MySQL user

    Ok, i understand u, but first one:
    1. To connect to your MySQL server with php you need to provide, through your script, the necessary DB details, and of these details is the host. In our case it is "localhost".
    I know that in my details for connect i need to write "localhost,user,password" but i donīt know why appear in the cpanel the option to write other things in this field.
    2 However, phpMyAdmin is NOT suitable for daily routine operations regarding a database (like viewing, deleting, editing, printing, searching etc)
    We use the database for insert comments to photos, or for some information of position of these photographs, or for Guestbooks, and u know, all the things that have a normal personal web. So we use phpMyAdmin for create the different database and then the website is who send the information to the database. But i thing that phpMyAdmin is neccesary for that, for create the database tables, fields and all this things. Anyway, i will thank u that u send my some information about what script u recomend me.
    Other way that i have thought is that my bro install phpmyadmin in his space and then use it. Regards from spain to italy :)

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: MySQL user

    You only need to create the database and create / add users. The rest usually done by the scripts. In some cases, the script will also create the database itself as i.e. OSCommerce, Soholaunch, Coppermine and a lot of other scripts installable through Fantastico.

    I'm not sure if the desktop version of phpMyAdmin can remotely connect.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49