Results 1 to 10 of 20
-
9th Mar 2011, 03:20 AM #1OPMemberWebsite's:
host4offshore.comhow to create database using ssh ?
how to create database using ssh ?
and delete using sshonel0ve 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
-
9th Mar 2011, 03:23 AM #2Pure Awesomeness!
Google is your friend:
http://www.ehow.com/how_2036601_crea...-database.html
-
9th Mar 2011, 03:43 AM #3Member
ssh
CREATE DATABASE mydatabasename
-
9th Mar 2011, 03:50 AM #4Banned
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';
-
9th Mar 2011, 04:00 AM #5OPMemberWebsite'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
-
9th Mar 2011, 04:23 AM #6OPMemberWebsite'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
-
9th Mar 2011, 04:26 AM #7Banned
Mate, you gotta login to your mysql server first
Code:mysql -u username -p databasename
-
9th Mar 2011, 04:27 AM #8MemberWebsite's:
iHacksRepo.Com WatchDDR.ComCode:http://www.jaguarpc.com/forums/showthread.php?t=7621&
Need Help Regarding Jailbreaks And Unlocks ? PM ME ;)
iDevice : iPhone 3Gs 16GB White (Factory Unlocked) Updated To iOS5 !
-
9th Mar 2011, 04:29 AM #9Banned
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!
-
9th Mar 2011, 04:30 AM #10MemberWebsite's:
iHacksRepo.Com WatchDDR.ComI 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 !
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to create a MySQL database in cPanel
By Areon in forum Server ManagementReplies: 0Last Post: 1st Mar 2014, 03:49 PM -
any gui frontend to easily create mysql database and php html fronted
By optireleases in forum Web Application/Script SupportReplies: 1Last Post: 21st Mar 2012, 04:03 PM -
How to create a msql database?
By Trusteduploader in forum Technical Help Desk SupportReplies: 7Last Post: 5th Mar 2011, 02:47 PM -
How to create some sort of database? (Not SQL or something)
By Dark-BlaZe in forum vBulletinReplies: 2Last Post: 21st Jul 2010, 08:02 PM -
How to create VPS??
By anuragblr in forum Webmaster DiscussionReplies: 4Last Post: 21st Jun 2010, 06:46 PM
themaCreator - create posts from...
Version 3.23 released. Open older version (or...