Help with MySQL

Status
Not open for further replies.

Bonekhan

New Member
Messages
226
Reaction score
0
Points
0
I need to do this, from a readme file of one of the scripts:

[6] Create the mysql tables. You have 2 options :
1) mysql -u<your_mysql_user> -p<your_mysql_pass> tinylink < db_structure.sql
2) use phpMyAdmin to run the SQL file 'sql/db_structure.sql'

How would I do this? Do I need to use phpMyAdmin, and what should I do once I'm there? How do I run a SQL file in phpMyAdmin?


__.Thanks.--\__.<?--
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
in mysql, select a database, then Import, and browse to file and click import
 
Status
Not open for further replies.
Top