Results 1 to 4 of 4

Thread: Right of access to database in basic network

  1. #1
    Join Date
    Jan 2009
    Posts
    46

    Right of access to database in basic network

    hello!

    I have a database that I would like the other user can have certain rights! Knowing that other users can be found on the network! they can able to write in the table?

    thank you!!

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Right of access to database in basic network

    To allow other users to add, delete or update tables in a database to a MySQL server that is local or remote must configure drots users.

    To do this you have more tools.

    phpmyadmin:
    This convenient tool allows you to configurere the MySQL database via a Web interface. It is available with the following Wamp or EasyPhp.
    In the interface, you choose privileges and you add a user on a basis giving rights (checkbox). You valid and when you connect to the server from a remote, you pass the login and password that you entered in the settings for connecting to server

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Right of access to database in basic network

    hi,
    You have to go through the console. To do this, it is to locate your server mysql (mysql.exe in your case) and enter the following line:
    <username> mysql-u [-p] if access to the database is password protected for the user.
    Once connected you tapes:
    <nom_de_la_base> use to select the database in which you want to work.

  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Right of access to database in basic network

    you can also go through the user create directly attacking see table mysql.user by inserting the record you want to add.
    Just one thing to add a user you must be logged in with a user permission to do so. By default, the only authority to make this kind of operation is root.

    Well, I hope I answered your question.

Similar Threads

  1. Replies: 3
    Last Post: 11-12-2010, 11:45 PM
  2. Open and print Access Database without access?
    By Boagrius in forum Software Development
    Replies: 6
    Last Post: 28-08-2010, 11:28 PM
  3. Connect Visual Basic with SQL server database
    By samualres in forum Software Development
    Replies: 4
    Last Post: 28-11-2009, 08:37 AM
  4. Issue with connection database in Visual Basic
    By Capers in forum Software Development
    Replies: 3
    Last Post: 08-04-2009, 08:40 PM
  5. convert filemaker pro database to access database
    By Czack in forum MS Office Support
    Replies: 3
    Last Post: 15-04-2007, 01:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,556,896.06066 seconds with 16 queries