Hello everybody,
I have a few questions to ask about mysql – I hope you can help.
I am running mysql and PHP on a windows XP platform.
1)I have tried setting the root users’ password but I cannot seem to get it right. I use the mysql prompt with the following instructions: mysqladmin –u root password new-password, then followed by mysqladmin –u root –p reload. All seems to go fine, except for when I enter my new password that I had set – it says access is denied.
2)Do I have to administer all my users via the prompt or can I set users up and change passwords (especially my root user) via a PHP based front-end?
3)I have a text file with over 65 000 records that I would like to import into my DB. When I try to import, via PHPmyadmin, it throws me an ‘initid : no database’ error. If I cut the text file down to 100 records it imports the records perfectly. What is the best way to import these records into my DB? I preferably would like to use a PHP based front-end to accomplish this task.
4)How can one change the Date format in the DB – I need to change it to dd/mm/yyyy.
All input will be greatly appreciated…
D
I have a few questions to ask about mysql – I hope you can help.
I am running mysql and PHP on a windows XP platform.
1)I have tried setting the root users’ password but I cannot seem to get it right. I use the mysql prompt with the following instructions: mysqladmin –u root password new-password, then followed by mysqladmin –u root –p reload. All seems to go fine, except for when I enter my new password that I had set – it says access is denied.
2)Do I have to administer all my users via the prompt or can I set users up and change passwords (especially my root user) via a PHP based front-end?
3)I have a text file with over 65 000 records that I would like to import into my DB. When I try to import, via PHPmyadmin, it throws me an ‘initid : no database’ error. If I cut the text file down to 100 records it imports the records perfectly. What is the best way to import these records into my DB? I preferably would like to use a PHP based front-end to accomplish this task.
4)How can one change the Date format in the DB – I need to change it to dd/mm/yyyy.
All input will be greatly appreciated…
D