mysql - Implementing database using php files? or phpmyadmin? -
Hello I am a super novice for php. I have started learning PHP from websites, according to the tutorial, for the website The databases are created using PHP files.
I want to know, is it the standard method that web developers do for database implementation? Or do they use tools like phpMyAdmin?
While most people connect to customer-databases and create databases and tables, the client is not the only solution
If your application is getting bigger, then you want to 'migrate' to your new version of database. Using a script to copy from this migration, even though it's just a small extra table, the best way to ensure that you're tracking is to keep an eye on what you're doing.
This could be a php file, though it would be another way of creating it with a .sql script and a client (simple clip for example).
Finally it does not matter: you have to send some SQL commands to your SQL server. It is easy to use the client (phpmyadmin is a client, such as 'mysql' commandline client, miscell workbank, Etc.), it may be better to use a script (better for advanced deployment).
There is nothing more than the page you link to, it is an explanation that you can do this, as far as I think it will give you < Em> should not do it
Comments
Post a Comment