MySQL prompt comes up without a username and password (I have not gotten to the security part yet).
I assume that when I get to the MySQL prompt ( based on your advice ) that this is what I need:
mysql> path_to_your_script\script.sql
is this correct?
A manual came with the installation and I...
This is the code generated by Dezign. It looks (to me ) like all you have to do is load it into MySQL as a file but I have no idea what the command at the prompt would be.
Code..............
CREATE TABLE Student(
Student_ID VARCHAR(7) NOT NULL,
Name VARCHAR(30) NOT NULL,
Address VARCHAR(30)...
I am new at the database game and am very keen to learn (soooo much to learn it appears). I have used the Dezign case tool and made a .sql file that I want to use in MySQL to create a database. I have tried a few ways to load this through the prompt but have had no luck.
If anyone has ideas I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.