How to set up a mysql_server with x10

iblood1987

New Member
Messages
2
Reaction score
0
Points
0
I just made my x10 free server account and got my page already.. but my problem is i want a dynamic page and I just a newbie in web development. i know php and mysql scripting.. Can anyone help me on how I can set up my database?
:happysad:
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
A. Wrong forum

B. Go to cPanel --> Databases (2/3 way down page) -> MySQL Databases CLICK
Create a database. They stick your username in front of the name you want. No way around it.
Create a user. Again, they stick your username in front (to prevent conflicts).
Write down the password.
Attach user to database.
Click on 'Home' on bottom of page to go back to cPanel

C. Either add tables via PHP/Perl or click on phpMyAdmin which allows you to add/edit tables etc via a web based GUI.
 

ireviews

New Member
Messages
4
Reaction score
0
Points
0
I recommend using the MySQL Database wizard. It automatically creates the database and user for you all automated. It's easier that way.
 

kkenny

Active Member
Messages
1,950
Reaction score
0
Points
36
Yes, the MYSQL Databse wizard helped me when I first got x10hosting and had no idea how to use MySQL.

But once you get used to working with cPanel, it's better to do things manually ;)
 
Top