My Work
My Blogs
Hotlinks
Tag Archives: mysql
Use INFORMATION_SCHEMA to find data about your database
Have you ever been in this situation? You’re the new developer for a database powered application and you have to figure out what tables contain a specific column? Or maybe you’ve got a legacy database that needs it’s stored procedures … Continue reading
Posted in database, development, internets, SQL
Tagged automation, data discovery, db2, information_schema, mysql, oracle, rdmbs, schemata, sql server, sql-92, SQLSERVER, system tables, system views, tsql
1 Comment
Invalid token ‘void’ in class, struct, or interface member declaration
EDIT : After finishing this post I ran into all sorts of other strange issues and restarted using a Web Appliction instead of a plain old Website. Between IntelliSense not showing any classes, to project reference issues, I couldn’t figured it … Continue reading
Posted in .net, C#, development, hack, microsoft, tips and tricks, Visual Studio
Tagged ADO.NET, ADO.NET Entity Data Model, edmx, error, mysql, Visual Studio, visual studio 2008, void
3 Comments
Copy a MySQL database to your local MySQL machine
Here’s one way to copy a MySQL database from one server to another using phpMyAdmin, and the MySQL command line client. Requirements : MySQL 5.x installed on your local machine MySQL command line client on your local machine Access to … Continue reading
Posted in command line, database, SQL, tips and tricks
Tagged cli, copy database, dump file, export database, import, import database, mysql, mysql5, phpMyAdmin
Leave a comment
