Houdy guys,
I woul like to know how can I upload the MySQL Database that I Have to to my account do have to make a script on my page so i can insert tables and all or do I have the tools to that?
Best Regards,
Kryo
Houdy guys,
I woul like to know how can I upload the MySQL Database that I Have to to my account do have to make a script on my page so i can insert tables and all or do I have the tools to that?
Best Regards,
Kryo
* Moved to Scripts & 3rd Party Apps.
You can use phpmyadmin or a similar tool to do a sql dump of your entire database or the tables that you want, then you can open up PhpMyAdmin in Cpanel and run the sql dump as a sql query, which will put your data into the database which you have selected.
~LHVWB, Formerly known as Verbsite.
Getting Started | Forum Rules | X10 Commandments
Terms of Service | Getting Support | IRC Support Chat
Using Simple Machines Forums? Check out my SMF Mods..
Thanks...
And by the way... is this connection string correct?
Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=myDataBase; User=myUsername;Password=myPassword;Option=3;
Last edited by kryotek; 05-18-2008 at 02:38 AM.
What API are you using? Different API's have different ways of connecting.
Ex: The basic mysql driver gets connection information by passing each piece as an argument.
Last edited by deadimp; 05-20-2008 at 10:17 AM.