Activity Stream
48,167 MEMBERS
6849 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1.     
    #1
    Member
    Website's:
    host4offshore.com

    Default how to create database using ssh ?

    how to create database using ssh ?
    and delete using ssh
    onel0ve Reviewed by onel0ve on . how to create database using ssh ? how to create database using ssh ? and delete using ssh Rating: 5
    || Host4Offshore :: Reliable, Quality, Fast Offshore Hosting Solution (USA/Netherlands/Sweden/Russia/Romania)
    || Shared , Reseller Hosting Sales Thread
    || Rapidleech Hosting Sales Thread
    || Current Promotion

  2.   Sponsored Links

  3.     
    #2
    Pure Awesomeness!



  4.     
    #3
    Member
    ssh

    CREATE DATABASE mydatabasename
    ENjoy!!

  5.     
    #4
    Banned
    That will work only if you want to use it with your root login. If you want to use it as another user (recomended for security reasons), you'll have to set up permissions for another users through mysql. Use this:

    Code: 
    GRANT USAGE ON mydb.* to db_user@localhost IDENTIFIED BY 'db_passwd';
    Ofcourse, adopt it for your needs.

  6.     
    #5
    Member
    Website's:
    host4offshore.com
    @Mr-R-T
    already did search using google and try this not working
    @ Hillsid3

    [root@server html]# CREATE DATABASE mydatabasename
    -bash: CREATE: command not found
    || Host4Offshore :: Reliable, Quality, Fast Offshore Hosting Solution (USA/Netherlands/Sweden/Russia/Romania)
    || Shared , Reseller Hosting Sales Thread
    || Rapidleech Hosting Sales Thread
    || Current Promotion

  7.     
    #6
    Member
    Website's:
    host4offshore.com
    [root@server]# GRANT USAGE ON mydb.* to root@localhost IDENTIFIED BY 'pass';
    -bash: GRANT: command not found


    @nidzabg
    || Host4Offshore :: Reliable, Quality, Fast Offshore Hosting Solution (USA/Netherlands/Sweden/Russia/Romania)
    || Shared , Reseller Hosting Sales Thread
    || Rapidleech Hosting Sales Thread
    || Current Promotion

  8.     
    #7
    Banned
    Mate, you gotta login to your mysql server first

    Code: 
    mysql -u username -p databasename
    And then use the commands provided

  9.     
    #8
    Member
    Website's:
    iHacksRepo.Com WatchDDR.Com
    Code: 
    http://www.jaguarpc.com/forums/showthread.php?t=7621&
    u cant create db through SSH, u only can create tables


    Need Help Regarding Jailbreaks And Unlocks ? PM ME ;)

    iDevice : iPhone 3Gs 16GB White (Factory Unlocked) Updated To iOS5 !

  10.     
    #9
    Banned
    Ofcourse you can create a database through SSH, how else would you create it on application level?!

    The forum post you linked to dates to year 2002!

  11.     
    #10
    Member
    Website's:
    iHacksRepo.Com WatchDDR.Com
    I have given the proof above, just see that link


    Need Help Regarding Jailbreaks And Unlocks ? PM ME ;)

    iDevice : iPhone 3Gs 16GB White (Factory Unlocked) Updated To iOS5 !

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to create a MySQL database in cPanel
    By Areon in forum Server Management
    Replies: 0
    Last Post: 1st Mar 2014, 03:49 PM
  2. any gui frontend to easily create mysql database and php html fronted
    By optireleases in forum Web Application/Script Support
    Replies: 1
    Last Post: 21st Mar 2012, 04:03 PM
  3. How to create a msql database?
    By Trusteduploader in forum Technical Help Desk Support
    Replies: 7
    Last Post: 5th Mar 2011, 02:47 PM
  4. Replies: 2
    Last Post: 21st Jul 2010, 08:02 PM
  5. How to create VPS??
    By anuragblr in forum Webmaster Discussion
    Replies: 4
    Last Post: 21st Jun 2010, 06:46 PM

Tags for this Thread

BE SOCIAL