mySQL DatabaseDiscussion related to mySQL database, mySQL queries, mySQL Commands, mySQL tutorials...
The thread "setting up a mySQL database" has not received any replies for a month. It has been automatically closed as a result. You may start a new thread on the topic if the information in this thread is not sufficient.
I have just installed mySQL v.5 on my Windows VPS Remote Desktop. In the past I've use shared hosting and simply followed the directions of the web host when creating a database. I simply need a single database created, a single user created for the database and password. And to grant permissions...
To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
code:
* create database DB_NAME; - it creates database
then you must to select your DB:
* use DB_NAME; - it selects DB_NAME database
To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. and you can use it now!
The thread "setting up a mySQL database" has not received any replies for a month. It has been automatically closed as a result. You may start a new thread on the topic if the information in this thread is not sufficient.