Simple mySQL Question (I hope)
Simple mySQL Question (I hope)
Out of context: Reply #5
- Started
- Last post
- 14 Responses
- 187LockDown0
Also simple database and table creation can be achieved with the MySQL Command prompt AKA COMMAND LINE. with simple SQL statements like:
CREATE DATABASE dname
CREATE TABLE tnameAdding data to the tables is a bit more difficult using command line, to learn how to use your command propmt go here:
http://www.breaks247.com/php/php…This is something i revised a few months ago for refeence it should still be adequate for any new versions of PHP, MySQL or PHPMyAdin